Help for this page

Select Code to Download


  1. or download this
    my $last_seq;
    
    ...
    }
    
    print("\n") if defined($last_seq);
    
  2. or download this
    sub extractseq {
        my ($seq, $ranges) = @_;
    ...
    }
    
    extractseq($last_seq, \@ranges) if defined($last_seq);
    
  3. or download this
    my %ranges_by_seq;
    
    ...
        )
            and die("system: $?/$!\n");
    }