We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10cea46 commit a39f463Copy full SHA for a39f463
modules/local/blast_databases.nf
@@ -20,7 +20,7 @@ process GET_VFDB{
20
21
script:
22
"""
23
- curl http://www.mgc.ac.cn/VFs/Down/VFDB_setA_pro.fas.gz --output VFDB_setA_pro.fas.gz
+ curl https://www.mgc.ac.cn/VFs/Down/VFDB_setA_pro.fas.gz --output VFDB_setA_pro.fas.gz
24
25
stub:
26
0 commit comments