THE INPUT FILE OF
sliceEmbl
The DNA-sequence file
|
---|
The standard input unit is the DNA-sequence-file that must contain:
-
a title: a character string followed by the character "#"
-
the DNA sequence restricted to coding pieces:
each piece must begin with a start codon, among ATG, GTG,TTG,
and finish with a stop codon among TAA, TAG, TGA.
Small or capital letters are not distinguished.
Numbers are ignored.
Letters among
A,C,G,T are valid bases.
Any other characters are erroneous.