aboutsummaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2024-01-03 04:52:07 +0300
committerFrederick Muriuki Muriithi2024-01-03 04:52:07 +0300
commit9481d1705f735a1087ced871bcb169d147e44dd0 (patch)
treea4de0e380ca1d379aef2b6917462a2b50b3bd82b /README.org
parent645e98ab0bf341bdc4f739e5002c47e08fd6159b (diff)
downloadgn-uploader-9481d1705f735a1087ced871bcb169d147e44dd0.tar.gz
Refactor: Extract potentially reusable functions
The processing of transposed files is probably going to be very similar, thus the need to extract some reusable code from the geno-file-specific function in preparation.
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 d0ccbf5..1f899f5 100644
--- a/README.org
+++ b/README.org
@@ -72,7 +72,7 @@ Run unit tests with:
To run the linter over the code base, run:
#+BEGIN_SRC shell
- pylint *.py tests quality_control qc_app r_qtl scripts
+ pylint setup.py wsgi.py tests quality_control qc_app r_qtl scripts
#+END_SRC
To check for correct type usage in the application, run: