Skip to content

Commit

Permalink
moFF : Enforced python v3.4 or later as pymzml requires it. (#13541)
Browse files Browse the repository at this point in the history
* Enforced python v3.4 or later as pymzml requires it.

* Increased build number

* Update meta.yaml

* Update meta.yaml

* Update meta.yaml

* Fixed reference to pymzml >=2.0.6

* Update meta.yaml

* Update meta.yaml

* add extra section

* Avoiding dependency problem with Python 3.7
  • Loading branch information
CarlosHorro authored and bgruening committed Feb 15, 2019
1 parent be55aae commit dd4e0c9
Showing 1 changed file with 14 additions and 21 deletions.
35 changes: 14 additions & 21 deletions recipes/moff/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,35 +9,22 @@ source:
sha256: 42ded39204b4ffd536d2ea9f0b22350ec7a228c6d497d3f3028d3cf6af6810d9

build:
number: 0
skip: True # [py27 or py35]
number: 1

requirements:
host:
- python
- pandas >=0.23.*
- numpy >=1.15.*
- scipy >=1.1.*
- scikit-learn >=0.19
- pymzml
- mono
- simplejson >=3.16.1
- brain-isotopic-distribution
- pyteomics >=3.5
- pymzml >=2.0.5

- python >=3.4,<3.7
run:
- python
- pandas >=0.23.*
- numpy >=1.15.*
- scipy >=1.1.*
- python >=3.4,<3.7
- pandas >=0.23
- numpy >=1.15
- scipy >=1.1
- scikit-learn >0.19
- pymzml
- mono
- simplejson >=3.16.1
- brain-isotopic-distribution
- brain-isotopic-distribution
- pyteomics >=3.5
- pymzml >=2.0.5
- pymzml >=2.0.6

test:
commands:
Expand All @@ -48,3 +35,9 @@ about:
license: Apache 2.0
license_file: license
summary: moFF is an OS independent tool designed to extract apex MS1 intensity using a set of identified MS2 peptides.

extra:
skip-lints:
- should_be_noarch
identifiers:
- doi:10.1021/acs.jproteome.8b00708

0 comments on commit dd4e0c9

Please sign in to comment.