Skip to content

Commit

Permalink
rename for coherence with other dbs
Browse files Browse the repository at this point in the history
  • Loading branch information
papanikos committed Apr 8, 2021
1 parent b5900a8 commit 482aad6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions modules/databases/virsorter2_download_DB.nf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
process download_virsorter2_DB {
process virsorter2_download_DB {
label 'noDocker'
if (params.cloudProcess) { publishDir "${params.databases}/virsorter2-db", mode: 'copy' }
else { storeDir "${params.databases}/virsorter2-db" }
Expand All @@ -7,8 +7,7 @@ process download_virsorter2_DB {
script:
"""
wget https://osf.io/v46sc/download -O db.tgz
mkdir db
tar -zxvf db.tgz --strip-components=1 -C db
tar -zxvf db.tgz
chmod -R a+rX db
rm db.tgz
"""
Expand Down

0 comments on commit 482aad6

Please sign in to comment.