view conda/meta.yaml @ 7:96c8c5cada47 draft

planemo upload for repository https://github.com/COMBAT-TB/confil commit 18a08ba3ab742326c8f60a8566c49652e1b8f4c7
author sanbi-uwc
date Thu, 07 Mar 2019 07:12:34 -0500
parents 2b90d0574ea5
children 5ec97cccb3fe
line wrap: on
line source

{% set version = "0.1.3" %}
{% set sha256 = "8ae72d4c136edff4e755462f6c57c903edb8479ea68d6f0ccdb38f6c56e42d04" %}

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: 1

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