Skip to content

Commit

Permalink
Frogs3.0.0 (#13830)
Browse files Browse the repository at this point in the history
ℹ️
Bioconda has finished the [GCC7 migration](#13578). If you are dealing with C/C++ or Python package it can be that you need to rebuild other dependent packages. [Bioconda utils - update-pinning](https://bioconda.github.io/updating.html#updating-recipes-for-a-pinning-change) will assist you with that. If you have any questions please use [issue 13578](#13578).

----------------

* [x] I have read the [guidelines for bioconda recipes](https://bioconda.github.io/guidelines.html).
* [ ] This PR adds a new recipe.
* [x] AFAIK, this recipe **is directly relevant to the biological sciences** (otherwise, please submit to the more general purpose [conda-forge channel](https://conda-forge.org/docs/)).
* [x] This PR updates an existing recipe.
* [x] This PR does something else (explain below).

This PR follow the advices and problem resolved of PRs #13719 and #13000
  • Loading branch information
ValentinMarcon authored and bgruening committed Feb 27, 2019
1 parent f692da4 commit 3cf6ef6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions build-fail-blacklist
Original file line number Diff line number Diff line change
Expand Up @@ -419,9 +419,6 @@ recipes/ngseqbasic
recipes/footprint
recipes/mirdeep2/2.0.0.8

# no such file or directory (bin/classifier.jar')
recipes/frogs

# post-link error
recipes/antismash

Expand Down
4 changes: 2 additions & 2 deletions recipes/frogs/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ package:

build:
number: 0
skip: true # [py3k]
skip: true # [py3k]
skip: true # [osx]

source:
- url: https://github.com/geraldinepascal/FROGS/archive/v{{ version }}.tar.gz
Expand All @@ -21,7 +22,6 @@ requirements:
host:
- python
- rdptools >=2.0.2

run:
- emboss >=6.6.0
- python
Expand Down

0 comments on commit 3cf6ef6

Please sign in to comment.