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

Version 1 Next »

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

Input: test.fasta
Output: test.revcomp.fasta

  • No labels