aboutsummaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2024-07-25 11:07:33 -0500
committerFrederick Muriuki Muriithi2024-07-25 14:34:09 -0500
commit754e8f214b940e05298cb360ed829f5c685d55a5 (patch)
tree62c2c5b601746621f0949b38937ad232f006dee2 /README.org
parentde9e1b9fe37928b864bea28b408de6c14d04526b (diff)
downloadgn-uploader-754e8f214b940e05298cb360ed829f5c685d55a5.tar.gz
Rename module: qc_app --> uploader
Diffstat (limited to 'README.org')
-rw-r--r--README.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.org b/README.org
index 6e9c78e..c2b7c3b 100644
--- a/README.org
+++ b/README.org
@@ -208,7 +208,7 @@ flask run
To run the linter over the code base, run:
#+BEGIN_SRC shell
- pylint setup.py tests quality_control qc_app r_qtl scripts
+ pylint setup.py tests quality_control uploader r_qtl scripts
#+END_SRC
To check for correct type usage in the application, run: