Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move older bcbiogff versions to bcbio-gff #15214

Merged
merged 3 commits into from
May 10, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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).