10 stdenv.mkDerivation rec {
15 url = "https://git.metabarcoding.org/obitools/ecopcr/-/archive/ecopcr_v${version}/ecopcr-ecopcr_v${version}.tar.gz";
16 hash = "sha256-ssvWpi7HuuRRAkpqqrX3ijLuBqM3QsrmrG+t7/m6fZA=";
32 cp -v ecogrep $out/bin
33 cp -v ecofind $out/bin
34 cp -v ../tools/ecoPCRFormat.py $out/bin/ecoPCRFormat
35 chmod a+x $out/bin/ecoPCRFormat
39 description = "Electronic PCR software tool";
41 ecoPCR is an electronic PCR software developed by the LECA. It
42 helps you estimate Barcode primers quality. In conjunction with
43 OBITools, you can postprocess ecoPCR output to compute barcode
44 coverage and barcode specificity. New barcode primers can be
45 developed using the ecoPrimers software.
47 homepage = "https://git.metabarcoding.org/obitools/ecopcr/wikis/home";
48 license = licenses.cecill20;