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

Regexp for sequence identifiers #19

Open
fungs opened this issue Mar 3, 2015 · 1 comment
Open

Regexp for sequence identifiers #19

fungs opened this issue Mar 3, 2015 · 1 comment

Comments

@fungs
Copy link
Owner

fungs commented Mar 3, 2015

There are many tools which give space-separated information in the sequence identifier (assembly programs), others which parse the identifiers and report only a substring (NCBI Blast) and programs which don't support spaces at all (LAST and MAF format), we should consider using a regexp to internally handle these cases without having to modify the input FASTA files.

@fungs
Copy link
Owner Author

fungs commented Oct 1, 2021

this should work similar to the regex globbing parameter in binner

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant