Versions Compared

Key

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

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