Skip to content

Commit dd9e24c

Browse files
authored
Update lsaBGC-Pan
1 parent ee7cd22 commit dd9e24c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

workflows/lsaBGC-Pan

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -306,9 +306,9 @@ def lsaBGC():
306306
sys.exit(1)
307307
else:
308308
gw_pkl = outdir + 'GECCO_PF_Weights.pkl'
309-
axel_cmd = ['axel', 'https://github.com/Kalan-Lab/lsaBGC/raw/main/db/GECCO_PF_Weights.pkl', '-o', gw_pkl]
309+
curl_cmd = ['curl', '-L', 'https://github.com/Kalan-Lab/lsaBGC/raw/main/db/GECCO_PF_Weights.pkl', '-o', gw_pkl]
310310
try:
311-
util.runCmdViaSubprocess(axel_cmd, logObject=logObject, check_files=[gw_pkl])
311+
util.runCmdViaSubprocess(curl_cmd, logObject=logObject, check_files=[gw_pkl])
312312
except Exception as e:
313313
msg = 'Had issues downloading GECCO domain weights file!'
314314
sys.stderr.write(msg + '\n')

0 commit comments

Comments
 (0)