grenaud / gargammel

gargammel is an ancient DNA simulator
GNU General Public License v3.0
25 stars 15 forks source link

Add (bio)conda information #9

Closed jfy133 closed 4 years ago

jfy133 commented 4 years ago

Gargammel is now avaliable on bioconda: https://github.com/bioconda/bioconda-recipes/pull/20645

This PR adds the bioconda badge that points to towards the bioconda information page (with the gargammel link going live in about 24 hours or so), as well as an additional conda environmental.yml file, which installs all dependencies listed in this repo and in auxiliary python scripts for a user.

Note the environment still uses python 2.7, despite https://github.com/grenaud/gargammel/issues/8, because the 2to3 conversion wasn't sufficient with the commands described in this repo.