Changes between Version 1 and Version 2 of YMU110509/Lab10


Ignore:
Timestamp:
Jun 20, 2011, 1:33:09 PM (13 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • YMU110509/Lab10

    v1 v2  
    1111
    1212{{{
    13 jazz@hadoop:~$ wget http://nchc.dl.sourceforge.net/project/cloudburst-bio/cloudburst/CloudBurst-1.1.0/CloudBurst-1.1.0.tgz
    14 jazz@hadoop:~$ tar zxvf CloudBurst-1.1.0.tgz
    15 jazz@hadoop:~$ cd CloudBurst-1.1.0
    16 jazz@hadoop:~/CloudBurst-1.1.0$ wget "http://nchc.dl.sourceforge.net/project/cloudburst-bio/cloudburst-data/CloudBurst-sample-data/CloudBurst-small-sample.tgz"
    17 jazz@hadoop:~/CloudBurst-1.1.0$ tar zxvf CloudBurst-small-sample.tgz
    18 jazz@hadoop:~/CloudBurst-1.1.0$ hadoop fs -mkdir cloudburst
    19 jazz@hadoop:~/CloudBurst-1.1.0$ hadoop fs -put CloudBurst-small-sample/100k.br cloudburst/
    20 jazz@hadoop:~/CloudBurst-1.1.0$ hadoop fs -put CloudBurst-small-sample/s_suis.br cloudburst/
    21 jazz@hadoop:~/CloudBurst-1.1.0$ hadoop fs -lsr
    22 drwxr-xr-x  - jazz supergroup          0 2010-04-30 10:55 /user/jazz/cloudburst
    23 -rw-r--r--  2 jazz supergroup    4493593 2010-04-30 10:55 /user/jazz/cloudburst/100k.br
    24 -rw-r--r--  2 jazz supergroup     579773 2010-04-30 10:55 /user/jazz/cloudburst/s_suis.br
    25 jazz@hadoop:~/CloudBurst-1.1.0$ hadoop jar CloudBurst.jar /user/$(whoami)/cloudburst/s_suis.br /user/$(whoami)/cloudburst/100k.br results 36 3 0 1 240 48 24 24 128 16 2 >& cloudburst.err
    26 jazz@hadoop:~/CloudBurst-1.0$ tail -n 1 cloudburst.err
    27 Total Running time:  102.68
    28 jazz@hadoop:~/CloudBurst-1.1.0$ hadoop fs -get results .
    29 jazz@hadoop:~/CloudBurst-1.1.0$ java -jar PrintAlignments.jar results | sort -nk4 > 100k.3.txt
     13~$ wget http://nchc.dl.sourceforge.net/project/cloudburst-bio/cloudburst/CloudBurst-1.1.0/CloudBurst-1.1.0.tgz
     14~$ tar zxvf CloudBurst-1.1.0.tgz
     15~$ cd CloudBurst-1.1.0
     16~/CloudBurst-1.1.0$ wget "http://nchc.dl.sourceforge.net/project/cloudburst-bio/cloudburst-data/CloudBurst-sample-data/CloudBurst-small-sample.tgz"
     17~/CloudBurst-1.1.0$ tar zxvf CloudBurst-small-sample.tgz
     18~/CloudBurst-1.1.0$ hadoop fs -mkdir cloudburst
     19~/CloudBurst-1.1.0$ hadoop fs -put CloudBurst-small-sample/100k.br cloudburst/
     20~/CloudBurst-1.1.0$ hadoop fs -put CloudBurst-small-sample/s_suis.br cloudburst/
     21~/CloudBurst-1.1.0$ hadoop fs -lsr
     22 - jazz supergroup          0 2010-04-30 10:55 /user/jazz/cloudburst
     23 2 jazz supergroup    4493593 2010-04-30 10:55 /user/jazz/cloudburst/100k.br
     24 2 jazz supergroup     579773 2010-04-30 10:55 /user/jazz/cloudburst/s_suis.br
     25~/CloudBurst-1.0.1$ hadoop jar CloudBurst.jar /user/$(whoami)/cloudburst/s_suis.br /user/$(whoami)/cloudburst/100k.br results 36 3 0 1 240 48 24 24 128 16 2 >& cloudburst.err
     26~/CloudBurst-1.0.1$ tail -n 1 cloudburst.err
     27g time:  102.68
     28~/CloudBurst-1.0.1$ hadoop fs -get results .
     29~/CloudBurst-1.0.1$ java -jar PrintAlignments.jar results | sort -nk4 > 100k.3.txt
    3030Printing results
    3131}}}