Changes between Version 76 and Version 77 of SopConvertLifeLinesGenoData
- Timestamp:
- 2013-04-08T07:49:52+02:00 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SopConvertLifeLinesGenoData
v76 v77 157 157 {{{ 158 158 #copy data to home directory (assume you are in home now) 159 cp /target/gpfs2/lifelines_rp/releases/LL3/lifelines_OV039 . 159 # prefer rsync over copy cp /target/gpfs2/lifelines_rp/releases/LL3/lifelines_OV039 . 160 rsync -a --progress /target/gpfs2/lifelines_rp/releases/LL3/lifelines_OV039 . 160 161 161 162 #reduce read to user only 162 163 chmod -R go-r * 163 164 }}} 164 165 165 == Implementation details == 166 166