Skip to content

Commit 040ceea

Browse files
committed
Merge branch 'dev' into dsl2-new_test_configs
2 parents 030e28d + 931c803 commit 040ceea

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

conf/test_modern.config

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,25 +19,25 @@ process {
1919
}
2020

2121
params {
22-
config_profile_name = 'Test modern profile'
23-
config_profile_description = 'Minimal test dataset to check pipeline function'
22+
config_profile_name = 'Test modern profile'
23+
config_profile_description = 'Minimal test dataset to check pipeline function'
2424

2525
// Input data
26-
input = params.pipelines_testdata_base_path + 'eager/testdata/Mammoth/mammooth_design_bam_v3.tsv'
26+
input = params.pipelines_testdata_base_path + 'eager/testdata/Mammoth/mammooth_design_bam_v3.tsv'
2727

2828
// Genome references
29-
fasta = params.pipelines_testdata_base_path + 'eager/reference/Mammoth/Mammoth_MT_Krause.fasta'
29+
fasta = params.pipelines_testdata_base_path + 'eager/reference/Mammoth/Mammoth_MT_Krause.fasta'
3030

3131

3232
// Preprocessing
33-
sequencing_qc_tool = 'falco'
34-
convert_inputbam = false
33+
sequencing_qc_tool = 'falco'
34+
convert_inputbam = false
3535

3636
// Mapping
37-
mapping_tool = 'bwamem'
37+
mapping_tool = 'bwamem'
3838

3939
// Genotyping
40-
run_genotyping = true
41-
genotyping_source = 'raw'
42-
genotyping_tool = 'hc'
40+
run_genotyping = true
41+
genotyping_source = 'raw'
42+
genotyping_tool = 'hc'
4343
}

0 commit comments

Comments
 (0)