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
Improvement Description
Multi-record fasta formats (like DNAFASTAFormat and AlignedDNAFASTAFormat) could check to ensure that there are no duplicate records so developers working with these formats don't have to.
Current Behavior
These formats can contain duplicate records.
Proposed Behavior
If full validation of a format was requested, it could raise an error if the same sequence identifier is observed multiple times.
Improvement Description
Multi-record fasta formats (like
DNAFASTAFormat
andAlignedDNAFASTAFormat
) could check to ensure that there are no duplicate records so developers working with these formats don't have to.Current Behavior
These formats can contain duplicate records.
Proposed Behavior
If full validation of a format was requested, it could raise an error if the same sequence identifier is observed multiple times.
References
This came up in the context of qiime2/q2-alignment#54 (comment).
The text was updated successfully, but these errors were encountered: