dondi

Results 201 comments of dondi

Initial work here would be to examine each bullet to see if it is straightforward to do prior to a port to another framework. Each bullet might also become its...

The original reported problem appears to have been separated into more distinct issues now, so closing this one

Suspicion here is that the export routine manipulates the SVG elements in-place to make them export ready but those changes then impact the web app. Ideally the SVG export operates...

Let’s audit this—we can look at both the database directly and also the downloaded original files; the latter can be supplied by @ntran18

A quick look at our archived data indicates that `ERT1` was in the original database load from fall 2021 but appears to have been dropped in spring 2022: ``` postgres=>...

To elaborate further, #1059 may be the root cause of this bug; that is currently assigned to @ntran18. @ceciliazaragoza will monitor both issues and update accordingly if it does turn...

We should check the original YeastMine downloads for the presence of `ERT1` and proceed based on what we find. If `ERT1` is in the downloads, then we have a lurking...

@ntran18 found an off-by-one column issue while investigating this one—it may or may not be related, but should also be fixed nonetheless. @kdahlquist will look at the YeastMine downloads to...

I searched the files and `ERT1` is present in _gene.csv_ but not _all_gene.csv_. Might this be a lead? Based on line count, _all_gene.csv_ has 6514 records whereas _gene.csv_ has 6715—that’s...

A few questions are emerging based on this discovery; some may be answerable with a review of the code while others may need investigation of the data. The current BioDB...