Skip to content

Commit

Permalink
Update modules/local/deseq2_qc/tests/main.nf.test
Browse files Browse the repository at this point in the history
Co-authored-by: Maxime U Garcia <maxime.garcia@seqera.io>
  • Loading branch information
adamrtalbot and maxulysse authored Mar 11, 2024
1 parent 6e4e6f7 commit 41b142a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/local/deseq2_qc/tests/main.nf.test
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ nextflow_process {
when {
process {
"""
input[0] = file(params.pipelines_testdata_base_path + "/deseq2qc/countFile.tsv", checkIfExists: true)
input[1] = file(params.pipelines_testdata_base_path + "/deseq2qc/deseq2_pca_header.txt", checkIfExists: true)
input[2] = file(params.pipelines_testdata_base_path + "/deseq2qc/deseq2_clustering_header.txt", checkIfExists: true)
input[0] = file(params.pipelines_testdata_base_path + "deseq2qc/countFile.tsv", checkIfExists: true)
input[1] = file(params.pipelines_testdata_base_path + "deseq2qc/deseq2_pca_header.txt", checkIfExists: true)
input[2] = file(params.pipelines_testdata_base_path + "deseq2qc/deseq2_clustering_header.txt", checkIfExists: true)
"""
}
}
Expand Down

0 comments on commit 41b142a

Please sign in to comment.