File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,6 @@ profiles {
15
15
params. prepare_bam_memory = " 3g"
16
16
params. mark_duplicates_cpus = 1
17
17
params. mark_duplicates_memory = " 3g"
18
- params. skip_mark_duplicates_cpus = 1
19
- params. skip_mark_duplicates_memory = " 3g"
20
18
params. realignment_around_indels_cpus = 1
21
19
params. realignment_around_indels_memory = " 3g"
22
20
params. bqsr_cpus = 1
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ nextflow main.nf -profile test,conda --output $output
8
8
test -s $output /sample1/sample1.preprocessed.bam || { echo " Missing output BAM file!" ; exit 1; }
9
9
test -s $output /sample1/sample1.preprocessed.bai || { echo " Missing output BAI file!" ; exit 1; }
10
10
test -s $output /sample1/software_versions.PREPARE_BAM.txt || { echo " Missing software versions file!" ; exit 1; }
11
- test -s $output /sample1/software_versions.INDEX_BAM.txt || { echo " Missing software versions file!" ; exit 1; }
12
11
test -s $output /sample1/software_versions.MARK_DUPLICATES.txt || { echo " Missing software versions file!" ; exit 1; }
13
12
test -s $output /sample1/software_versions.HS_METRICS.txt || { echo " Missing software versions file!" ; exit 1; }
14
13
test -s $output /sample1/software_versions.METRICS.txt || { echo " Missing software versions file!" ; exit 1; }
You can’t perform that action at this time.
0 commit comments