Changes between Version 5 and Version 6 of GIMIv1.1Tutorial/Fromirods
- Timestamp:
- 10/16/12 21:35:00 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GIMIv1.1Tutorial/Fromirods
v5 v6 29 29 }}} 30 30 31 === .1 iRODS Environment Settings === 32 33 === .2 Retrieving Data from iRODS to Local System === 34 35 * Retrieve file from your iRODS home directory into user workspace. 36 {{{ 37 $ iget <file_name> 38 }}} 39 40 Assuming you wanted to retrieve a file called gimitesting.sq3 the command would look as follows: 41 {{{ 42 $ iget gimitesting.sq3 43 }}} 44 45 31 46 [[http://groups.geni.net/geni/wiki/GIMIv1.1Tutorial/Analyze Back to previous step]] 32 47