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 all commits
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
42 changes: 42 additions & 0 deletions recipes/mimsi/meta.yaml
@@ -0,0 +1,42 @@
{% set version = "0.4.3" %}


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

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

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

requirements:
host:
- python >=3.6,<3.9
- pip
run:
- python >=3.6,<3.9
- pytorch
- torchvision
- numpy
- pandas
- pysam
- scikit-learn
- nose >=1.3.7


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