<feed xmlns='http://www.w3.org/2005/Atom'>
<title>genenetwork2/scripts/maintenance/readProbeSetSE_v7.py, branch notebooks_api</title>
<subtitle>GeneNetwork (2nd generation)
</subtitle>
<id>http://git.genenetwork.org/genenetwork2/atom?h=notebooks_api</id>
<link rel='self' href='http://git.genenetwork.org/genenetwork2/atom?h=notebooks_api'/>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/genenetwork2/'/>
<updated>2020-10-28T22:23:22+00:00</updated>
<entry>
<title>Replace map on strip with a list comprehension that calls strip()</title>
<updated>2020-10-28T22:23:22+00:00</updated>
<author>
<name>BonfaceKilz</name>
</author>
<published>2020-10-28T22:23:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/genenetwork2/commit/?id=a56e5e9d5d0c3f157599677e937deb0bbb71debb'/>
<id>urn:sha1:a56e5e9d5d0c3f157599677e937deb0bbb71debb</id>
<content type='text'>
* 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.
</content>
</entry>
<entry>
<title>Replace "string.split" &amp; "string.join" with python's inbuilt methods</title>
<updated>2020-08-26T22:42:41+00:00</updated>
<author>
<name>BonfaceKilz</name>
</author>
<published>2020-08-26T22:18:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/genenetwork2/commit/?id=357ca458695fbc60c97de3d1cdf89034a8722bc5'/>
<id>urn:sha1:357ca458695fbc60c97de3d1cdf89034a8722bc5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make Python more idiomatic</title>
<updated>2020-08-19T00:45:49+00:00</updated>
<author>
<name>BonfaceKilz</name>
</author>
<published>2020-08-19T00:45:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/genenetwork2/commit/?id=3aaa28ea762c496eeb84e09e45194e3fd2a51673'/>
<id>urn:sha1:3aaa28ea762c496eeb84e09e45194e3fd2a51673</id>
<content type='text'>
Run `2to3-3.8 -f idioms -w .`

See: &lt;https://docs.python.org/2/library/2to3.html#2to3fixer-idioms&gt;
</content>
</entry>
<entry>
<title>Convert `raw_input` to `input`</title>
<updated>2020-08-19T00:16:29+00:00</updated>
<author>
<name>BonfaceKilz</name>
</author>
<published>2020-08-19T00:16:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/genenetwork2/commit/?id=e8e7f835861b6e4eb940a9f55b7769d225f2c87d'/>
<id>urn:sha1:e8e7f835861b6e4eb940a9f55b7769d225f2c87d</id>
<content type='text'>
Run `2to3-3.8 -f raw_input -w .`

See: &lt;https://docs.python.org/2/library/2to3.html#2to3fixer-raw_input&gt;
</content>
</entry>
<entry>
<title>Change `dict.has_key(key)` to `key in dict`</title>
<updated>2020-08-18T23:41:46+00:00</updated>
<author>
<name>BonfaceKilz</name>
</author>
<published>2020-08-18T23:41:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/genenetwork2/commit/?id=e55b1502340cc99cd8a5d705261a5ff3c87f3718'/>
<id>urn:sha1:e55b1502340cc99cd8a5d705261a5ff3c87f3718</id>
<content type='text'>
Run `2to3-3.8 -f has_key -w .`

See: &lt;https://docs.python.org/2/library/2to3.html#2to3fixer-has_key&gt;
</content>
</entry>
<entry>
<title>Wrap `map()` in a `list` call</title>
<updated>2020-08-18T23:33:46+00:00</updated>
<author>
<name>BonfaceKilz</name>
</author>
<published>2020-08-18T23:00:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/genenetwork2/commit/?id=06edbb8455f1e85a3818c33c4ef4d42e6a061d43'/>
<id>urn:sha1:06edbb8455f1e85a3818c33c4ef4d42e6a061d43</id>
<content type='text'>
Run `2to3-3.8 -f map -w .`

See: &lt;https://docs.python.org/2/library/2to3.html#2to3fixer-map&gt;
</content>
</entry>
<entry>
<title>Wrap print statements in parentheses</title>
<updated>2020-08-18T13:59:52+00:00</updated>
<author>
<name>BonfaceKilz</name>
</author>
<published>2020-08-17T14:41:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/genenetwork2/commit/?id=af330a2aa7b36fd0cf8505eb20fa06d2ed58b86b'/>
<id>urn:sha1:af330a2aa7b36fd0cf8505eb20fa06d2ed58b86b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace DOS style line endings with UNIX style ones</title>
<updated>2020-08-18T13:59:52+00:00</updated>
<author>
<name>BonfaceKilz</name>
</author>
<published>2020-08-17T17:37:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/genenetwork2/commit/?id=6c50dff7552df87318253d77ca93e4cc8e26f283'/>
<id>urn:sha1:6c50dff7552df87318253d77ca93e4cc8e26f283</id>
<content type='text'>
* scripts/maintenance/readProbeSetSE_v7.py: Run *dos2unix* against file
</content>
</entry>
<entry>
<title>Apply pep8</title>
<updated>2020-08-18T13:59:42+00:00</updated>
<author>
<name>BonfaceKilz</name>
</author>
<published>2020-08-17T17:35:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/genenetwork2/commit/?id=5c5aefc79d45d66ab30bdbbc5dab24b3f5f79dc2'/>
<id>urn:sha1:5c5aefc79d45d66ab30bdbbc5dab24b3f5f79dc2</id>
<content type='text'>
* scripts/maintenance/readProbeSetSE_v7.py: Apply pep8 to file to replace tabs
with spaces and use correct indentation.
</content>
</entry>
<entry>
<title>@acenteno added data upload scripts into main repo</title>
<updated>2018-04-03T07:50:28+00:00</updated>
<author>
<name>Pjotr Prins</name>
</author>
<published>2018-04-03T07:50:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/genenetwork2/commit/?id=fb57f05083b0512b7bb9f9e15b6cc6efaded5a1f'/>
<id>urn:sha1:fb57f05083b0512b7bb9f9e15b6cc6efaded5a1f</id>
<content type='text'>
</content>
</entry>
</feed>
