Skip to content

Commit

Permalink
Fix far command for GSAlign
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrea Talenti committed Dec 7, 2020
1 parent 61f59b2 commit b3bee3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/processes/GSAlign.nf
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ process gsalign_far{

script:
"""
GSAlign -i ${srcname} -q ${tgtfile} -t ${task.cpus} -idy 75 -no_vcf -o ${srcname}.${tgtname}.tmp
if [ -e ${srcname}.${tgtname}.tmp.maf ]; then
sed 's/ref.//g' ${srcname}.${tgtname}.tmp.maf |
sed 's/qry.//g' |
Expand Down

0 comments on commit b3bee3a

Please sign in to comment.