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

  • No labels