ki-tools / kitools-py

Tools for working with data in Ki analyses
Apache License 2.0
3 stars 0 forks source link

Support 'nice' name for datasets #10

Closed hafen closed 5 years ago

hafen commented 5 years ago

e.g.

project = Project('/path/to/my/project')

# Add the file to the project
project.data_pull('syn:syn0020', data_type='core', name="study1_dataset")

# Pull the file
project.data_pull("study1_dataset")