Skip to content

Commit f124ab8

Browse files
committed
add mapdamage downsampling
1 parent 4a30622 commit f124ab8

1 file changed

Lines changed: 26 additions & 25 deletions

File tree

conf/test_humanpopgen.config

Lines changed: 26 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -24,47 +24,48 @@ process {
2424
}
2525

2626
params {
27-
config_profile_name = 'Test human popgen profile'
28-
config_profile_description = 'Minimal test dataset to check pipeline function'
27+
config_profile_name = 'Test human popgen profile'
28+
config_profile_description = 'Minimal test dataset to check pipeline function'
2929

3030
// Input data
31-
input = params.pipelines_testdata_base_path + 'eager/testdata/Human/human_design_bam_eager3.tsv'
31+
input = params.pipelines_testdata_base_path + 'eager/testdata/Human/human_design_bam_eager3.tsv'
3232

3333
// Genome references
34-
fasta = params.pipelines_testdata_base_path + 'eager/reference/Human/hs37d5_chr21-MT.fa.gz'
34+
fasta = params.pipelines_testdata_base_path + 'eager/reference/Human/hs37d5_chr21-MT.fa.gz'
3535

3636
// Mapping
37-
mapping_tool = 'bowtie2'
38-
convert_inputbam = true
37+
mapping_tool = 'bowtie2'
38+
convert_inputbam = true
3939

4040
// BAM filtering
41-
run_bamfiltering = true
42-
bamfiltering_minreadlength = 30
43-
bamfiltering_mappingquality = 37
41+
run_bamfiltering = true
42+
bamfiltering_minreadlength = 30
43+
bamfiltering_mappingquality = 37
4444

4545
// Damage
46-
damagecalculation_tool = 'mapdamage'
47-
run_trim_bam = true
46+
damagecalculation_tool = 'mapdamage'
47+
damagecalculation_mapdamage_downsample = 10000
48+
run_trim_bam = true
4849

4950
// Contamination
50-
run_mtnucratio = true
51-
run_contamination_estimation_angsd = true
51+
run_mtnucratio = true
52+
run_contamination_estimation_angsd = true
5253

5354
// Genotyping
54-
genotyping_tool = 'pileupcaller'
55-
run_genotyping = true
56-
genotyping_source = 'trimmed'
57-
genotyping_pileupcaller_bedfile = params.pipelines_testdata_base_path + 'eager/reference/Human/1240K.pos.list_hs37d5.0based.bed.gz'
58-
genotyping_pileupcaller_snpfile = params.pipelines_testdata_base_path + 'eager/reference/Human/1240K_covered_in_JK2067_downsampled_s0.1.numeric_chromosomes.snp'
55+
genotyping_tool = 'pileupcaller'
56+
run_genotyping = true
57+
genotyping_source = 'trimmed'
58+
genotyping_pileupcaller_bedfile = params.pipelines_testdata_base_path + 'eager/reference/Human/1240K.pos.list_hs37d5.0based.bed.gz'
59+
genotyping_pileupcaller_snpfile = params.pipelines_testdata_base_path + 'eager/reference/Human/1240K_covered_in_JK2067_downsampled_s0.1.numeric_chromosomes.snp'
5960

6061
//Sex Determination
61-
run_sexdeterrmine = true
62-
sexdeterrmine_bedfile = params.pipelines_testdata_base_path + 'eager/reference/Human/1240K.pos.list_hs37d5.0based.bed.gz'
62+
run_sexdeterrmine = true
63+
sexdeterrmine_bedfile = params.pipelines_testdata_base_path + 'eager/reference/Human/1240K.pos.list_hs37d5.0based.bed.gz'
6364

6465
// Metagenomics
65-
run_metagenomics = true
66-
metagenomics_complexity_tool = 'prinseq'
67-
metagenomics_profiling_tool = 'kraken2'
68-
metagenomics_profiling_database = params.pipelines_testdata_base_path + 'eager/databases/kraken/eager_test.tar.gz'
69-
metagenomics_run_postprocessing = true
66+
run_metagenomics = true
67+
metagenomics_complexity_tool = 'prinseq'
68+
metagenomics_profiling_tool = 'kraken2'
69+
metagenomics_profiling_database = params.pipelines_testdata_base_path + 'eager/databases/kraken/eager_test.tar.gz'
70+
metagenomics_run_postprocessing = true
7071
}

0 commit comments

Comments
 (0)