-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fail when passed fastas with duplicate records
- Loading branch information
1 parent
c28772b
commit 3b0b179
Showing
3 changed files
with
65 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 17 additions & 0 deletions
17
sub-packages/bionemo-noodles/tests/bionemo/noodles/data/dupes.fasta
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
>chr1 version|of|seq1 | ||
ACTGACTGACTG | ||
>chr1 version|of|seq2 | ||
GGTCAAGGTCAA | ||
>chr1 some|random|inputs | ||
AGTCAAGGTCCA | ||
CGTCAAGGTCCC | ||
GGTCAAGGTCCG | ||
TGTCAAGGTCCT | ||
AGTCAAGGTCAA | ||
CGTCAAGGTCAC | ||
GGTCAAGGTCAG | ||
>chr1 why|is|this|done | ||
CCCCCCCCCCCC | ||
ACGT | ||
>chr1 stop|violated|fasta|spec | ||
A |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters