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

CNVkit batch issue #876

Closed
NIBIL401 opened this issue Mar 26, 2024 · 2 comments
Closed

CNVkit batch issue #876

NIBIL401 opened this issue Mar 26, 2024 · 2 comments
Labels

Comments

@NIBIL401
Copy link

The cnvkit batch command is not working for version 0.9.11.dev0. It is not running and doesnot showing any error

@bagieutopia
Copy link

bagieutopia commented Apr 8, 2024

cnvkit.py batch S17_repeat.sorted.bam -n hg38_flatreference.cnn --targets hg38_exome_twist.bed --antitargets hg38_antitargets.bed --fasta ../reference/hg38.fa -d cnv/
i used this command to run cnvkit in batch mode for 1 whole exome sequencing cancer sample. The targets bed file was taken from the twist biosciences website. this is the error I'm getting: ValueError: file does not contain alignment data
I've checked my sorted bam file and my hg38.fa file cant find anything wrong, also updated the cnvkit version nothing worked I don't know what the issue is..please help!!

@etal
Copy link
Owner

etal commented Apr 9, 2024

@NIBIL401 Multiprocessing tends to gobble up the error messages and any traceback. Can you try it with -p 1?

@bagieutopia My guess is that various updates and deprecations in pandas and the type system have broken some functionality. I'm resolving these in PR #878 . Would you like to try the development branch fixes0424 and see if the batch command works for you there?

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

No branches or pull requests

3 participants