Skip to content

Commit

Permalink
Fix midas patch as given here snayfach/MIDAS#113
Browse files Browse the repository at this point in the history
  • Loading branch information
npavlovikj committed Jun 16, 2021
1 parent d52ac1a commit 68eca0e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 40 deletions.
15 changes: 10 additions & 5 deletions recipes/midas/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
{% set name = "midas" %}
{% set name = "MIDAS" %}
{% set version = "1.3.2" %}
{% set sha256 = "87621eaa5b51eb81edc87e3e6b86c7efd3e1d64f503c6abca246b1be79120859" %}

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

source:
url: https://github.com/snayfach/MIDAS/archive/v{{version}}.tar.gz
sha256: '{{sha256}}'
patches:
- midas.patch
# the working patch comes from https://github.com/snayfach/MIDAS/pull/113
- midas.patches

build:
noarch: python
number: 4
number: 0
script: {{ PYTHON }} -m pip install . --ignore-installed --no-deps -vv

requirements:
Expand Down Expand Up @@ -45,6 +46,10 @@ test:
about:
home: https://github.com/snayfach/MIDAS
license: GPL-3.0
license_family: GPL
license_file: LICENSE
summary: An integrated pipeline for estimating strain-level genomic variation from
metagenomic data
license_family: GPL

extra:
notes: MIDAS requires reference database that needs to be additionally downloaded and set, https://github.com/snayfach/MIDAS/blob/master/docs/ref_db.md.
35 changes: 0 additions & 35 deletions recipes/midas/midas.patch

This file was deleted.

0 comments on commit 68eca0e

Please sign in to comment.