Skip to content

Fix fasta headers quality control

pablopareja edited this page Nov 24, 2011 · 1 revision

This program expects three arguments:

  1. Input FASTA original file
  2. Input FASTA (headers fixed) file
  3. Quality control TXT output file

Checks performed:

  • Sequence lines must be exactly the same in both files
  • Fasta headers must be exactly equal once you get rid of the part before the character '|' (including also the vertical bar) in the fixed file.