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 |
| 152 | chgroup -R lifelines * |
| 153 | |
| 154 | }}} |
| 155 | |
| 156 | Change to user for the study, e.g. lifelines_OV039 |
| 157 | {{{ |
| 158 | #copy data to home directory (assume you are in home now) |
| 159 | cp /target/gpfs2/lifelines_rp/releases/LL3/lifelines_OV039 . |
| 160 | |
| 161 | #reduce read to user only |
| 162 | chmod -R go-r * |