8000 GitHub - jic-dtool/dtool-tag: dtool CLI commands for working with tags
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jic-dtool/dtool-tag

Repository files navigation

dtool CLI commands for working with tags

PyPi package Travis CI build status (Linux) AppVeyor CI build status (Windows) Code Coverage

Installation

$ pip install dtool-tag

Example usage

Get a dataset to play with:

$ LOCAL_DS_URI=$(dtool cp -q http://bit.ly/Ecoli-ref-genome .)

Add a couple of tags:

$ dtool tag set $LOCAL_DS_URI e.coli
$ dtool tag set $LOCAL_DS_URI genome

List the dataset tags:

$ dtool tag ls $LOCAL_DS_URI
e.coli
genome

Delete a tag:

$ dtool tag delete $LOCAL_DS_URI genome

For more information see the dtool documentation.

Related packages

About

dtool CLI commands for working with tags

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages

0