rki-mf1 / amplisim

Plain simple amplicon sequence simulator for in-silico genomic sequencing assays
Apache License 2.0
2 stars 0 forks source link

Update Makefile to streamline bioconda build #15

Open Krannich479 opened 12 months ago

Krannich479 commented 12 months ago

Problem:

The current bioconda recipe of amplisim pulls the tarball of the latest release. The tarball does not include submodules, therefore I implemented a rather cruel fix in the build.sh to clone and reset dependencies. See these lines of code.

Ideal solution:

Upgrade the Makefile in a way s.t. the system wide htslib is used if there is not recursive clone of the submodules.