Process VIROPROFILER:SETUP:DB_CHECKV
terminated with an error exit status (1)
#21
Labels
bug
Something isn't working
Description of the bug
Error:
checkv from
setup
ends with exist status 1;--checkv-db-v1.5.tar.gz file downloads around ~1.1 Gb (official file from https://portal.nersc.gov/CheckV/ is ~1.7 Gb)
----process continue to extract
------extraction ends with error
EOFError: Compressed file ended before the end-of-stream marker was reached
--------retry several times, same result
Solved (?):
--Manually download https://portal.nersc.gov/CheckV/checkv-db-v1.5.tar.gz
wget https://portal.nersc.gov/CheckV/checkv-db-v1.5.tar.gz
----Manually extract and move content to ~/viroprofiler/checkv/
----
tar -xzvf checkv-db-v1.5.tar.gz
------Resume pipeline run
------
nextflow run deng-lab/viroprofiler -r main -profile docker --mode "setup" --max_cpus 12 --max_memory 16.GB --max_time 100.h -resume
executor > local (1)
[ee/e26b48] process > VIROPROFILER:SETUP:DB_CHECKV [100%] 1 of 1 ✔
[6f/71ca91] process > VIROPROFILER:SETUP:DB_VIBRANT [100%] 1 of 1, cached: 1 ✔
[c3/581629] process > VIROPROFILER:SETUP:DB_VIRSORTER2 [100%] 1 of 1, cached: 1 ✔
[81/d419c1] process > VIROPROFILER:SETUP:DB_DRAM [100%] 1 of 1, cached: 1 ✔
[9f/b85c6a] process > VIROPROFILER:SETUP:DB_IPHOP [100%] 1 of 1, cached: 1 ✔
[01/8e1c61] process > VIROPROFILER:SETUP:DB_VREFSEQ [100%] 1 of 1, cached: 1 ✔
-[ViroProfiler] Pipeline completed successfully-
Command used and terminal output
Relevant files
nextflow.log.zip
System information
nextflow version 23.10.1.5891
Desktop Workstation (amd ryzen 7 5700x 8-core 16-thread; 20Gb DDR4)
Local
Docker
Ubuntu MATE 22.04.4 LTS x86_64
ViroProfiler v0.2.4
The text was updated successfully, but these errors were encountered: