Help for this page

Select Code to Download


  1. or download this
    sub convert_raw_to_fasta {
        my $InFileName = shift;
    ...
        print $hu ">$maid\n$seq";
        close $hu or die $!;
    }
    
  2. or download this
    sub blast_parse{
        my($maid,$maid_dir) = @_;
    ...
        system($command); 
        bl2seq_parse();
    }
    
  3. or download this
    sub process_and_parse {
        my $command = shift;
    ...
        system($command); 
        bl2seq_parse();
    }
    
  4. or download this
    sub blast_parse{
        my($maid,$maid_dir) = @_;
    ...
            "$maid_dir/" . $maid . "_bl2seq.out"
        );
    }
    
  5. or download this
    # main task
    initialize_frobnitz();
    ...
    
    sub send_to_frobber {
        my $serial_port = ... etc ...