Skip to content

Commit

Permalink
Add Clust (#11619)
Browse files Browse the repository at this point in the history
* Add clust

* Clean recipe

* Add "noarch"

* Add DOI

* Add build file

* Python 2.7

* Fix scikit-learn dependency

* Trigger new build
  • Loading branch information
apcamargo authored and druvus committed Oct 28, 2018
1 parent 99ce503 commit 2739bb4
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 0 deletions.
2 changes: 2 additions & 0 deletions recipes/clust/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/bash
$PYTHON setup.py install --single-version-externally-managed --record=record.txt
50 changes: 50 additions & 0 deletions recipes/clust/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
{% set name = "clust" %}
{% set version = "1.8.4" %}

package:
name: "{{ name|lower }}"
version: "{{ version }}"

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 1855b333fc18f7d788c640c678800bf032c466e565fe953bd7057f794a04adba

build:
number: 0
skip: True # [not py27]

requirements:
host:
- joblib
- matplotlib
- numpy
- pandas
- pip
- portalocker
- python
- scipy
- scikit-learn
- sompy
run:
- joblib
- matplotlib
- numpy
- pandas
- portalocker
- python
- scipy
- scikit-learn
- sompy

test:
imports:
- clust

about:
home: https://github.com/baselabujamous/clust
license: University of Oxford Academic Use Licence
summary: Optimised consensus clustering of multiple heterogeneous datasets.

extra:
identifiers:
- doi:10.1186/s13059-018-1536-8

0 comments on commit 2739bb4

Please sign in to comment.