Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Edta 2.2.2 - fix path to LTR_FINDER_PARALLEL #52404

Merged
merged 15 commits into from
Dec 16, 2024
Merged
9 changes: 0 additions & 9 deletions recipes/edta/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,3 @@ chmod a+x ${PREFIX}/bin/EDTA.pl
for name in ${EDTA_OTHER_PROGRAMS} ; do
ln -sf ${PREFIX}/bin/EDTA.pl ${PREFIX}/bin/$(basename $name)
done

LTR_FINDER_PARALLEL_DIR=${EDTA_DIR}/bin/LTR_FINDER_parallel

cat <<END >>${PREFIX}/bin/LTR_FINDER_parallel
#!/bin/bash
perl ${LTR_FINDER_PARALLEL_DIR}/LTR_FINDER_parallel \$@
END

chmod a+x ${PREFIX}/bin/LTR_FINDER_parallel
25 changes: 13 additions & 12 deletions recipes/edta/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ source:
sha256: {{ sha256 }}

build:
number: 0
number: 1
noarch: generic
run_exports:
- {{ pin_subpackage('edta', max_pin='x') }}
Expand All @@ -28,7 +28,7 @@ requirements:
- helitronscanner
- ltr_finder_parallel
- ltr_harvest_parallel
- ltr_retriever
- ltr_retriever >=3.0.0
- mdust
- muscle
- openjdk
Expand All @@ -38,12 +38,13 @@ requirements:
- perl-text-soundex
- python >=3.8
- pyarrow
- r-base
- r-dplyr
- r-ggplot2
- r-base
- r-dplyr
- r-ggplot2
- r-here
- r-tidyr
- repeatmodeler
- r-tidyr
- repeatmodeler >=2
- repeatmasker
- samtools
- tesorter
- tir-learner
Expand All @@ -57,13 +58,13 @@ test:
- lib-test.pl -h 2>&1 | grep -i "To test"

about:
home: https://github.com/oushujun/EDTA
license: GPL-3.0-only
home: "https://github.com/oushujun/EDTA"
license: "GPL-3.0-only"
license_family: GPL3
license_file: LICENSE
summary: Extensive de-novo TE Annotator
dev_url: https://github.com/oushujun/EDTA
doc_url: https://github.com/oushujun/EDTA/wiki
summary: "Extensive de-novo TE Annotator."
dev_url: "https://github.com/oushujun/EDTA"
doc_url: "https://github.com/oushujun/EDTA/wiki"

extra:
identifiers:
Expand Down
Loading