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

Wrong strand info in the ccds.15.grch37p13.extended.bed? #180

Open
biocyberman opened this issue Apr 7, 2016 · 3 comments
Open

Wrong strand info in the ccds.15.grch37p13.extended.bed? #180

biocyberman opened this issue Apr 7, 2016 · 3 comments

Comments

@biocyberman
Copy link

I don't know why the strand values for all exons are - minus.

coverage ➤gawk '{print $6}' ccds.15.grch37p13.extended.bed |sort|uniq 
-             
@robinandeer
Copy link
Contributor

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

@biocyberman
Copy link
Author

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

@robinandeer
Copy link
Contributor

Oh that's awesome! I will make sure to link to it :D

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

2 participants