Changes between Version 4 and Version 5 of ComputeStartExample6


Ignore:
Timestamp:
2010-11-11T13:48:17+01:00 (14 years ago)
Author:
george
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ComputeStartExample6

    v4 v5  
    1919
    2020{{{
    21 
     21# convert to ped+map format
     22# log start-time
     23printf "gwa1foranalysis_step0_started convert to ped+map format" >>/data/user1/job1/monitor.txt
     24date "+DATE: %m/%d/%y%tTIME: %H:%M:%S" >>/data/user1/job1/monitor.txt
     25# analysis
     26/data/user1/exes/plink --noweb --bfile /data/user1/data/job1/gwa1foranalysis --recode --out /data/user1/data/job1/ped/gwa1foranalysis
     27#log finish-time
     28printf "gwa1foranalysis_step0_finished " >>/data/byelas/imputation-new/asthma1/impute-gwa1foranalysis.txt
     29date "+DATE: %m/%d/%y%tTIME: %H:%M:%S" >>/data/byelas/imputation-new/asthma1/impute-gwa1foranalysis.txt
    2230}}}
    2331