Skip to content

Commit

Permalink
Update polap to v0.3.7 Build1 (#51963)
Browse files Browse the repository at this point in the history
* Update polap to v0.3.7 Build1

* Update polap to v0.3.7 Build2

* Update polap to v0.3.7 build number upto 1

* Update polap to v0.3.7 build number 2

* Update polap to v0.3.7 build number 3

* Update recipes/polap/meta.yaml

---------

Co-authored-by: Sang Chul Choi <[email protected]>
Co-authored-by: Björn Grüning <[email protected]>
  • Loading branch information
3 people authored Nov 7, 2024
1 parent 498c2ee commit ac93f9e
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 21 deletions.
67 changes: 62 additions & 5 deletions recipes/polap/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,76 @@ files=(polap
polap-conda-environment-fmlrc.yaml
polap-conda-environment.yaml
polap-mt.1.c70.3.faa
polap-parsing.sh
polap-pt.2.c70.3.faa
polap.sh
run-polap-ncbitools
polap-command-completion.sh
polap-constants.sh
polap-function-set-variables.sh
polap-git-hash-version.sh
polap-parsing.sh
polap-test-variables.sh
polap-variables-common.sh
polap-variables-main.sh
polap-variables-mtcontigs.sh
polap-version.sh
run-polap-function-annotate-contig.sh
run-polap-function-annotate.sh
run-polap-function-archive.sh
run-polap-function-assemble.sh
run-polap-function-bioproject.sh
run-polap-function-include.sh
run-polap-function-log.sh
run-polap-function-menus.sh
run-polap-function-miscellaneous.sh
run-polap-function-mtdna.sh
run-polap-function-oga.sh
run-polap-function-polishing.sh
run-polap-function-seeds.sh
run-polap-function-template.sh
run-polap-function-utilities.sh
run-polap-function-wga.sh
run-polap-sh-create-depth-file.sh
run-polap-sh-half-cut.sh
run-polap-sh-minimap2-paf2tab.sh
run-polap-py-find-cc.py
run-polap-py-select-mtdna-2-nx-find-circular-path.py
run-polap-py-select-mtdna-2-nx-simple-cycles.py
run-polap-pairs.R
run-polap-r-assemble-bioproject-3-length-match.R
run-polap-r-blast-mtdna-1-determine-gene.R
run-polap-r-bridge.R
run-polap-r-cc2mtcontig.R
run-polap-r-depth-distribution.R
run-polap-r-depthfilter-gfa.R
run-polap-r-determine-depth-range.R
run-polap-r-determine-depth-range_1.R
run-polap-r-determine-depth-range_2.R
run-polap-r-determine-depth-range_3.R
run-polap-r-determine-depth-range_4.R
run-polap-r-determine-depth-range_5.R
run-polap-r-edges-stats.R
run-polap-r-final-filter-mtcontig.R
run-polap-r-final-mtcontig.R
run-polap-r-final-seed-mtcontig.R
run-polap-r-genes-bed4.R
run-polap-r-genes.R
run-polap-r-get-bioproject-1.R
run-polap-r-jellyfish.R
run-polap-r-mtcontig-contig.R
run-polap-r-mtcontig.R
run-polap-ncbitools
run-polap-r-pairs.R)
run-polap-r-pairs.R
run-polap-r-plastid-determine-depth-range.R
run-polap-r-plot-mtdna.R
run-polap-r-prepare-cc.R
run-polap-r-preselect-annotation.R
run-polap-r-select-mtdna-1-nx-gfa-links.R
run-polap-r-template.R
run-polap-r-test-reads-bar-graph.R
polap.sh)

for i in "${files[@]}"; do
cp src/$i $PREFIX/bin
done

chmod +x $PREFIX/bin/polap
chmod +x $PREFIX/bin/polap.sh
chmod +x $PREFIX/bin/run-polap-*
36 changes: 20 additions & 16 deletions recipes/polap/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "polap" %}
{% set version = "0.3.7" %}
{% set sha256 = "e4f65dc0e2a8869057f50f22e7d2acbbde4f6bdb8a75412d3620c468c7108be8" %}
{% set sha256 = "8dd857d8b0a33d692467440c1017beabb171bfde7dae2aa5bd5ebcebd09e70eb" %}

package:
name: "{{ name }}"
Expand All @@ -12,41 +12,45 @@ source:

build:
noarch: generic
number: 0
number: 1
run_exports:
- {{ pin_subpackage('polap', max_pin="x.x") }}

requirements:
run:
- python
- flye >=2.9.2
- seqkit
- minimap2 >=2.24
- blast
- seqkit
- bedtools
- seqtk
- bioawk
- entrez-direct
- sra-tools
- csvtk
- gfastats
- kmer-jellyfish
- clustalw
- blast
- entrez-direct
- sra-tools
- samtools
- assembly-stats
- orthofinder
- bioconductor-ggtree
- perl-xml-libxml
- icu
- libxml2
- perl
- r-base
- networkx
- pandas
- gfatools
- r-optparse
- r-dplyr
- r-readr
- r-optparse
- r-stringr
- r-tidyr
- parallel
- r-base
- bioawk
- assembly-stats
- progressivemauve
- clustalw
- gfastats
- perl-xml-libxml
- icu
- libxml2
- perl

test:
commands:
Expand Down

0 comments on commit ac93f9e

Please sign in to comment.