Help for this page

Select Code to Download


  1. or download this
    file1
    contig1 10037203    10038203    blah
    contig1    10037203    10038203    blah
    contig1    10037203    10038203    blah
    
  2. or download this
    file2
    
    contig1    997329    938329    blab11
    contig1    10037329    10038329    blah11
    contig1    10037329    10038329    blah11
    
  3. or download this
    contig1 10037203    10038203    blah
    contig1    10037203    10038203    blah
    contig1    10037203    10038203    blah
    contig1    10037329    10038329    blah11
    contig1    10037329    10038329    blah11
    
  4. or download this
    open FILE1,"file1" or die "can't open file 1";
    open FILE2,"file2" or die "can't open file 2";
    open(w1,">output");
    ...
    close FILE1;
    close FILE2;
    close w1;