moducomp 0.7.4__tar.gz → 0.7.5__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: moducomp
3
- Version: 0.7.4
3
+ Version: 0.7.5
4
4
  Summary: moducomp: metabolic module completeness and complementarity for microbiomes.
5
5
  Keywords: bioinformatics,microbiome,metabolic,kegg,genomics
6
6
  Author-email: "Juan C. Villada" <jvillada@lbl.gov>
@@ -74,7 +74,7 @@ If `EGGNOG_DATA_DIR` is not set, `moducomp download-eggnog-data` defaults to `${
74
74
  Small test data sets ship with `moducomp`. After installation you can confirm the pipeline by running:
75
75
 
76
76
  ```bash
77
- moducomp test --ncpus 16 --eggnog-data-dir "$EGGNOG_DATA_DIR"
77
+ moducomp test --ncpus 16 --calculate-complementarity 2 --eggnog-data-dir "$EGGNOG_DATA_DIR"
78
78
  ```
79
79
 
80
80
  ### Developer install (Pixi)
@@ -49,7 +49,7 @@ If `EGGNOG_DATA_DIR` is not set, `moducomp download-eggnog-data` defaults to `${
49
49
  Small test data sets ship with `moducomp`. After installation you can confirm the pipeline by running:
50
50
 
51
51
  ```bash
52
- moducomp test --ncpus 16 --eggnog-data-dir "$EGGNOG_DATA_DIR"
52
+ moducomp test --ncpus 16 --calculate-complementarity 2 --eggnog-data-dir "$EGGNOG_DATA_DIR"
53
53
  ```
54
54
 
55
55
  ### Developer install (Pixi)
@@ -2,7 +2,7 @@
2
2
  moducomp: metabolic module completeness and complementarity for microbiomes.
3
3
  """
4
4
 
5
- __version__ = "0.7.4"
5
+ __version__ = "0.7.5"
6
6
  __author__ = "Juan C. Villada"
7
7
  __email__ = "jvillada@lbl.gov"
8
8
  __title__ = "moducomp"
@@ -3285,7 +3285,7 @@ def test(
3285
3285
  help="Number of CPU cores to use for the test run.",
3286
3286
  ),
3287
3287
  calculate_complementarity: int = typer.Option(
3288
- 0,
3288
+ 2,
3289
3289
  "--calculate-complementarity",
3290
3290
  "-c",
3291
3291
  help="Complementarity size to compute during the test (0 disables).",
@@ -53,7 +53,7 @@ kegg-pathways-completeness = "*"
53
53
 
54
54
  [tool.pixi.tasks]
55
55
  moducomp = "python -m moducomp --help"
56
- test = "python -m moducomp test --ncpus 2"
56
+ test = "python -m moducomp test --ncpus 2 --calculate-complementarity 2"
57
57
  download-eggnog-data = "python -m moducomp download-eggnog-data"
58
58
  pipeline = "python -m moducomp pipeline --help"
59
59
  analyze_ko_matrix = "python -m moducomp analyze-ko-matrix --help"
@@ -1,5 +1,5 @@
1
1
  context:
2
- version: 0.7.4
2
+ version: 0.7.5
3
3
 
4
4
  package:
5
5
  name: moducomp
@@ -7,7 +7,7 @@ package:
7
7
 
8
8
  source:
9
9
  - url: https://pypi.org/packages/source/m/moducomp/moducomp-${{ version }}.tar.gz
10
- sha256: b6d5648b660aadc9ecdb9375d35a984a02ef23d99d9d8085067a18d72037aabf
10
+ sha256: 1000cf150bbec0b71acb8d146f2c5b476b7cb7e631f62bb07619c5fd87a7281c
11
11
 
12
12
  build:
13
13
  script:
File without changes
File without changes
File without changes
File without changes