widdowquinn / find_differential_primers

Code for design of diagnostic PCR primers, and metabarcoding markers.
https://widdowquinn.github.io/find_differential_primers/
MIT License
57 stars 25 forks source link

Fix broken bioconda recipe #50

Closed widdowquinn closed 3 years ago

widdowquinn commented 3 years ago

In https://github.com/bioconda/bioconda-recipes/pull/17783 (Noarch generic bulk) the Python version stated in the bioconda recipe for find_differential_primers was modified so that Python2 was specified.

This was an error on the part of bioconda that prevents find_differential_primers from installing under Python3. It installs under Python2.7, but because the package was written in Python3 it does not run.

The fix requires updating https://github.com/bioconda/bioconda-recipes/blob/master/recipes/find_differential_primers/meta.yaml to specify the correct Python version (and bump build number).

widdowquinn commented 3 years ago

https://github.com/bioconda/bioconda-recipes/pull/24744

widdowquinn commented 3 years ago

Fixed with https://github.com/bioconda/bioconda-recipes/commit/5e7083cdf91b649f4eda5dbc519a9aa163f1d1a2