You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to use ggd in a nextflow pipeline. At present nextflow has no support for ggd, but does have support for conda. If "ggd install --file" is integrated into "conda env create -f environment.yml", it will be very convenient to create a reproducible pipeline with data packages managed just as software packages.
The text was updated successfully, but these errors were encountered:
@zhangzhen, this is not currently a function available in conda. GGD would need to be added as a new installer type to conda_env.
Currently, you would need to set up a process within your workflow to install ggd dependencies. You can install them into the environment created with conda env create -f environment.yml using the --prefix argument with ggd. That is ggd install --prefix <environment name> --file ggd_deps.txt.
I want to use ggd in a nextflow pipeline. At present nextflow has no support for ggd, but does have support for conda. If "ggd install --file" is integrated into "conda env create -f environment.yml", it will be very convenient to create a reproducible pipeline with data packages managed just as software packages.
The text was updated successfully, but these errors were encountered: