File tree Expand file tree Collapse file tree
generate_assembly_manifest/tests Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ nextflow_process {
2020 input[1] = "PRJ12345"
2121 input[2] = false
2222 input[3] = true
23+ input[4] = false
2324 """
2425
2526 }
@@ -66,6 +67,7 @@ nextflow_process {
6667 input[1] = "PRJ12345"
6768 input[2] = false
6869 input[3] = true
70+ input[4] = false
6971 """
7072 }
7173 }
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ nextflow_process {
1717 file(params.pipelines_testdata_base_path + 'test_data/study_metadata/study_metadata.json', checkIfExists: true)
1818 ]
1919 input[1] = true
20+ input[2] = false
2021 """
2122 }
2223 }
@@ -41,6 +42,7 @@ nextflow_process {
4142 file(params.pipelines_testdata_base_path + 'test_data/study_metadata/study_metadata.tsv', checkIfExists: true)
4243 ]
4344 input[1] = true
45+ input[2] = false
4446 """
4547 }
4648 }
@@ -66,6 +68,7 @@ nextflow_process {
6668 file(params.pipelines_testdata_base_path + 'test_data/study_metadata/study_metadata.json', checkIfExists: true)
6769 ]
6870 input[1] = true
71+ input[2] = false
6972 """
7073 }
7174 }
You can’t perform that action at this time.
0 commit comments