0.1.0
The official release of ggd cli
ggd cli is set up to work with the ggd-recipes repo for the dataset management, as well as local and global ggd specific metadata.
An automated continuous integration system is implemented for testing and validation of the cli, ggd data packages, package caching, and metadata.
GGD command-line interface tools include:
ggd search
: search for available data packages within the ggd ecosystemggd predict-path
: predict the file path of a file from a data package that has not been installed yet. (Usefull for workflows like Snakemake)ggd install
: Install a data package(s) into your local conda environmentggd uninstall
: uninstall a data package from your local conda environmentggd get-files
: get the file path(s) for an installed data packageggd list
: list the installed data packages in your local conda environmentggd show-env
: show/list the local environment variables created for each installed data packageggd pkg-info
: get the package info for an installed data packageggd make-recipe
: create a GGD-Conda recipe from a simple bash script to add as a data package to the ggd ecosystemggd check-recipe
: validate the recipe created from theggd make-recipe
command
GGD is set up to provide genomic data package management and access, as well as an easy way to create and contribute data recipes/packages to the GGD ecosystem