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

gembs: adding missing runtime dependencies and moving build script to… #10150

Merged
merged 1 commit into from
Jul 31, 2018
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
6 changes: 0 additions & 6 deletions recipes/gembs/build.sh

This file was deleted.

5 changes: 4 additions & 1 deletion recipes/gembs/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ source:
folder: tools/bcftools

build:
number: 1
number: 2
skip: True # [py2k]
script: $PYTHON setup.py install --minimal --single-version-externally-managed --record=record.txt

requirements:
build:
Expand All @@ -42,6 +43,8 @@ requirements:
- samtools =1.8
- gem3-mapper =3.6.1
- bs_call =2.02
- ucsc-bedtobigbed
- ucsc-wigtobigwig
- curl
- wget

Expand Down