Skip to content

Commit

Permalink
CHORE: Update UMITOOLS_EXTRACT test data path (#4882)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamrtalbot authored Feb 9, 2024
1 parent 0c75b48 commit 9e56d7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/nf-core/umitools/extract/tests/main.nf.test
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ nextflow_process {
process {
"""
input[0] = [ [ id:'test', single_end:true ], // meta map
[ file(params.test_data['sarscov2']['illumina']['test_1_fastq_gz'], checkIfExists: true) ]
]
[ file(params.modules_testdata_base_path + "genomics/sarscov2/illumina/fastq/test_1.fastq.gz", checkIfExists: true) ]
]
"""
}
}
Expand Down

0 comments on commit 9e56d7a

Please sign in to comment.