THE INPUT FILE OF sliceEmbl
The DNA-sequence file



The standard input unit is the DNA-sequence-file that must contain:

  1. a title: a character string followed by the character "#"
  2. 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.