view conda/meta.yaml @ 12:5ec97cccb3fe draft

planemo upload for repository https://github.com/COMBAT-TB/confil commit b1a96c1b50cea70a20d4e606100879da8b6ed1b2
author sanbi-uwc
date Mon, 11 Mar 2019 07:18:34 -0400
parents 96c8c5cada47
children bbf9ab2ebee7
line wrap: on
line source

{% set version = "0.1.4" %}
{% set sha256 = "1ebbb14e64e057d6b58f4942a7b1dbf9e53f4ab741709b0ecfcb8d358fb8848e" %}

package:
  name: confil
  version: {{ version }}

source:
  url: https://github.com/COMBAT-TB/confil/archive/{{ version }}.tar.gz
  sha256: {{ sha256 }}

build:
  script: "{{ PYTHON }} -m pip install . --no-deps -vv"
  number: 0

requirements:
  build:
    - python
    - click
  run:
    - python
    - click
    - kraken2

test:
  commands:
    - confil |& grep confil
  imports:
    - confil

about:
  home: https://github.com/COMBAT-TB/confil
  license_file: LICENSE
  summary: "confil parses a kraken2 report and determines contamination based on a specified cutoff."
  dev_url: https://github.com/COMBAT-TB/confil