Skip to content

Commit

Permalink
Change primary descriptor paths to absolute paths
Browse files Browse the repository at this point in the history
  • Loading branch information
hyunnaye authored Jan 9, 2024
1 parent 12c027a commit 01a9e41
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .dockstore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@ workflows:
- name: intro-short
subclass: GALAXY
publish: true
primaryDescriptorPath: topics/introduction/tutorials/galaxy-intro-short/workflows/Galaxy-Workflow-galaxy-intro-short.ga
primaryDescriptorPath: /topics/introduction/tutorials/galaxy-intro-short/workflows/Galaxy-Workflow-galaxy-intro-short.ga
- name: intro-everyone
subclass: GALAXY
publish: true
primaryDescriptorPath: topics/introduction/tutorials/galaxy-intro-101-everyone/workflows/main_workflow.ga
primaryDescriptorPath: /topics/introduction/tutorials/galaxy-intro-101-everyone/workflows/main_workflow.ga
- name: de-novo
subclass: GALAXY
publish: true
primaryDescriptorPath: topics/transcriptomics/tutorials/full-de-novo/workflows/main_workflow.ga
primaryDescriptorPath: /topics/transcriptomics/tutorials/full-de-novo/workflows/main_workflow.ga
- name: dip
subclass: GALAXY
publish: true
primaryDescriptorPath: topics/variant-analysis/tutorials/dip/workflows/diploid.ga
primaryDescriptorPath: /topics/variant-analysis/tutorials/dip/workflows/diploid.ga
- name: genome-annotation
subclass: GALAXY
publish: true
primaryDescriptorPath: topics/genome-annotation/tutorials/annotation-with-prokka/workflows/Galaxy-Workflow-Workflow_constructed_from_history__prokka-workflow_.ga
primaryDescriptorPath: /topics/genome-annotation/tutorials/annotation-with-prokka/workflows/Galaxy-Workflow-Workflow_constructed_from_history__prokka-workflow_.ga

0 comments on commit 01a9e41

Please sign in to comment.