Skip to content
Snippets Groups Projects
Commit d4784b24 authored by abaumann's avatar abaumann
Browse files

Added readmes for each new script

parent 2498f901
No related branches found
No related tags found
No related merge requests found
## Update the permissions on a given method or config from a file with list of emails
This script takes in a file of email addresses (one per line) and uses those to set permissions on a given method or config. All users in that file will get the same access level, so if other access levels are needed per "group" of users, you must use different files.
Run this as follows (from the main directory):
```./run.sh add_many_emails_to_method/add_many_emails_to_method.py -s <method/config namespace> -n <method/config name> -i <snapshot id> -t <type, either method or config> -r <access level, either READER or OWNER> -f <file with one email per line>```
\ No newline at end of file
## Write a TSV for a given entity in a workspace
This script writes a TSV file for a given entity when that entity is too large to download from the GUI.
Run this as follows (from the main directory):
```./run.sh entity_to_tsv_for_large_data/entity_to_tsv_for_large_data.py -p <workspace project> -n <workspace name> -e <entity type, e.g. sample> -o <output_tsv_file_name>```
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment