<feed xmlns='http://www.w3.org/2005/Atom'>
<title>genenetwork2/scripts/maintenance, 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>2021-05-13T08:05:30+00:00</updated>
<entry>
<title>Fix load_phenotypes to run with GN2 latest</title>
<updated>2021-05-13T08:05:30+00:00</updated>
<author>
<name>Arthur Centeno</name>
</author>
<published>2021-05-13T08:05:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/genenetwork2/commit/?id=0dd04c5ca0521f59f93b45663bdfd67c916a9f3c'/>
<id>urn:sha1:0dd04c5ca0521f59f93b45663bdfd67c916a9f3c</id>
<content type='text'>
</content>
</entry>
<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>Replace tabs with spaces</title>
<updated>2020-08-26T19:23:40+00:00</updated>
<author>
<name>BonfaceKilz</name>
</author>
<published>2020-08-26T19:23:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/genenetwork2/commit/?id=768de71f09b116cad0f42c792c22a7dc410ea2f4'/>
<id>urn:sha1:768de71f09b116cad0f42c792c22a7dc410ea2f4</id>
<content type='text'>
* scripts/maintenance/readProbeSetMean_v7.py: Run python-autopep8 on this file.
</content>
</entry>
<entry>
<title>Remove extra whitespace(or add it) from comma separated items</title>
<updated>2020-08-19T00:57:05+00:00</updated>
<author>
<name>BonfaceKilz</name>
</author>
<published>2020-08-19T00:57:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/genenetwork2/commit/?id=db41cd49b6d8ccd2c3318209118ffe098bc9293e'/>
<id>urn:sha1:db41cd49b6d8ccd2c3318209118ffe098bc9293e</id>
<content type='text'>
See: &lt;https://docs.python.org/2/library/2to3.html#2to3fixer-urllib&gt;
</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>Convert the use of iterator’s next() methods to the next() function</title>
<updated>2020-08-19T00:10:33+00:00</updated>
<author>
<name>BonfaceKilz</name>
</author>
<published>2020-08-19T00:10:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/genenetwork2/commit/?id=8be6ecf3d6b70b40be97d4abebb59eabcce8c8f8'/>
<id>urn:sha1:8be6ecf3d6b70b40be97d4abebb59eabcce8c8f8</id>
<content type='text'>
Run `2to3-3.8 -f next -w .`

See: &lt;https://docs.python.org/2/library/2to3.html#2to3fixer-next&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>Fix dictionary iteration methods</title>
<updated>2020-08-18T23:34:42+00:00</updated>
<author>
<name>BonfaceKilz</name>
</author>
<published>2020-08-18T23:31:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/genenetwork2/commit/?id=ba123e1e0fe693f9778993c3f8e5a70a28658a4c'/>
<id>urn:sha1:ba123e1e0fe693f9778993c3f8e5a70a28658a4c</id>
<content type='text'>
Run `2to3-3.8 -f dict -w .`

See: &lt;https://docs.python.org/2/library/2to3.html#2to3fixer-dict&gt; and
&lt;https://stackoverflow.com/questions/17695456/why-does-python-3-need-dict-items-to-be-wrapped-with-list&gt;
</content>
</entry>
</feed>
