File tree Expand file tree Collapse file tree 2 files changed +35
-1
lines changed Expand file tree Collapse file tree 2 files changed +35
-1
lines changed Original file line number Diff line number Diff line change
1
+ package :
2
+ name : micone
3
+ version : " 0.7.0"
4
+
5
+ source :
6
+ path : ../..
7
+
8
+ build :
9
+ script : " python -m pip install ."
10
+
11
+ requirements :
12
+ host :
13
+ - python 3.8
14
+ - setuptools
15
+
16
+ run :
17
+ - python 3.8
18
+ - openjdk
19
+ - nextflow
20
+
21
+ test :
22
+ requires :
23
+ - pytest
24
+ imports :
25
+ - micone
26
+ commands :
27
+ - micone --help
28
+ - micone init --help
29
+ - micone run --help
30
+
31
+ about :
32
+ home : https://github.com/segrelab/MiCoNE
33
+ license : MIT
34
+ summary : The Microbial Co-occurrence Network Explorer
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " micone"
3
- version = " 0.10.3 "
3
+ version = " 0.10.4 "
4
4
description = " The Microbial Co-occurrence Network Explorer"
5
5
authors = [
" Dileep Kishore <[email protected] >" ]
6
6
license = " MIT"
You can’t perform that action at this time.
0 commit comments