Skip to content

Commit

Permalink
Update makefile.nf
Browse files Browse the repository at this point in the history
  • Loading branch information
cfarkas authored May 24, 2022
1 parent 9801c35 commit 7d4a826
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion makefile.nf
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ process make_and_install {
'''
cd "!{params.workdir}"
dir=$(cd -P -- "$(dirname -- "$0")" && pwd -P)
rm -r -f swissprot
mkdir swissprot
cd swissprot
wget --ignore-length --compression=none ftp://ftp.ncbi.nlm.nih.gov/blast/db/swissprot.tar.gz
wget --ignore-length ftp://ftp.ncbi.nlm.nih.gov/blast/db/swissprot.tar.gz
gunzip swissprot.tar.gz
tar -xvf swissprot.tar
SWISSPROT_PATH=$PWD
Expand Down

0 comments on commit 7d4a826

Please sign in to comment.