Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
irods-clients
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RDM Infrastructure
irods-clients
Commits
d7a23d09
Commit
d7a23d09
authored
3 years ago
by
Staiger, Christine
Browse files
Options
Downloads
Patches
Plain Diff
Update README_CLI.md
parent
0d8b2c73
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README_CLI.md
+19
-29
19 additions, 29 deletions
README_CLI.md
with
19 additions
and
29 deletions
README_CLI.md
+
19
−
29
View file @
d7a23d09
...
...
@@ -18,41 +18,30 @@ pip install python-irodsclient
## Configuration
-
Minimal configuration file
(
upload to iROD
S only)
:
-
Minimal configuration file
for
upload
ing data
to iROD
s
:
```
[iRODS]
irodsenv = <path to>/irods_environment.json
irodsenv =
/
<path to>/irods_environment.json
irodscoll =
irodsresc =
webdav =
```
-
Configuration file
s
for
the iRODS-Elab instance
-
Configuration file for
downloading data from iRODS:
-
The iRODS instance is SSL encrypted to allow for interactions with LDAP, you can use your WUR-account and password to login.
-
You need an irods.crt file (contact iRODS admin)
-
You need to be on the WUR-VPN
-
iRODS environment file:
```
[iRODS]
irodsenv = /<path to>/irods_environment.json
irodscoll =
irodsresc =
webdav =
```
{
"irods_host": "scomp1486.wurnet.nl",
"irods_port": 1247,
"irods_zone_name": "elabZone",
"irods_user_name": "<WUR-account>",
"irods_client_server_negotiation": "request_server_negotiation",
"irods_client_server_policy": "CS_NEG_REQUIRE",
"irods_encryption_key_size": 32,
"irods_encryption_salt_size": 8,
"irods_encryption_num_hash_rounds": 16,
"irods_encryption_algorithm": "AES-256-CBC",
"irods_ssl_ca_certificate_file": "<path to>/irods.crt",
"irods_authentication_scheme": "PAM"
}
```
[DOWNLOAD]
path = /path/to/download/directory
```
-
Config file for
the
upload
client (upload
to iROD
s
and linking
in ELN)
-
Config
uration
file
s
for upload
ing data
to iROD
S
and linking
them to ElabJournal experiment:
```
[iRODS]
...
...
@@ -68,14 +57,15 @@ webdav =
title =
```
-
In the iRODS instance there are two iRODS resources available:
-
bigstore: ~300GB
-
demoResc: ~5GB
## Usage
```
./iUpload -c </path/to/config> -d </path/to/folder/or/file/to/upload>
./irods-iBridgesCli.py -h
./irods-iBridgesCli -c </path/to/config> -d </path/to/folder/or/file/to/upload>
./irods-iBridgesCli.py -c </path/to/config> -i </zone/home/path/to/coll/or/obj>
```
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment