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
Persistent URL
Resource purlPURL: https://gxy.io/GTN:F00391
Still have questions?
Gitter Chat Support
Galaxy Help Forum