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

Extract IDs from GFF file using Bio::Perl #138

Merged
merged 3 commits into from
Jun 1, 2015

Conversation

andrewjpage
Copy link
Member

For performance reasons, sed and awk were used to convert a gff file to a bed file, however it only worked with gnu-sed, not the unix sed that comes with osx, so I've reverted back to using Bio::Perl, which is a bit slower.
Calling segmasker as a separate step has been removed since its part of the makedb process.

andrewjpage added a commit that referenced this pull request Jun 1, 2015
Extract IDs from GFF file using Bio::Perl
@andrewjpage andrewjpage merged commit d532f49 into sanger-pathogens:master Jun 1, 2015
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

Successfully merging this pull request may close these issues.

None yet

1 participant