aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2022-07-29 04:00:41 +0300
committerFrederick Muriuki Muriithi2022-07-29 04:00:41 +0300
commit6b11a267084c131ac7e1be76c4eb602996fd829e (patch)
treeb5003378c4507016a13b9ac38db0e6f53f4d1629 /README.md
parente3622ac213ef6e1be8a38959f7c6ee082c112c95 (diff)
downloadgenenetwork3-6b11a267084c131ac7e1be76c4eb602996fd829e.tar.gz
New script to run sample correlations
* README.md: update mypy's invocation * scripts/argparse_actions.py: new file - implement custom FileCheck action for argparse * scripts/sample_correlations.py: new file - implement new script to run sample correlations in an external process
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 673d154..a5f29dc 100644
--- a/README.md
+++ b/README.md
@@ -110,7 +110,7 @@ pylint *py tests gn3 scripts sheepdog
Running mypy(type-checker):
```bash
-mypy .
+mypy --show-error-codes .
```
## Running the GN3 web service