Skip to content

Commit

Permalink
fixing a mv
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacozzuto committed Aug 5, 2019
1 parent 2e5d4ba commit 46906d9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lib/NGSaligner.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,10 @@
mkdir ${this.output}
mv ${this.id}Aligned* ${this.output}/.
mv ${this.id}SJ* ${this.output}/.
mv ${this.id}ReadsPerGene* ${this.output}/.
mv ${this.id}Log* ${this.output}/.
mv ${this.id}Log* ${this.output}/.
if test -f "${this.id}ReadsPerGene*"; then
mv ${this.id}ReadsPerGene* ${this.output}/.
fi
"""
}

Expand Down

0 comments on commit 46906d9

Please sign in to comment.