Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    
  2. or download this
    use strict;
    use warnings;
    ...
            }
    use Data::Dumper;
    print Dumper(\%qual_hash);
    
  3. or download this
    use strict;
    use warnings;
    ...
    use Bio::SeqIO;
    my $file = "Qual.txt";
    my $qual_obj = Bio::SeqIO->new(-file =>"<$file",-format=>'qual',);
    
  4. or download this
    #THIS DOESN'T READ THE FILE RIGHT..
    
    ...
    
    use Data::Dumper;
    print Dumper(\%seq_hash);
    
  5. or download this