Help for this page

Select Code to Download


  1. or download this
    ******processing <<<</home/user/projects/database/bwa/index_bwa_human_b36_both.fasta.tar.gz>>>
  2. or download this
    >>>***processing <<<</home/user/projects/database/bwa/index_bwa_human_b36_both.fasta.index.tar.gz.md5
  3. or download this
    [13:06 yunfei@bcl code]$ cat -T -E ../src/db_names | grep "hg18ibwa"
    $g18ibwa^Iindex_bwa_human_b36_both.fasta.tar.gz^Iindex_bwa_human_b36_b
    +oth.fasta.index.tar.gz.md5
    
  4. or download this
    102         while(<DBNAME>) {
    103                 next if /^#/;
    104                 1 while (chomp);
    ...
    108                 my $item=shift @tmp;
    109                 $down_name{$item}=\@tmp;
    110         }
    
  5. or download this
    130                         if ($file =~/(zip$)|(gz$)|(tar$)|(bz$)|(bz
    +2$)/i) {
    131                                 $untar{$file}=$untar_dir;
    132                                 print STDERR "Got $file another ta
    +r file\n";
    ...
    134                                 my ($source_file)= $file=~/(.*)\.m
    +d5$/i;
    135                                 print STDERR "Source file $source_
    +file\n";
    136                         }