| 21 |   |  | 
                      
                      
                        |   | 21 | # convert to ped+map format | 
                      
                        |   | 22 | # log start-time | 
                      
                        |   | 23 | printf "gwa1foranalysis_step0_started convert to ped+map format" >>/data/user1/job1/monitor.txt | 
                      
                        |   | 24 | date "+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 | 
                      
                        |   | 28 | printf "gwa1foranalysis_step0_finished " >>/data/byelas/imputation-new/asthma1/impute-gwa1foranalysis.txt | 
                      
                        |   | 29 | date "+DATE: %m/%d/%y%tTIME: %H:%M:%S" >>/data/byelas/imputation-new/asthma1/impute-gwa1foranalysis.txt |