Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CheckV error #35

Open
tenguzame opened this issue Feb 21, 2024 · 3 comments
Open

CheckV error #35

tenguzame opened this issue Feb 21, 2024 · 3 comments

Comments

@tenguzame
Copy link

Greetings,
I was testing your pipeline on the HPC center at our facility, and I keep getting errors with CheckV:

[2024-02-21 07:40:18] | Pre-check inputings. In processing...
[2024-02-21 07:40:18] | Looks like the input metagenome and reads, database, and custom MAGs dir (if option used) are now set up well, start up to run ViWrap pipeline
[2024-02-21 07:40:18] | Run VIBRANT to identify and annotate viruses from input metagenome. In processing...
[2024-02-21 07:50:22] | Run VIBRANT to identify and annotate viruses from input metagenome. Finished
[2024-02-21 07:50:22] | Run vContact2 to cluster viral genomes. In processing...
[2024-02-21 09:21:20] | Run vContact2 to cluster viral genomes. Finished
[2024-02-21 09:21:20] | Run CheckV to evaluate virus genome quality. In processing...
Traceback (most recent call last):
  File "/opt/ViWrap-1.3.0/ViWrap", line 173, in <module>
    output = cli()
  File "/opt/ViWrap-1.3.0/ViWrap", line 167, in cli
    args["func"](args)
  File "/opt/ViWrap-1.3.0/scripts/master_run_wo_reads.py", line 415, in main
    scripts.module.parse_checkv_result(args['checkv_outdir'], CheckV_quality_summary)   
  File "/opt/ViWrap-1.3.0/scripts/module.py", line 487, in parse_checkv_result
    f = open(outfile, "w")
FileNotFoundError: [Errno 2] No such file or directory: '/home/mtangherlini/ERAS2/viwrap/viwrap_res/02_CheckV_outdir/CheckV_quality_summary.txt'
srun: error: falkor4: task 0: Exited with exit code 1

The CHECKDB variable has already been set.

@tenguzame
Copy link
Author

To add more context to the issue, the pipelines raises the same issue both with already-identified viral genomes and with raw sequence assemblies; geNomad was used in both cases to identify viral sequences, and worked pretty fine too, so I don't think it's an issue tied with either a binning or viral identification step.

@tenguzame
Copy link
Author

I ran again the pipeline with the example data, and the issue arises directly at the first CheckV step. It looks like CheckV is not even run by the pipeline.

@Charles-Lou
Copy link

Hello, I have encountered the same problem. Is there any solution?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants