-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add dimspy recipes for reference purposes (#12387)
* Add dimspy recipes for reference purposes * Remove filename * remove from blacklist * Update build-fail-blacklist
- Loading branch information
Showing
4 changed files
with
61 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#!/bin/bash | ||
|
||
$PYTHON setup.py install --single-version-externally-managed --record=record.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
package: | ||
name: dimspy | ||
version: "1.2.0" | ||
|
||
source: | ||
url: https://files.pythonhosted.org/packages/ed/a9/915b082888d0d145af747da12cab7bb26ecfe143ec6bced7aac5dedca0c6/dimspy-1.2.0.tar.gz | ||
md5: b4a31230e9d5fd89a0aca601a9bc672b | ||
|
||
build: | ||
skip: True # [py3k] | ||
number: 1 | ||
entry_points: | ||
- dimspy = dimspy.__main__:main | ||
|
||
requirements: | ||
build: | ||
- python | ||
- setuptools | ||
- numpy | ||
- scipy | ||
- fastcluster | ||
- pymzml <=2.0.0 | ||
- h5py | ||
- pythonnet | ||
run: | ||
- python | ||
- numpy | ||
- scipy | ||
- fastcluster | ||
- pymzml <=2.0.0 | ||
- h5py | ||
- pythonnet | ||
|
||
test: | ||
imports: | ||
- dimspy | ||
- dimspy.models | ||
- dimspy.portals | ||
- dimspy.process | ||
|
||
commands: | ||
- dimspy --help | ||
|
||
about: | ||
home: https://github.com/computational-metabolomics/dimspy | ||
license: GPLv3 | ||
summary: 'Python package for data processing of direct-infusion mass spectrometry-based metabolomics and lipidomics data' | ||
license_family: GPL3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters