Skip to content

Commit

Permalink
Move older bcbiogff versions to bcbio-gff (#15214)
Browse files Browse the repository at this point in the history
Package uploads complete: [ci skip]
 - biocontainers/bcbio-gff:0.6.2--py_0
 - biocontainers/bcbio-gff:0.6.4--py_0
 - noarch/bcbio-gff-0.6.2-py_0.tar.bz2
 - noarch/bcbio-gff-0.6.4-py_0.tar.bz2
  • Loading branch information
Natasha Pavlovikj authored and biocondabot[bot] committed May 10, 2019
1 parent 519821d commit cd90afa
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 0 deletions.
35 changes: 35 additions & 0 deletions recipes/bcbio-gff/0.6.2/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{% set name = "bcbio-gff" %}
{% set version = "0.6.2" %}
{% set sha256 = "c682dc46a90e9fdb124ab5723797a5f71b2e3534542ceff9f6572b64b9814e68" %}

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

source:
url: https://pypi.io/packages/source/b/{{ name|lower }}/{{ name }}-{{ version }}.tar.gz
sha256: {{ sha256 }}

build:
number: 0
noarch: python
script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed --no-cache-dir -vvv"

requirements:
host:
- python
- pip
run:
- python
- six
- biopython
- bx-python

test:
imports:
- BCBio.GFF

about:
home: https://github.com/chapmanb/bcbb/tree/master/gff
license: Biopython License Agreement
summary: A python library to read and write Generic Feature Format (GFF).
35 changes: 35 additions & 0 deletions recipes/bcbio-gff/0.6.4/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{% set name = "bcbio-gff" %}
{% set version = "0.6.4" %}
{% set sha256 = "e0efddc2376ed11b8f9682029b58bfd523a9aa62199f870b4ce64509ff99820b" %}

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

source:
url: https://pypi.io/packages/source/b/{{ name|lower }}/{{ name }}-{{ version }}.tar.gz
sha256: {{ sha256 }}

build:
number: 0
noarch: python
script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed --no-cache-dir -vvv"

requirements:
host:
- python
- pip
run:
- python
- six
- biopython
- bx-python

test:
imports:
- BCBio.GFF

about:
home: https://github.com/chapmanb/bcbb/tree/master/gff
license: Biopython License Agreement
summary: A python library to read and write Generic Feature Format (GFF).

0 comments on commit cd90afa

Please sign in to comment.