mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 11:08:17 +00:00
Removed some whitespaces
This commit is contained in:
parent
8c857dee3a
commit
e271410017
1 changed files with 2 additions and 2 deletions
|
@ -24,11 +24,11 @@ process RTGTOOLS_VCFEVAL {
|
||||||
def regions = bed ? "--bed-regions=$bed" : ""
|
def regions = bed ? "--bed-regions=$bed" : ""
|
||||||
def truth_index = truth_vcf_tbi ? "" : "rtg index $truth_vcf"
|
def truth_index = truth_vcf_tbi ? "" : "rtg index $truth_vcf"
|
||||||
def query_index = query_vcf_tbi ? "" : "rtg index $query_vcf"
|
def query_index = query_vcf_tbi ? "" : "rtg index $query_vcf"
|
||||||
|
|
||||||
sdf_basename = sdf.getBaseName().replace(".tar","")
|
sdf_basename = sdf.getBaseName().replace(".tar","")
|
||||||
tar_decomp = ""
|
tar_decomp = ""
|
||||||
if((sdf =~ /.tar.gz\b/).find() == true) {
|
if((sdf =~ /.tar.gz\b/).find() == true) {
|
||||||
tar_decomp = "tar -xzf $sdf"
|
tar_decomp = "tar -xzf $sdf"
|
||||||
}
|
}
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in a new issue