Update software version command (#269)

This commit is contained in:
Harshil Patel 2021-03-15 12:21:21 +00:00 committed by GitHub
parent 572abb00b3
commit d9396adbdf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -42,6 +42,6 @@ process IVAR_CONSENSUS {
$options.args \\
-p $prefix
ivar version | head -n1 2>&1 | sed 's/^.*iVar version //g' > ${software}.version.txt
echo \$(ivar version 2>&1) | sed 's/^.*iVar version //; s/ .*\$//' > ${software}.version.txt
"""
}

View file

@ -38,6 +38,6 @@ process IVAR_TRIM {
-p $prefix \\
> ${prefix}.ivar.log
ivar version | head -n1 2>&1 | sed 's/^.*iVar version //g' > ${software}.version.txt
echo \$(ivar version 2>&1) | sed 's/^.*iVar version //; s/ .*\$//' > ${software}.version.txt
"""
}

View file

@ -45,6 +45,6 @@ process IVAR_VARIANTS {
-r $fasta \\
-p $prefix
ivar version | head -n1 2>&1 | sed 's/^.*iVar version //g' > ${software}.version.txt
echo \$(ivar version 2>&1) | sed 's/^.*iVar version //; s/ .*\$//' > ${software}.version.txt
"""
}