intermine icon indicating copy to clipboard operation
intermine copied to clipboard

A powerful open source data warehouse system

Results 118 intermine issues
Sort by recently updated
recently updated
newest added

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...

## 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...

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...

model change

Create a new WS listing all the users and a new WS allowing to set a super user. Both WSs can only be accessible by a super user

Update codegen web services to generate R.

enhancement
help wanted

Discussed changes to templates during InterMOD meeting - Ability to share templates between users. - Allow other users to edit existing templates - Allow groups of users ( eg. curators...

wishlist
suggestion

Add a new role called curator, which will allow to publish/tag templates and lists only. A curator can not set the curator role to another user There might be more...

1. There should be only ONE super user (that one set in the InterMine specific properties file) 2. Only the super user can set the curators See #2122 3. The...

Using the last versions of Python it is no more possible to import the Service module of intermine, resulting in the following error: `Traceback (most recent call last): File "",...