Skip to content

Commit

Permalink
fix the name of sophios parent directory in subdir path (#23)
Browse files Browse the repository at this point in the history
Co-authored-by: Vasu Jaganath <[email protected]>
  • Loading branch information
vjaganat90 and Vasu Jaganath authored Jan 13, 2025
1 parent 78384be commit f3945a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/bbbc.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def workflow() -> Workflow:
bbbcdownload.name = 'BBBC001'
bbbcdownload.outDir = Path('bbbcdownload.outDir')

subdirectory = Step(clt_path='../workflow-inference-compiler/cwl_adapters/subdirectory.cwl')
subdirectory = Step(clt_path='../sophios/cwl_adapters/subdirectory.cwl')
subdirectory.directory = bbbcdownload.outDir
subdirectory.glob_pattern = 'bbbcdownload.outDir/BBBC/BBBC001/raw/Images/human_ht29_colon_cancer_1_images/'

Expand Down

0 comments on commit f3945a4

Please sign in to comment.