We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 904f2cb commit 804656eCopy full SHA for 804656e
1 file changed
runner/tests/run/test_nextflow_run.py
@@ -24,7 +24,7 @@ def setUp(self):
24
self.pipeline_nf = Pipeline.objects.create(
25
name="nextflow_pipeline",
26
github="https://github.com/nf-core/taxprofiler.git",
27
- version="master",
+ version="main",
28
entrypoint="pipeline.nf",
29
output_file_group=self.nxf_file_group,
30
output_directory="/output/directory/",
0 commit comments