Skip to content

Commit 3e44366

Browse files
authored
Clean recipe - abritmar 1.2.0 (#64415)
1 parent 23cd868 commit 3e44366

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

recipes/abritamr/meta.yaml

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ source:
1111
sha256: {{ sha256 }}
1212

1313
build:
14-
number: 0
14+
number: 1
1515
noarch: python
1616
entry_points:
1717
- abritamr = abritamr.abritamr:main
@@ -29,32 +29,31 @@ requirements:
2929
- python >=3.9
3030
- pandas
3131
- xlsxwriter
32-
# Please review ncbi-amrfinderplus pinning every release
33-
# The version should be pinned to the database version used by abritamr
34-
# Please see the "changes.txt" file in https://github.com/MDU-PHL/abritamr/blob/master/abritamr/db/amrfinderplus/data/<DATABASE_VERSION>/changes.txt
3532
- ncbi-amrfinderplus >=4.0.0
36-
- blast
37-
- hmmer
3833
- parallel
3934

4035
test:
4136
imports:
42-
- abritamr
37+
- {{ name }}
4338
commands:
44-
- abritamr --help
39+
- {{ name }} --version
40+
- {{ name }} --help
41+
- {{ name }} run --help
42+
- {{ name }} report --help
43+
- {{ name }} update_db --help
4544
requires:
4645
- nose
4746
- pytest
4847

4948
about:
50-
home: "https://github.com/MDU-PHL/abritamr"
49+
home: "https://github.com/MDU-PHL/{{ name }}"
5150
license: "GPL-3.0-only"
5251
license_family: GPL3
53-
summary: "Running AMRFinderPlus for MDU."
54-
dev_url: "https://github.com/MDU-PHL/abritamr"
52+
licence_file: LICENSE
53+
summary: "Idenify bacterial AMR genes and SNPs in genome assemblies"
5554

5655
extra:
5756
recipe-maintainers:
5857
- kristyhoran
5958
identifiers:
60-
- biotools:abritamr
59+
- biotools:{{ name }}

0 commit comments

Comments
 (0)