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

Isocor recipe #13601

Merged
merged 14 commits into from
Feb 14, 2019
49 changes: 49 additions & 0 deletions recipes/isocor/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
package:
name: "isocor"
version: "2.1.0"

source:
url: https://files.pythonhosted.org/packages/dc/28/ff21682f71b659567a340e0886409d01ffe9cf942383d9f3ad8f3ca612e9/IsoCor-2.1.0.tar.gz
sha256: 958c4d9c92c06fe7cff49fd502b56b9770c85df3b6f415dbd5845a5db1c526ef

build:
skip: True # [py27]
number: 0
entry_points:
- isocorcli = isocor.ui.isocorcli:start_cli
- isocor = isocor.ui.isocorgui:start_gui
script: python -m pip install . --no-deps --ignore-installed

requirements:
host:
- pandas >=0.17.1
- pip
- python >=3.6
- scipy >=0.12.1
- numpy >=1.15
run:
- pandas >=0.17.1
- python >=3.6
- scipy >=0.12.1
- numpy >=1.15

test:
imports:
- isocor
- isocor.tests
- isocor.ui
commands:
- isocorcli --help

about:
home: https://github.com/MetaSys-LISBP/IsoCor/
license: GNU General Public v3 or later (GPLv3+)
license_family: GPL3
license_file:
summary: A Isotope Correction for mass spectrometry labeling experiments
doc_url: https://isocor.readthedocs.io/
dev_url:

extra:
recipe-maintainers:
- gmat