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

Update scnic to 0.6.0 #12436

Merged
merged 3 commits into from
Dec 3, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 14 additions & 4 deletions recipes/scnic/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{% set version = "0.5.3" %}
{% set version = "0.6.0" %}

package:
name: scnic
version: {{ version }}

source:
url: https://github.com/shafferm/SCNIC/archive/{{ version }}.tar.gz
sha256: a2857f96d9887c74c8380d501c1db1d1620c19daf6a0341da38bad4a9d44c51d
sha256: 476868bb0e1703ee4bd29e712e94178f0027b4413fd9428dcf0922baffd3d677

build:
number: 0
Expand All @@ -27,15 +27,25 @@ requirements:
- biom-format
- networkx >2
- scikit-bio
- fastspar
- parallel
- fastspar 0.0.6
# fastspar does not pin armadillo correctly, doing
# that here until fastspar 0.0.7 fixes it
- armadillo 8.*
- tqdm
- matplotlib
- seaborn

test:
command:
- SCNIC_analysis.py --help
- fastspar --help # verify fastspar working correctly

about:
home: https://github.com/shafferm/SCNIC
license: BSD
license_file: LICENSE
summary: "SCNIC: Sparse Cooccurence Network Investigation for Compositional data"

extra:
recipe-maintainers:
- shafferm