Skip to content

Commit

Permalink
[ci skip] Merge PR 22313
Browse files Browse the repository at this point in the history
Merge PR #22313, commits were: 
 * Add StringMeUp
  • Loading branch information
druvus authored May 26, 2020
1 parent 361a6df commit c18f4fb
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions recipes/stringmeup/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{% set name = "stringmeup" %}
{% set version = "0.1.0" %}

package:
name: "{{ name|lower }}"
version: "{{ version }}"

source:
url: https://github.com/danisven/StringMeUp/archive/v{{ version }}.tar.gz
sha256: 034861fc7f9366ab3870f4ebfb51e3682048cd9656387ccb53c8d5848f38ebbb

build:
number: 0
entry_points:
- stringmeup=stringmeup.stringmeup:stringmeup
script: python -m pip install --no-deps --ignore-installed .
noarch: python

requirements:
host:
- pip
- python >3

run:
- python >3

test:
commands:
- stringmeup --help

about:
home: https://github.com/danisven/StringMeUp
license: MIT
license_family: MIT
license_file: LICENSE
summary: A post-processing tool to reclassify Kraken 2 output based on the confidence score and/or minimum minimizer hit groups.

extra:
recipe-maintainers:
- druvus

0 comments on commit c18f4fb

Please sign in to comment.