File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,25 +19,25 @@ process {
1919}
2020
2121params {
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}
You can’t perform that action at this time.
0 commit comments