diff options
author | BonfaceKilz | 2021-05-06 11:51:11 +0300 |
---|---|---|
committer | BonfaceKilz | 2021-05-26 20:01:28 +0300 |
commit | 2e99ad2c1893a2a09a282f3ea0a9beb39f688f0b (patch) | |
tree | 2ed30540f7a8d50e601c2206f3017d1936f54855 | |
parent | d63a66c78121772e51c0a931e4740b62e18c62d1 (diff) | |
download | genenetwork2-2e99ad2c1893a2a09a282f3ea0a9beb39f688f0b.tar.gz |
db: webqtlDatabaseFunction: Remove comment
-rw-r--r-- | wqflask/db/webqtlDatabaseFunction.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/wqflask/db/webqtlDatabaseFunction.py b/wqflask/db/webqtlDatabaseFunction.py index fa747782..9ec650a4 100644 --- a/wqflask/db/webqtlDatabaseFunction.py +++ b/wqflask/db/webqtlDatabaseFunction.py @@ -22,11 +22,6 @@ from db.call import fetch1 -########################################################################### -# output: cursor instance -# function: connect to database and return cursor instance -########################################################################### - def retrieve_species(group): """Get the species of a group (e.g. returns string "mouse" on "BXD" |