Sam Hokin
Sam Hokin
The plugin works great in the browser, but when I print the page, I get a large serif font instead of the nice, tight sans-serif that is displayed in the...
The following script returns a 500 and partial JSON response about 90% of the time: ``` #!/bin/sh URL=https://mines.legumeinfo.org/beanmine/service/query/results QUERY='58145958582593465826175858289868583169445831896858348641583532895838118658427951584403375845744958461130585173925855219658559050' curl --data-urlencode query="$QUERY" -d format=jsonobjects $URL echo "" ``` However, if...
As per the discussion in the community call today, I am hereby creating an "issue" to stimulate creation of a core expression data model so we can build tools that...
## Details *Summary of pull request, including references to relevant tickets (if applicable).* ## Testing *Besides running unit tests, how can the reviewer test your feature / bug fix? Are...
So this is an i8n bug. I have a source named "vigun.iSelect-consensus-2016.gen.Muñoz-Amatriaín_Mirebrahim_2017". The data tables load fine, but the integration fails, throwing the following exception: ``` Caused by: org.postgresql.util.PSQLException: ERROR:...
## Details This adds the LENGTH and CONCAT operators to QueryExpression, which can be useful. They were for me. :) ## Testing This update has been in production on the...
## Details These are the complete Strain updates that I've been building with for quite some time now. There are a few cosmetic changes: Strain.primaryIdentifier --> Strain.identifier, for example, in...
Some classes do not have primaryIdentifier, which is hardcoded into the "friendly mines" links. Since those links presume consistent attributes, i.e. from the core model, and primaryIdentifier is the key...
IMO FlyMine is a specific mine, not the organization. There are a lot of references to FlyMine in code that doesn't have anything to do with FlyMine. Including all the...
I propose the following as the core GWAS model. It is similar to the HumanMine model, but has more flexibility with phenotypes and such. In particular, I create a Phenotype...