naturalis / bio-cipres

Phylogenomic analysis on the CIPRES REST portal
MIT License
3 stars 4 forks source link

Make bioconda package #8

Closed rvosa closed 4 years ago

rvosa commented 4 years ago

Release the cipresrun REST client as a bioconda package

rvosa commented 4 years ago

1. make skeleton

conda-skeleton cpan \
    --output-dir conda \
    --version `perl -Ilib -MBio::Phylo::CIPRES -e 'print $Bio::Phylo::CIPRES::VERSION'` \
    Bio::Phylo::CIPRES

2. remove .bat file When creating a recipe using one of the conda skeleton tools, a .bat file for Windows will be created. Since bioconda does not support Windows and to reduce clutter, please remove these files

3. remove the source/fn entry in meta.yaml 4. the requirements/build keyword in meta.yaml should be changed to requirements/host **5. regenerate SHA 256 checksum***

wget -O- $URL | shasum -a 256