Skip to content

Commit

Permalink
Update arriba no check (#6765)
Browse files Browse the repository at this point in the history
* add specific files created

* typo

* add from nf-test template

* remove from pytest_modules

* update environement file

* update arriba

* add tests

* use latest conda build

* arriba conda env

* update environement

* update meta

* update tags in test

* remove ssl check
  • Loading branch information
rannick authored Oct 17, 2024
1 parent 7741dfc commit 84b3881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/nf-core/arriba/download/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ process ARRIBA_DOWNLOAD {

script:
"""
wget https://github.com/suhrig/arriba/releases/download/v2.4.0/arriba_v2.4.0.tar.gz -O arriba_v2.4.0.tar.gz
wget https://github.com/suhrig/arriba/releases/download/v2.4.0/arriba_v2.4.0.tar.gz -O arriba_v2.4.0.tar.gz --no-check-certificate
tar -xzvf arriba_v2.4.0.tar.gz
rm arriba_v2.4.0.tar.gz
mv arriba_v2.4.0/database/* .
Expand Down

0 comments on commit 84b3881

Please sign in to comment.