You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: