Skip to content

Commit 5d20362

Browse files
committed
fix tests
1 parent 495ddeb commit 5d20362

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

nextflow.config

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ profiles {
1515
params.prepare_bam_memory = "3g"
1616
params.mark_duplicates_cpus = 1
1717
params.mark_duplicates_memory = "3g"
18-
params.skip_mark_duplicates_cpus = 1
19-
params.skip_mark_duplicates_memory = "3g"
2018
params.realignment_around_indels_cpus = 1
2119
params.realignment_around_indels_memory = "3g"
2220
params.bqsr_cpus = 1

tests/test_01.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ nextflow main.nf -profile test,conda --output $output
88
test -s $output/sample1/sample1.preprocessed.bam || { echo "Missing output BAM file!"; exit 1; }
99
test -s $output/sample1/sample1.preprocessed.bai || { echo "Missing output BAI file!"; exit 1; }
1010
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; }
1211
test -s $output/sample1/software_versions.MARK_DUPLICATES.txt || { echo "Missing software versions file!"; exit 1; }
1312
test -s $output/sample1/software_versions.HS_METRICS.txt || { echo "Missing software versions file!"; exit 1; }
1413
test -s $output/sample1/software_versions.METRICS.txt || { echo "Missing software versions file!"; exit 1; }

0 commit comments

Comments
 (0)