Changes between Version 75 and Version 76 of SopConvertLifeLinesGenoData


Ignore:
Timestamp:
2013-04-03T09:55:21+02:00 (11 years ago)
Author:
Roan Kanninga
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SopConvertLifeLinesGenoData

    v75 v76  
    138138If you see values here; please check with research office (Salome Scholtens)
    139139=== Step 5: release ===
     140
     141clean up
    140142{{{
    141143cd ../lifelines_OV039/
     
    147149rm *.missing
    148150
    149 #copy the quality scores
    150 cp /target/gpfs2/lifelines_rp/releases/LL3/BeagleImputeDosage/BeagleImputedQualityScores.txt OV039_imputation_batch_qualities.txt
    151 
    152 #give user permission to see the data
    153 chown lifelines_OV039:lifelines *
     151#give read access to the 'lifelines' group
     152chgroup -R lifelines *
     153
     154}}}
     155
     156Change to user for the study, e.g. lifelines_OV039
     157{{{
     158#copy data to home directory (assume you are in home now)
     159cp /target/gpfs2/lifelines_rp/releases/LL3/lifelines_OV039 .
     160
     161#reduce read to user only
     162chmod -R go-r *
    154163}}}
    155164