Help for this page

Select Code to Download


  1. or download this
    >test1
    ATGCATGCATGCATGC
    >test2
    ATGCNATGCNATGCNATGCN
    
  2. or download this
    #!/usr/bin/perl -w
    $seq = $ARGV[0];
    ...
    } elsif (
    "false"){
    }
    
  3. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    close FILE_OUT;
    
    system( "chmod", "u+x", $FILE_OUT );