Skip to content

Commit

Permalink
Isocor recipe (#13601)
Browse files Browse the repository at this point in the history
Add Isocor 2.1.0
  • Loading branch information
gmat authored and lecorguille committed Feb 14, 2019
1 parent 421918f commit f47dae7
Showing 1 changed file with 49 additions and 0 deletions.
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

0 comments on commit f47dae7

Please sign in to comment.