A downloader of PPMI files.
Project description
A downloader of PPMI metadata and imaging data files.
Example usage
import ppmi_downloader
ppmi = ppmi_downloader.PPMIDownloader()
# Download metadata files
ppmi.download_metadata(['Demographics.csv', 'Age_at_visit.csv'])
# Download 3D imaging metadata
ppmi.download_3D_T1_info()
# Download imaging data (in DICOM format)
ppmi.download_imaging_data([3001, 3003, 3011])
# Download imaging data (in Nifti format)
ppmi.download_imaging_data([3001, 3003, 3011], type='nifti')
Scripts to use Selenium Grid
ppmi_scrapper
provides scripts for building and running
selenium webdriver
build_selenium
Build selenium grid singularity container
This function is intended to be used as script
so arguments are passed by environment variables.
PPMI_SINGULARITY_BUILD_CACHE
: cache folder to store the built image
PPMI_SINGULARITY_SELENIUM_VERSION
: version of selenium used
PPMI_SINGULARITY_BUILD_VERBOSE
: enable verbose mode for the build
PPMI_SINGULARITY_BUILD_LOG
: log file name to dump build's outputs
Upon success, it exits with 0. Upon failure, Client raises exceptions caught by the script wrapper generated during the build
run_selenium
Run selenium grid singularity container
This function is intended to be used as script
so arguments are passed by environment variables.
PPMI_SINGULARITY_SELENIUM_VERSION
: version of selenium used
PPMI_SINGULARITY_RUN_CACHE
: cache folder to find the built image
PPMI_SINGULARITY_RUN_VERBOSE
: enable verbose mode for the run
PPMI_SINGULARITY_RUN_LOG
: log file name to dump run's outputs
Run the selenium grid singularity container by
creating and binding files required by the container
Communication is mapped on 4444 port.
Upon success, it exits with 0. Upon failure, Client raises exceptions caught by the script wrapper generated during the run
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file ppmi_downloader-0.7.1.tar.gz
.
File metadata
- Download URL: ppmi_downloader-0.7.1.tar.gz
- Upload date:
- Size: 25.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9317a46d3f7dffe31c9c1f8503cd77f087c986f75e4861825465421edc68e223 |
|
MD5 | bcc271aff5f94c61b52dfacf2715daf4 |
|
BLAKE2b-256 | ce73881e49af4100110ca8e847d09a44ae526a199b05ef9d318d64df620ef88b |
Provenance
File details
Details for the file ppmi_downloader-0.7.1-py3-none-any.whl
.
File metadata
- Download URL: ppmi_downloader-0.7.1-py3-none-any.whl
- Upload date:
- Size: 25.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0a371f62cff22c38c45a177b1686f4320cf67997ac8ea13b1304e5b6c48ee68f |
|
MD5 | 55064c3c8024059e8216672cff3bd877 |
|
BLAKE2b-256 | 3250320ee4a41b338989e9ec7026e07e28f24d3aa87fcb9506db029b820d648e |