Skip to content

Commit 824422f

Browse files
authored
Update README.md (#40)
adding note about project status to readme
1 parent b7ab41b commit 824422f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
A computational toolbox associated with the manuscript entitled "GEMCAT - A new algorithm for gene expression-based prediction of metabolic alterations".
33
Cite using: https://www.biorxiv.org/content/10.1101/2024.01.15.575710v1
44

5+
Note: We are still refining the tool. Particularly, GEMCAT does not yet provide guidance for significance of predicted changes or any other measure of prediction quallity. We suggest to filter the predictions for consistency. We do not recomment to prefilter the transcriptomics and proteomics data based on significance as this is affecting the network coverage which might negatively impact the prediction quallity as genes/proteins not present in the dataset are assumed to be unchanged.
6+
57
## Compatibility
68
The package is tested for compatibility with Python >= 3.10 on Ubuntu and Windows.
79

@@ -99,4 +101,4 @@ These slow running tests are integration tests with "real world data" and will t
99101
To run tests, make sure you have [git lfs](https://git-lfs.com/) installed and all the Tests are running.
100102
Make sure to run `isort` and `black` to have properly formatted code.
101103

102-
The CI pipeline in Github will check with isort, black, and pytest.
104+
The CI pipeline in Github will check with isort, black, and pytest.

0 commit comments

Comments
 (0)