diff --git a/recipes/bactopia-py/meta.yaml b/recipes/bactopia-py/meta.yaml index c41a907cbdf07..14c007993c719 100644 --- a/recipes/bactopia-py/meta.yaml +++ b/recipes/bactopia-py/meta.yaml @@ -1,5 +1,5 @@ {% set name = "bactopia-py" %} -{% set version = "1.1.1" %} +{% set version = "1.2.0" %} package: name: {{ name|lower }} @@ -7,7 +7,7 @@ package: source: url: https://pypi.io/packages/source/{{ name[0] }}/bactopia/bactopia-{{ version }}.tar.gz - sha256: a7e450658ca609d8fd93bc1beb343aa3fea76ac0cee06842f407cdc4d85299fa + sha256: 0981bd53baba2318dbd3cdf4071f0a735e85ec65a2c005181f10866d522c1fef build: noarch: python @@ -29,6 +29,7 @@ requirements: - pyyaml - requests - rich-click >=1.6.0 + - tqdm test: imports: @@ -42,6 +43,8 @@ test: - bactopia-prepare --help - bactopia-search --help - bactopia-summary --help + - bactopia-atb-formatter --help + - bactopia-atb-downloader --help requires: - pip