<feed xmlns='http://www.w3.org/2005/Atom'>
<title>genenetwork2/scripts, branch lmdb-code/refactoring</title>
<subtitle>GeneNetwork (2nd generation)
</subtitle>
<id>http://git.genenetwork.org/genenetwork2/atom?h=lmdb-code%2Frefactoring</id>
<link rel='self' href='http://git.genenetwork.org/genenetwork2/atom?h=lmdb-code%2Frefactoring'/>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/genenetwork2/'/>
<updated>2023-03-08T20:35:53+00:00</updated>
<entry>
<title>Add DataAnalyzer.py script to maintenance scripts</title>
<updated>2023-03-08T20:35:53+00:00</updated>
<author>
<name>zsloan</name>
</author>
<published>2023-03-08T20:35:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/genenetwork2/commit/?id=638ee60bc2930ebe3b73814dab6aa3b124211345'/>
<id>urn:sha1:638ee60bc2930ebe3b73814dab6aa3b124211345</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add perf scripts that compare fetching a trait using GN API vs LMDB</title>
<updated>2023-02-03T10:08:35+00:00</updated>
<author>
<name>Munyoki Kilyungi</name>
</author>
<published>2023-02-03T09:58:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/genenetwork2/commit/?id=c7d242233403594d7a5422344a49a16c2c738222'/>
<id>urn:sha1:c7d242233403594d7a5422344a49a16c2c738222</id>
<content type='text'>
* scripts/performance/(README,org, timeit_gn2.py, timeit_lmdb.py): New
files.

Signed-off-by: Munyoki Kilyungi &lt;me@bonfacemunyoki.com&gt;
</content>
</entry>
<entry>
<title>Dump metadata in addition to sample data.</title>
<updated>2023-01-26T13:03:25+00:00</updated>
<author>
<name>Munyoki Kilyungi</name>
</author>
<published>2023-01-24T20:48:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/genenetwork2/commit/?id=f682ff4c27b63e5e400603f32c23523a62e637e3'/>
<id>urn:sha1:f682ff4c27b63e5e400603f32c23523a62e637e3</id>
<content type='text'>
* scripts/sampledata: Dump metadata in addition to data.
</content>
</entry>
<entry>
<title>Make dump script faster by using concurrency module</title>
<updated>2023-01-20T12:02:46+00:00</updated>
<author>
<name>Munyoki Kilyungi</name>
</author>
<published>2023-01-20T10:38:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/genenetwork2/commit/?id=220f37cb56bb7656f13286c4448c8736a30d420e'/>
<id>urn:sha1:220f37cb56bb7656f13286c4448c8736a30d420e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Dump all sample data into a given directory</title>
<updated>2023-01-20T12:02:46+00:00</updated>
<author>
<name>Munyoki Kilyungi</name>
</author>
<published>2023-01-17T08:51:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/genenetwork2/commit/?id=6357001a7a413595b7fdcd5959fbb63a2d074f3f'/>
<id>urn:sha1:6357001a7a413595b7fdcd5959fbb63a2d074f3f</id>
<content type='text'>
* scripts/sampledata.py: Import gen_dropdown_json.
(main): Dump all the sample data from all the datasets into a given directory.
</content>
</entry>
<entry>
<title>Return a trait's display name if the name is non-existent</title>
<updated>2023-01-20T12:02:46+00:00</updated>
<author>
<name>Munyoki Kilyungi</name>
</author>
<published>2023-01-17T08:49:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/genenetwork2/commit/?id=5cc778e3db7035b49a8c5f37b98dcd3a07fafa26'/>
<id>urn:sha1:5cc778e3db7035b49a8c5f37b98dcd3a07fafa26</id>
<content type='text'>
* scripts/sampledata.py (fetch_all_traits): Should the name of a trait
not exists, e.g. in probeset data, return it's display name.
</content>
</entry>
<entry>
<title>Update demo to dump entire dataset for BXDPublish</title>
<updated>2023-01-20T12:02:46+00:00</updated>
<author>
<name>Munyoki Kilyungi</name>
</author>
<published>2023-01-17T07:54:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/genenetwork2/commit/?id=234f110e1e492a2701a6cf8cd2b45aa2341c8041'/>
<id>urn:sha1:234f110e1e492a2701a6cf8cd2b45aa2341c8041</id>
<content type='text'>
* scripts/sampledata.py: Import os and sys.
&lt;__name__&gt;: Add demo to dump "BXDPublish" dataset.
</content>
</entry>
<entry>
<title>Remove hard-coded values</title>
<updated>2023-01-20T12:02:46+00:00</updated>
<author>
<name>Munyoki Kilyungi</name>
</author>
<published>2023-01-17T07:53:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/genenetwork2/commit/?id=ad84b1a142d928b3457f36c9eae3c087f13f067d'/>
<id>urn:sha1:ad84b1a142d928b3457f36c9eae3c087f13f067d</id>
<content type='text'>
* scripts/sampledata.py (dump_sample_data): Remove hard-coded values
for trait_id and dataset_name.
</content>
</entry>
<entry>
<title>Fix typo</title>
<updated>2023-01-20T12:02:46+00:00</updated>
<author>
<name>Munyoki Kilyungi</name>
</author>
<published>2023-01-17T07:53:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/genenetwork2/commit/?id=77ed8f6a380aa274fb7fd8b9607bc6994bae845f'/>
<id>urn:sha1:77ed8f6a380aa274fb7fd8b9607bc6994bae845f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add example that demos dumping data from an entire dataset</title>
<updated>2023-01-20T12:02:46+00:00</updated>
<author>
<name>Munyoki Kilyungi</name>
</author>
<published>2023-01-16T14:16:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/genenetwork2/commit/?id=c6d56cd53e54fd352afb91df053cbf2c4a51338b'/>
<id>urn:sha1:c6d56cd53e54fd352afb91df053cbf2c4a51338b</id>
<content type='text'>
</content>
</entry>
</feed>
