Help for this page

Select Code to Download


  1. or download this
    # Choose the Nth FASTA record
    # Called as "perl script_name.pl line_number file_name"
    ...
          exit 0;
       }
    }
    
  2. or download this
    # Choose any Range of FASTA records
    # Called as perl script_name.pl --start start_line --end end_line file
    +_name
    ...
       ) {
          print;
    }