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

Add MiMSI to recipes #27968

Merged
merged 6 commits into from Apr 18, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
52 changes: 52 additions & 0 deletions recipes/mimsi/meta.yaml
@@ -0,0 +1,52 @@
{% set version = "0.4.2" %}


package:
name: mimsi
version: {{ version }}

source:
url: https://github.com/mskcc/mimsi/archive/refs/tags/v{{ version }}.tar.gz
sha256: b5d8aa6012c5b452e100d9a7940cb262b491976e0f83fd90c9b56b94114e629c

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

requirements:
host:
- python >=2.7
- python <3.9
- setuptools
- pip

run:
- python >=2.7
- python <3.9
- future
- nose >=1.3.7
- pytorch
- torchvision
- numpy ==1.14.6 # [py==35]
- numpy # [py>=36]
- numpy # [py==27]
dpryan79 marked this conversation as resolved.
Show resolved Hide resolved
- pandas ==0.24.2 # [py==27]
- pandas # [py>=35]
- pysam
- scikit-learn # [py>=35]
- scikit-learn >=0.20.0 # [py==27]



test:
commands:
- evaluate_sample --version
- analyze --version
- create_data --version
- mi_msi_train_test --version

about:
home: https://github.com/mskcc/mimsi
summary: 'A Deep Mulitple Instance Learning Classifier for Microsatellite Instability'
license: GNU GPL v3.0