Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

    • 454.modified.fna : Modified 454 data
    • 454.pattern.fna : Fasta file with only reads starting with the specified pattern.
  • To get the reverse complement sequences for a fasta file, run the following command on fourierseq:
    • reversecomplement.pl test.fasta|sed 's/U/T/g' > test.revcomp.fasta
    • test.fasta: Fasta input file
    • test.revcomp.fasta : Fasta output file, with reverse complemented sequences