Skip to content

Commit

Permalink
Update magus-msa to 0.2.0 (bioconda#46726)
Browse files Browse the repository at this point in the history
* Update magus-msa to 0.2.0

* edit tests

* edit tests

---------

Co-authored-by: mencian <[email protected]>
  • Loading branch information
BiocondaBot and mencian authored Mar 25, 2024
1 parent d50dd62 commit d4009e2
Showing 1 changed file with 13 additions and 15 deletions.
28 changes: 13 additions & 15 deletions recipes/magus-msa/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "magus-msa" %}
{% set version = "0.1.3" %}
{% set sha256 = "de96170bd768a15d07e03724fc4f32b6c7cb8992e2cd259a45f1371363b6a7c1" %}
{% set version = "0.2.0" %}
{% set sha256 = "4152ab0d5cedfe0691dc1a3fce2cd38e3549bcd0883227a346cc47f093570141" %}

package:
name: {{ name }}
Expand All @@ -13,15 +13,16 @@ source:
build:
noarch: python
number: 0
script: python -m pip install --no-deps --ignore-installed .
script: {{ PYTHON }} -m pip install --no-deps --no-build-isolation --no-cache-dir . -vvv
entry_points:
- magus = magus.main:main
run_exports:
- {{ pin_subpackage('magus-msa', max_pin="x") }}
- {{ pin_subpackage('magus-msa', max_pin="x.x") }}

requirements:
host:
- python >=3.6
- pip
- setuptools
run:
- python >=3.6
- dendropy >=4.5.2
Expand All @@ -32,23 +33,20 @@ requirements:
- hmmer

test:
imports:
- magus_align
- magus_align.decompose
- magus_align.merge
- magus_align.merge.graph_build
- magus_align.merge.graph_cluster
- magus_align.merge.graph_trace
- magus_helpers
- magus_tasks
- magus_tools
commands:
- magus --help

about:
home: "https://github.com/vlasmirnov/MAGUS"
license: MIT
license_family: MIT
license_file: LICENSE.txt
summary: "Multiple Sequence Alignment using Graph Clustering"
doc_url: "https://github.com/vlasmirnov/MAGUS/blob/master/README.md"
dev_url: "https://github.com/vlasmirnov/MAGUS"


extra:
identifiers:
- biotools:magus
- doi:10.1093/bioinformatics/btaa992

0 comments on commit d4009e2

Please sign in to comment.