diff options
author | Frederick Muriuki Muriithi | 2022-07-29 04:00:41 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2022-07-29 04:00:41 +0300 |
commit | 6b11a267084c131ac7e1be76c4eb602996fd829e (patch) | |
tree | b5003378c4507016a13b9ac38db0e6f53f4d1629 /README.md | |
parent | e3622ac213ef6e1be8a38959f7c6ee082c112c95 (diff) | |
download | genenetwork3-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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |