<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gn-uploader/scripts, branch main</title>
<subtitle>gn-uploader: Data uploader for GeneNetwork
</subtitle>
<id>http://git.genenetwork.org/gn-uploader/atom?h=main</id>
<link rel='self' href='http://git.genenetwork.org/gn-uploader/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/gn-uploader/'/>
<updated>2026-04-16T19:13:49+00:00</updated>
<entry>
<title>Improve error messages.</title>
<updated>2026-04-16T19:13:49+00:00</updated>
<author>
<name>Frederick Muriuki Muriithi</name>
</author>
<published>2026-04-16T19:13:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/gn-uploader/commit/?id=d6d093f89bb4ed041e63376f42628a1e3f143b5c'/>
<id>urn:sha1:d6d093f89bb4ed041e63376f42628a1e3f143b5c</id>
<content type='text'>
To help users better understand what the problem with their data is,
the errors need to be clearer to them. This commit fixes some error
messages.
</content>
</entry>
<entry>
<title>Fix bug with cascade of name checks.</title>
<updated>2026-04-16T18:55:04+00:00</updated>
<author>
<name>Frederick Muriuki Muriithi</name>
</author>
<published>2026-04-16T18:55:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/gn-uploader/commit/?id=98d4e05dd776f90333f6430e7e42e28689e6b3bf'/>
<id>urn:sha1:98d4e05dd776f90333f6430e7e42e28689e6b3bf</id>
<content type='text'>
The `meta["data_name"]` statement was leading to an exception in any
case where the "data_name" key is not provided. This defeats the
purpose of allowing either "dataname" or "data_name". This commit
fixes that, while handling the case where neither one of the two are
provided.
</content>
</entry>
<entry>
<title>Update to error log, because it's an error, even though we return 0.</title>
<updated>2026-04-15T19:50:50+00:00</updated>
<author>
<name>Frederick Muriuki Muriithi</name>
</author>
<published>2026-04-15T19:50:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/gn-uploader/commit/?id=dbe33a9dc6a19106d86532eb0cd35c26607ac85d'/>
<id>urn:sha1:dbe33a9dc6a19106d86532eb0cd35c26607ac85d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move tracing details to INFO loglevel rather than debug.</title>
<updated>2026-04-15T19:49:27+00:00</updated>
<author>
<name>Frederick Muriuki Muriithi</name>
</author>
<published>2026-04-15T19:49:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/gn-uploader/commit/?id=2f9f153f566b9593f88e7bf6a0e3cd96c05346b4'/>
<id>urn:sha1:2f9f153f566b9593f88e7bf6a0e3cd96c05346b4</id>
<content type='text'>
We need to trace the auth process so as to help with debugging
resource creation failures.
</content>
</entry>
<entry>
<title>Pull helper function out of main().</title>
<updated>2026-04-15T19:48:41+00:00</updated>
<author>
<name>Frederick Muriuki Muriithi</name>
</author>
<published>2026-04-15T19:48:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/gn-uploader/commit/?id=5a8f1d5368e6a4119cd73955c0d0ede0f98cce42'/>
<id>urn:sha1:5a8f1d5368e6a4119cd73955c0d0ede0f98cce42</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use multiple threads to speed up the computations.</title>
<updated>2026-04-09T17:33:44+00:00</updated>
<author>
<name>Frederick Muriuki Muriithi</name>
</author>
<published>2026-04-09T17:33:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/gn-uploader/commit/?id=92286b4734963770ae3e6a930a5cd96c6ac430a4'/>
<id>urn:sha1:92286b4734963770ae3e6a930a5cd96c6ac430a4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Specify the --permu_output option to QTLReaper</title>
<updated>2026-04-09T17:27:29+00:00</updated>
<author>
<name>Frederick Muriuki Muriithi</name>
</author>
<published>2026-04-09T17:27:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/gn-uploader/commit/?id=5e49a4be1866dea06d35d4c0a8004f8ccf9dd19e'/>
<id>urn:sha1:5e49a4be1866dea06d35d4c0a8004f8ccf9dd19e</id>
<content type='text'>
Specify the --permu_output option to QTLReaper to prevent it from
attempting to write to the working directory, which in the guix
containers is a READONLY file system.
</content>
</entry>
<entry>
<title>pylint: non-assigned expressions - silence linter.</title>
<updated>2026-04-09T14:16:13+00:00</updated>
<author>
<name>Frederick Muriuki Muriithi</name>
</author>
<published>2026-04-09T14:14:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/gn-uploader/commit/?id=f183e7bfd5ee4e84e78d2c5915b23e13be6e31e5'/>
<id>urn:sha1:f183e7bfd5ee4e84e78d2c5915b23e13be6e31e5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Prompt user for a name for the resource object.</title>
<updated>2026-04-09T14:06:57+00:00</updated>
<author>
<name>Frederick Muriuki Muriithi</name>
</author>
<published>2026-04-09T14:06:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/gn-uploader/commit/?id=3fdbad1fe6b83229bb0641377130f1364624d059'/>
<id>urn:sha1:3fdbad1fe6b83229bb0641377130f1364624d059</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add the DATASET-ID argument to command-line interfaces.</title>
<updated>2026-03-25T18:03:22+00:00</updated>
<author>
<name>Frederick Muriuki Muriithi</name>
</author>
<published>2026-03-25T18:03:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/gn-uploader/commit/?id=b727b223fb6d1e02a5eb4d7b1a6f5a79773fc648'/>
<id>urn:sha1:b727b223fb6d1e02a5eb4d7b1a6f5a79773fc648</id>
<content type='text'>
</content>
</entry>
</feed>
