Skip to content

Commit 804656e

Browse files
committed
Fix taxprofiler branch
1 parent 904f2cb commit 804656e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

runner/tests/run/test_nextflow_run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def setUp(self):
2424
self.pipeline_nf = Pipeline.objects.create(
2525
name="nextflow_pipeline",
2626
github="https://github.com/nf-core/taxprofiler.git",
27-
version="master",
27+
version="main",
2828
entrypoint="pipeline.nf",
2929
output_file_group=self.nxf_file_group,
3030
output_directory="/output/directory/",

0 commit comments

Comments
 (0)