-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #70 from martinghunt/embl_no_cds_fix
Embl no cds fix
- Loading branch information
Showing
7 changed files
with
131 additions
and
3 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
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
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,27 @@ | ||
ID NC_123456; SV 1; linear; unassigned DNA; STD; VRL; 100 BP. | ||
XX | ||
AC NC_123456; | ||
XX | ||
DT 25-MAY-2001 | ||
XX | ||
DE Hitchhiker virus 42, complete genome. | ||
XX | ||
KW DASeq | ||
XX | ||
DR BioProject; PRJNA12345. | ||
XX | ||
FH Key Location/Qualifiers | ||
FH | ||
FT source 1..100 | ||
FT /mol_type="alien RNA" | ||
FT /db_xref="taxon:424242" | ||
FT /organism="Unknown" | ||
FT gene 42..52 | ||
FT /locus_tag="Vogon1" | ||
FT /db_xref="GeneID:42" | ||
FT /gene="poetic" | ||
XX | ||
SQ Sequence 100 BP; 42 A; 42 C; 42 G; 42 T; 0 other; | ||
gctatgctga caggtacgta cgcgcgcgtc gcagtcagcg tcgatgtccct cagtctgcga 60 | ||
cgatcgtagc cagttgcggc ccccctctct tatatataaa 100 | ||
// |
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,34 @@ | ||
ID NC_123456; SV 1; linear; unassigned DNA; STD; VRL; 100 BP. | ||
XX | ||
AC NC_123456; | ||
XX | ||
DT 25-MAY-2001 | ||
XX | ||
DE Hitchhiker virus 42, complete genome. | ||
XX | ||
KW DASeq | ||
XX | ||
DR BioProject; PRJNA12345. | ||
XX | ||
FH Key Location/Qualifiers | ||
FH | ||
FT source 1..100 | ||
FT /mol_type="alien RNA" | ||
FT /db_xref="taxon:424242" | ||
FT /organism="Unknown" | ||
FT gene 42..52 | ||
FT /locus_tag="Vogon1" | ||
FT /db_xref="GeneID:42" | ||
FT /gene="poetic" | ||
FT CDS join(42..44,47..52) | ||
FT /locus_tag="Vogon1" | ||
FT /protein_id="43" | ||
FT /gene="poetic" | ||
FT /note="do not listen to this gene" | ||
FT /codon_start=1 | ||
FT /product="poem" | ||
XX | ||
SQ Sequence 100 BP; 42 A; 42 C; 42 G; 42 T; 0 other; | ||
gctatgctga caggtacgta cgcgcgcgtc gcagtcagcg tcgatgtccct cagtctgcga 60 | ||
cgatcgtagc cagttgcggc ccccctctct tatatataaa 100 | ||
// |
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,44 @@ | ||
ID NC_123456; SV 1; linear; unassigned DNA; STD; VRL; 100 BP. | ||
XX | ||
AC NC_123456; | ||
XX | ||
DT 25-MAY-2001 | ||
XX | ||
DE Hitchhiker virus 42, complete genome. | ||
XX | ||
KW DASeq | ||
XX | ||
DR BioProject; PRJNA12345. | ||
XX | ||
FH Key Location/Qualifiers | ||
FH | ||
FT source 1..100 | ||
FT /mol_type="alien RNA" | ||
FT /db_xref="taxon:424242" | ||
FT /organism="Unknown" | ||
FT gene 11..13 | ||
FT /locus_tag="ShortyMcShortGene" | ||
FT /db_xref="GeneID:1" | ||
FT /gene="tiny" | ||
FT CDS join(11..13) | ||
FT /locus_tag="short_tag" | ||
FT /protein_id="11" | ||
FT /gene="small" | ||
FT /codon_start=1 | ||
FT /product="not a lot" | ||
FT gene 42..52 | ||
FT /locus_tag="Vogon1" | ||
FT /db_xref="GeneID:42" | ||
FT /gene="poetic" | ||
FT CDS join(42..44,47..52) | ||
FT /locus_tag="Vogon1" | ||
FT /protein_id="43" | ||
FT /gene="poetic" | ||
FT /note="do not listen to this gene" | ||
FT /codon_start=1 | ||
FT /product="poem" | ||
XX | ||
SQ Sequence 100 BP; 42 A; 42 C; 42 G; 42 T; 0 other; | ||
gctatgctga caggtacgta cgcgcgcgtc gcagtcagcg tcgatgtccct cagtctgcga 60 | ||
cgatcgtagc cagttgcggc ccccctctct tatatataaa 100 | ||
// |
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
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