iu_create_gcp_url_list¶
Creates a Google Storage Transfer Service URL list file, which can be used as input into the Google STS to transfer released IGVF S3 files to your GCP buckets.
usage: iu_create_gcp_url_list.py [-h] [-m IGVF_MODE]
(-f FILE_IDS [FILE_IDS ...] | -i INFILE) -o
OUTFILE
Named Arguments¶
- -m, --igvf-mode
The IGVF Portal site (‘prod’, ‘sandbox’, ‘staging, or an explicit host name, i.e. ‘*.demo.igvf.org’) to connect to.
- -f, --file-ids
An alternative to –infile, one or more IGVF file identifiers. Don’t mix IGVF files from across buckets.
- -i, --infile
An alternative to –file-ids, the path to a file containing one or more file identifiers, one per line. Empty lines and lines starting with a ‘#’ are skipped.
- -o, --outfile
The output URL list file name.