Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
anoronh4 committed Jul 10, 2024
1 parent 58956ee commit e2bcb67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/local/fusioncatcher/detect/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ process FUSIONCATCHER_DETECT {
mv summary_candidate_fusions.txt ${prefix}.fusioncatcher.summary.txt
mv fusioncatcher.log ${prefix}.fusioncatcher.log
for i in supporting-reads_gene-fusions*zip ; do
mv $i ${prefix}.$i
mv \$i ${prefix}.\$i
done
cat <<-END_VERSIONS > versions.yml
Expand Down

0 comments on commit e2bcb67

Please sign in to comment.