Skip to content

Commit

Permalink
added correct rm from issue #183 also in metaphinder
Browse files Browse the repository at this point in the history
  • Loading branch information
mult1fractal committed Mar 3, 2023
1 parent c13fbcd commit bcf2fdb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions workflows/process/metaphinder_own_DB/download_references.nf
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@ process download_references {
"""
wget --no-check-certificate https://osf.io/6ukfx/download -O references.tar.gz
tar -xvzf references.tar.gz
cp references/*.fa .
rm -r references
references.tar.gz
mv references/*.fa .
rm -r references.tar.gz
"""
stub:
"""
Expand Down

0 comments on commit bcf2fdb

Please sign in to comment.