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

Update with selene-sdk v0.2.0 #12631

Merged
merged 4 commits into from
Dec 14, 2018
Merged
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
14 changes: 9 additions & 5 deletions recipes/selene-sdk/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ source:
sha256: b0c17c18173cddf68cd28be5f7b489096d877ce3b5e744a0e4cea199a06be44c

build:
number: 0
number: 1
skip: True # [py27 or osx]
script: python setup.py install --single-version-externally-managed --record=record.txt

Expand All @@ -26,7 +26,7 @@ requirements:
- plotly
- pyfaidx
- pytabix
- pytorch
- pytorch>=0.4.1
- pyyaml
- scikit-learn
- scipy
Expand All @@ -35,11 +35,15 @@ requirements:
- torchvision

test:
imports:
- selene_sdk
imports:
- selene_sdk

about:
home: https://github.com/FunctionLab/selene
summary: Framework for developing sequence-level deep learning networks.
license: BSD 3-clause
license: BSD 3-clause clear
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clear?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, no patent rights. Got it.

license_file: LICENSE

extra:
recipe-maintainers:
- kathyxchen