Skip to content

Commit

Permalink
Update ncbi-amrfinderplus to 3.11.14 (#40891)
Browse files Browse the repository at this point in the history
This release addresses a few issues brought up on GitHub.

Changes:
- On failure no `-o` output file is created - ncbi/amr#115
- AMRFinderPlus will now automatically decompress files ending in .gz with gunzip (this relies on gunzip being in PATH) - ncbi/amr#61
- AMRFinderPlus does not support unicode, but it will not check GFF files to prohibit extended ASCII or UTF-8 characters specifically (still prohibits GFF files with ASCII control characters 0x00 and 0x1F) - ncbi/amr#119
- Add reporting of curl error messages - ncbi/amr#120
  • Loading branch information
BiocondaBot authored May 10, 2023
1 parent 64c17f0 commit 8c61045
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/ncbi-amrfinderplus/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set version = "3.11.11" %}
{% set sha256 = "b1aaf9de1f5f7b3e05bbe15fae415a01248191fa5e81d9d5b4d6bc97a29b777c" %}
{% set version = "3.11.14" %}
{% set sha256 = "3bb36327e27e43ba423353a4c0775d150cb2bd0ed5982b8b9c69f0d887877f35" %}

package:
name: ncbi-amrfinderplus
Expand Down

0 comments on commit 8c61045

Please sign in to comment.