File tree Expand file tree Collapse file tree 1 file changed +11
-12
lines changed
Expand file tree Collapse file tree 1 file changed +11
-12
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ source:
1111 sha256 : {{ sha256 }}
1212
1313build :
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
4035test :
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
4948about :
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
5655extra :
5756 recipe-maintainers :
5857 - kristyhoran
5958 identifiers :
60- - biotools:abritamr
59+ - biotools:{{ name }}
You can’t perform that action at this time.
0 commit comments