Help for this page

Select Code to Download


  1. or download this
    cat file.txt | perl -ne '...' > fastafile.fa
    
  2. or download this
    perl -ne '...' file.txt > fastafile.fa