bioconda-utils icon indicating copy to clipboard operation
bioconda-utils copied to clipboard

Provide a subcommand to commit subdags.

Open johanneskoester opened this issue 5 years ago • 1 comments

Inside a modified branch, you can now run e.g.

bioconda-utils commit-subdags recipes/ config.yml -k 1 -n 10 --msg "Fixing bioconductor datapackages"

Bioconda-Utils will then create a commit with the k-th of n subdags of changed recipes, properly considering dependencies. @bioconda/core, this could be a potential replacement for the bulk branch in the future. Let me know your thoughts. I used this to create PR bioconda/bioconda-recipes#13946.

johanneskoester avatar Mar 07 '19 10:03 johanneskoester