Using data source tools with Pulsar


Data source tools such as UCSC Main will fail if Pulsar is the default destination.

To fix this issue you can force individual tools to run on a specific destination or handler by adding to your job_conf file:

For job_conf.xml

<tools>
    <tool id="ucsc_table_direct1" destination="my-local" />
</tools>

For job_conf.yml

tools:
- id: ucsc_table_direct1
  handler: my-local
Still have questions?
Gitter Chat Support
Galaxy Help Forum
Want to embed this snippet (FAQ) in your GTN Tutorial?
{% snippet  topics/admin/faqs/data-source-with-pulsar.md %}
Persistent URL
Resource purlPURL: https://gxy.io/GTN:F00391