File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ process {
1414 resourceLimits = [
1515 cpus: 4,
1616 memory: '15.GB',
17- time: '1.h'
17+ time: '1.h',
1818 ]
1919}
2020
@@ -25,10 +25,10 @@ params {
2525 // Input data
2626 // TODO nf-core: Specify the paths to your test data on nf-core/test-datasets
2727 // TODO nf-core: Give any required params for the test so that command line flags are not needed
28- input = params.pipelines_testdata_base_path + 'eager/testdata/Human/human_design_bam_eager3 .tsv'
28+ input = params.pipelines_testdata_base_path + 'eager/testdata/Mammoth/samplesheet_v3 .tsv'
2929
3030 // Genome references
31- fasta = params.pipelines_testdata_base_path + 'eager/reference/Human/hs37d5_chr21-MT.fa.gz '
31+ fasta = params.pipelines_testdata_base_path + 'eager/reference/Mammoth/Mammoth_MT_Krause.fasta '
3232
3333 skip_preprocessing = true
3434 skip_deduplication = true
You can’t perform that action at this time.
0 commit comments