Add ability to annotate datasets using the dtool CLI
Project description
Installation
$ pip install dtool-annotation
Example usage
Get a dataset to play with:
$ LOCAL_DS_URI=$(dtool cp -q http://bit.ly/Ecoli-ref-genome .)
Add an annotation:
$ dtool annotation set $LOCAL_DS_URI project dtool-demo
Get an annotation:
$ dtool annotation get $LOCAL_DS_URI project dtool-demo
Add an annotation forcing a specific type:
$ dtool annotation set --type int $LOCAL_DS_URI stars 3
List all annotations:
$ dtool annotation ls project dtool-demo stars 3
For more information see the dtool documentation.
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
dtool-annotation-0.1.1.tar.gz
(3.9 kB
view hashes)