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

dustspec.split("'")[1].split("_") fails with decoy contigs #49

Open
wdecoster opened this issue Oct 14, 2021 · 1 comment
Open

dustspec.split("'")[1].split("_") fails with decoy contigs #49

wdecoster opened this issue Oct 14, 2021 · 1 comment

Comments

@wdecoster
Copy link
Collaborator

wdecoster commented Oct 14, 2021

[chrom, start_ins, end_ins] = dustspec.split("'")[1].split("_") in vcfy() doesn't work with chromosomes like 'chr1_KI270706v1_random`

This results in a ValueError: too many values to unpack.

@wdecoster
Copy link
Collaborator Author

I am now "silencing" this error by removing all chromosomes with a _, but this is not a permanent solution and should be handled in vcfy().

wdecoster added a commit that referenced this issue Oct 14, 2021
this prevents the problem in 
#49 but is 
not a good 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

1 participant