Skip to content

Commit

Permalink
Merge pull request #55 from saezlab/dev
Browse files Browse the repository at this point in the history
Merge `dev` to `main`
  • Loading branch information
vicpaton authored Sep 17, 2024
2 parents 0acf719 + 6f7a52a commit 4f443cf
Show file tree
Hide file tree
Showing 110 changed files with 42,510 additions and 10,434 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.0
current_version = 0.4.0
commit = True
tag = True
files = pyproject.toml networkcommons/_metadata.py
Expand Down
22 changes: 0 additions & 22 deletions .coveragerc

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
run: |
poetry install --no-interaction --no-root
- name: Install library
run: poetry install --no-interaction
run: poetry install --no-interaction -E corneto-backends
- name: Tests and coverage
if: ${{ github.event_name == 'push' }}
run: |
Expand Down
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,10 @@ licensetools11.0.1_linux64/
/data/
/_build/
api
.nextflow
.nextflow*
report*
trace*
work/
test.ipynb
flop.png
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
# NetworkCommons - Integrated framework for network inference and evaluation using prior knowledge and omics data
# NetworkCommons - Bridging the gap between data, methods and knowledge in the network inference field

Networkcommons is a package which allows users to download data and prior knowledge to perform static network inference using different methodologies. The package also provides different visualization and evaluation strategies.
NetworkCommons is a community-driven platform designed to simplify access to tools and resources for inferring context-specific protein interaction networks by integrating context-agnostic prior knowledge with omics data. These networks have a wide range of applications, from omics data interpretation to identifying drug targets and key driver mutations.

[![codecov][badge-cov]][link-cov]
[![Tests][badge-tests]][link-tests]
[![Documentation][badge-docs]][link-docs]

[![NetworkCommons API](./docs/src/_static/nc_graphabs.svg)](https://networkcommons.readthedocs.io)

Addressing the complexity and fragmentation of data, methods, and tools across multiple repositories, NetworkCommons offers an API that provides access to raw and preprocessed omics data, directed and/or signed template graphs, and various network inference methods. By streamlining accessibility, we aim to support systematic benchmarking, enhance critical assessment, and foster collaborative advancements in network biology.

We welcome any contribution to this project! For more information, please check [our documentation](https://networkcommons.readthedocs.io).

## Contributors

Martin Garrido-Rodriguez, Olga Ivanova, Victor Paton, Denes Turei
Expand Down
6 changes: 5 additions & 1 deletion docs/src/_static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,8 @@

.wy-nav-content {
max-width: 1200px;
}
}

section {
text-align: justify;
}
Loading

0 comments on commit 4f443cf

Please sign in to comment.