-
Notifications
You must be signed in to change notification settings - Fork 7
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
bigtools bedgraphtobigwig
-- add option to skip invalid chromosomes
#56
Comments
Seems simple enough :) I'll add this over the weekend. |
Thanks a lot! I’d love to take a crack at it, since I’m currently learning Rust.. hadn't gotten a chance to dive too deeply, though. |
Please feel free :) Very happy to answer questions or guide you if you need! |
@nleroy917 are you still interested in this? |
Yes! Sorry I wasnt able to get to it this weekend, but this week I should! Unless you are in a hurry to close the issue which is understandable! |
No, you are more than welcome to it :) no rush from me |
wigToBigWig
has an option-clip
to simply issue a warning instead of crashing when a chromosome not represented inchrom.sizes
file is found in the.wig
file:Is it possible to have similar functionality in
bedgraphtobigwig
? I would imagine a similar flag like--clip
The text was updated successfully, but these errors were encountered: