Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

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