Skip to content

Commit

Permalink
update nextflow test
Browse files Browse the repository at this point in the history
  • Loading branch information
simleo committed Oct 18, 2024
1 parent 66ee243 commit fc16c46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_nextflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def test_make_crate(data_dir, defaults):
("modules/local", "Dataset", "Pipeline-specific modules"),
("modules/nf-core", "Dataset", "nf-core modules"),
("workflows", "Dataset", "Main pipeline workflows to be executed in main.nf"),
("subworkflows", "Dataset", "Smaller subworkflows"),
("subworkflows", "Dataset", "Subworkflows used by the pipeline"),
]
for relpath, type_, desc in expected_data_entities:
entity = crate.get(relpath)
Expand Down

0 comments on commit fc16c46

Please sign in to comment.