-
Notifications
You must be signed in to change notification settings - Fork 47
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
ValueError: Length of TNFs and length of RPKM does not match. Verify the inputs #352
Comments
Dear @shaman-narayanasamy Apologies for the slow reply - you caught us on holiday. |
Hi @jakobnissen , Thanks for the response. No worries! I installed it using conda/mamba without specifying the version:
I then tried pip within a conda environment, but it does not work. I presume this is because of this note in the README: Note: An active Conda environment can hijack your system's linker, causing an error during installation. Either deactivate conda, or delete the ~/miniconda/compiler_compats directory before installing with pip. I don't really want to install it in my base environment, nor do I want to delete the Your support is highly appreciated. |
Hi @jakobnissen Sorry for the delay. We solved the issue by building a singularity container that has the latest version. This way, we could incorporate it into our pipelines easily. However, it would be nice if the version on conda could be updated (unless I made a mistake somewhere). Let me know if you have any questions. Cheers, |
Dear authors/maintainers,
First off, thank you for developing and maintaining this wonderful tool! Your efforts are much appreciated.
I would like to inquire about an issue I am facing. Specifically, when I run the command:
$ vamb --outdir U1/vamb --fasta /ibex/scratch/projects/c2188/soil_experiment/metagenomics/assembly/U1/megahit_assembly/final.contigs.fa --jgi U1/contig_depth.txt -m 1500
(error at the bottom). However, simply removing the-m 1500
parameter, i.e.:$ vamb --outdir U1/vamb --fasta /ibex/scratch/projects/c2188/soil_experiment/metagenomics/assembly/U1/megahit_assembly/final.contigs.fa --jgi U1/contig_depth.txt
, seems to run (but I did not let it complete).I tried to look for solutions in issues #48, #96, #65, but did not find a clear solution (apologies if I missed something). In addition, I also ensure that the fasta file and the JGI depth file did not contain any discrepencies:
Could you please advice on how I could debug this issue? I would like to filter out the contigs shorter than 1500 bp, instead of running without any filtering.
Looking forward to hearing from you.
Best regards,
Shaman
Your version of Python and Vamb.
vamb=3.0.2=py37h8902056_2
The log file (called
log.txt
) from the output directoryThe text was updated successfully, but these errors were encountered: