We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I don't know why the strand values for all exons are - minus.
strand
-
coverage ➤gawk '{print $6}' ccds.15.grch37p13.extended.bed |sort|uniq -
The text was updated successfully, but these errors were encountered:
hmm weird, I don't use this information in chanjo so I guess I was thinking I'd put some dummy data to follow the specifications
Might be so stupid that I meant "-" to mean "nothing" without really thinking haha
Sorry, something went wrong.
Yeah, so it should be '.' (dot) instead. I use the bed file in sambamba and other work. So it is better to have it right.
Anyway, to avoid troubles with dependencies of the python solution, I wrote a bash+gawk script here: https://github.com/biocyberman/bscripts/blob/master/forBED/CCDStoBED.sh
Oh that's awesome! I will make sure to link to it :D
No branches or pull requests
I don't know why the
strand
values for all exons are-
minus.The text was updated successfully, but these errors were encountered: