Fixing lint tests

This commit is contained in:
JoseEspinosa 2021-01-29 18:01:58 +01:00
parent 22dcdc692d
commit 13e9f81160
3 changed files with 3 additions and 3 deletions

View file

@ -37,4 +37,4 @@ process SAMTOOLS_MPILEUP {
$bam
echo \$(samtools --version 2>&1) | sed 's/^.*samtools //; s/Using.*\$//' > ${software}.version.txt
"""
}
}

View file

@ -48,7 +48,7 @@ input:
- fasta-ref:
type: file
description: FASTA reference file
pattern: "*.{fasta,fa}"
pattern: "*.{fasta,fa}"
output:
- meta:
type: map

View file

@ -31,4 +31,4 @@ process SAMTOOLS_VIEW {
samtools view $options.args $bam > ${prefix}.bam
echo \$(samtools --version 2>&1) | sed 's/^.*samtools //; s/Using.*\$//' > ${software}.version.txt
"""
}
}