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

peak_pie.py error and doc improvement #78

Closed
lucapinello opened this issue Mar 14, 2013 · 2 comments
Closed

peak_pie.py error and doc improvement #78

lucapinello opened this issue Mar 14, 2013 · 2 comments

Comments

@lucapinello
Copy link
Contributor

  • Launching peak_pie.py without argument generate a type error instead of reporting the usage (TypeError: 'NoneType' object is not iterable)
  • The doc should be improved a little bit. It is not clear where I can find a GFF with all the annotations categories (especially the introns) as the one you have in the example. If you use the GTF file for example from Genome Browser or from Ensemble and convert to GFF you only have CDS and exon. Could you explain in the doc how to get an annotated GFF file?

BTW thanks for this nice library and for keeping improving it.

Luca

daler added a commit that referenced this issue Mar 14, 2013
@daler
Copy link
Owner

daler commented Mar 14, 2013

Thanks for pointing this out. The peak_pie.py help issue is fixed in d67a7f8.

For your second question, that's kind of beyond the scope of pybedtools . . . but see gffutils for much more on manipulating GFF/GTF files. I should probably add a "add intron annotations" method to gffutils for cases like this.

@daler daler closed this as completed Mar 14, 2013
@lucapinello
Copy link
Contributor Author

Thanks for you very very fast response!

I will take a look to your other project.

Thanks again,

Luca

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