Open pdimens opened 2 months ago
Once submitted to and vetted by Bioconda, each time there is a new Release on this repository (via Tagged Releases, example), Bioconda will automatically "sniff" for updates and automatically update the bioconda release. It's likely that PoolParty2 needs a little altering to make this all work seamlessly. The most obvious thing I see now is that there is no opts/
directory in the repository for which to copy things into the conda PATH at installation.
I lied, you cant specify channel for a bioconda recipe, it pulls from either conda-forge
or bioconda
, which means we'd need to manually create a recipe for HCC::popoolation2
to be hosted on bioconda, which should be relatively simple.
@stuartwillis like this https://github.com/bioconda/bioconda-recipes/pull/50211
Once reviewed and merged, popoolation2 will be available via bioconda and that unlocks the rest
@stuartwillis the popoolation2 bioconda recipe was approved and merged. Now the real fun can begin
Turns out perl-text-nsp
, where the fisher's exact test lives, was available on bioconda. In theory, all the pieces are here to begin making this recipe for realsies
This serves to hopefully set the infrastructure to a fully conda-based installation, making it easier for people to get started with PoolParty2. The bioconda recipe has two parts:
meta.yaml
file which sets up all the build and runtime conditions, package info, etc.build.sh
file of manual build stepsmeta.yaml
build.sh