aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorBonfaceKilz2020-10-29 01:23:22 +0300
committerBonfaceKilz2020-10-29 01:23:22 +0300
commita56e5e9d5d0c3f157599677e937deb0bbb71debb (patch)
treed3fae7421ddb5d285a995fd2654df25b16edf087 /.github
parent7410a1f4fa8628fa087a1fb682a9d6bb54160f68 (diff)
downloadgenenetwork2-a56e5e9d5d0c3f157599677e937deb0bbb71debb.tar.gz
Replace map on strip with a list comprehension that calls strip()
* scripts/maintenance/readProbeSetSE_v7.py: In Python3 you can't map string.strip on a list of strings. Instead use a list comprehension and apply strip() on each element of the list. * wqflask/wqflask/marker_regression/plink_mapping.py: Ditto. * wqflask/wqflask/snp_browser/snp_browser.py: Ditto.
Diffstat (limited to '.github')
0 files changed, 0 insertions, 0 deletions