We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 629bd27 commit 725de31Copy full SHA for 725de31
1 file changed
lib/QC.groovy
@@ -13,7 +13,7 @@ class QC {
13
// Run bcftools on vcf file
14
static def bcftools(vcf) {
15
"""
16
- bcftools stats ${vcf} > ${vcf.baseName}.bcf.tools.stats.out
+ bcftools stats ${vcf} > ${vcf.simpleName}.bcf.tools.stats.out
17
18
}
19
@@ -30,22 +30,22 @@ class QC {
30
vcftools \
31
--gzvcf ${vcf} \
32
--relatedness2 \
33
- --out ${vcf.baseName}
+ --out ${vcf.simpleName}
34
35
36
37
--TsTv-by-count \
38
39
40
41
42
--TsTv-by-qual \
43
44
45
46
47
--FILTER-summary \
48
49
50
51
0 commit comments