Skip to content

Commit

Permalink
fix paths to files (#190)
Browse files Browse the repository at this point in the history
* fix paths to files

* change wdl name to publish changes
  • Loading branch information
sahakiann authored Jan 8, 2025
1 parent 1ac13b1 commit d96ff94
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .dockstore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@ workflows:
primaryDescriptorPath: /wdl/CopyDataset/CopyDataset.wdl
readMePath: /wdl/CopyDataset/README.md
testParameterFiles:
- /wdl/CopyDataset.wdl
- /wdl/CopyDataset/CopyDataset.wdl

- name: TerraWorkspaceTableToTDRIngest
subclass: WDL
primaryDescriptorPath: /wdl/TerraWorkspaceTableIngest/TerraWorkspaceTableIngest.wdl
readMePath: /wdl/TerraWorkspaceTableIngest/README.md
testParameterFiles:
- /wdl/terraWorkspaceTableIngest.wdl
- /wdl/TerraWorkspaceTableIngest/TerraWorkspaceTableIngest.wdl

- name: ExportDataFromSnapshotToOutputBucket
subclass: WDL
primaryDescriptorPath: /wdl/ExportDataFromSnapshot/ExportDataFromSnapshot.wdl
readMePath: /wdl/ExportDataFromSnapshot/README.md
testParameterFiles:
- /wdl/exportDataFromSnapshot.wdl
- /wdl/ExportDataFromSnapshot/ExportDataFromSnapshot.wdl

- name: GetAndDeleteOrphanedFilesFromDataset
subclass: WDL
Expand Down Expand Up @@ -126,7 +126,7 @@ workflows:
testParameterFiles:
- /wdl/TerraSummaryStatistics/TerraSummaryStatistics.wdl

- name: GetTdrSchemaJson
- name: GenerateTdrSchemaJson
subclass: WDL
primaryDescriptorPath: /wdl/GetTdrSchemaJson/GetTdrSchemaJson.wdl
readMePath: /wdl/GetTdrSchemaJson/README.md
Expand Down

0 comments on commit d96ff94

Please # to comment.