diff options
author | Frederick Muriuki Muriithi | 2024-06-12 16:39:23 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-06-12 16:39:41 -0500 |
commit | 05402410638fc7dd678a6289ccd2a9ce11acc5e7 (patch) | |
tree | 4117355dfde3a54187130e865d9a2dc1af75feab | |
parent | f89886e23c291adf8c88f79f7457f695026bf956 (diff) | |
download | gn-uploader-05402410638fc7dd678a6289ccd2a9ce11acc5e7.tar.gz |
Update documentation
-rw-r--r-- | README.org | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -208,7 +208,7 @@ flask run To run the linter over the code base, run: #+BEGIN_SRC shell - pylint setup.py wsgi.py tests quality_control qc_app r_qtl scripts + pylint setup.py tests quality_control qc_app r_qtl scripts #+END_SRC To check for correct type usage in the application, run: |