refinery-platform
refinery-platform copied to clipboard
The Refinery Platform is a data management, analysis and visualization system for bioinformatics and computational biology applications. The platforms consists of three major components: a data reposi...
* Specific code commit: 3abb3aa584efc264e67980331941774d7b430cac * Version of the web browser and OS: All * Environment where the error occurred (Vagrant VM and site conf mode or AWS instance): AWS...
* Specific code commit: 8f071da33e45f263fc6f6d8f1fd43686a7949a81 * Version of the web browser and OS: N/A * Environment where the error occurred: beta.stemcellcommons.org ### Steps to reproduce 1. Navigate to https://beta.stemcellcommons.org/collaboration/#/bd359b17-ae44-424a-9d5b-d549e093919b/ ###...
DeprecationWarning: Django 1.8 features a native UUIDField, this UUIDField will be removed after Django 1.7 becomes unsupported https://docs.djangoproject.com/en/1.8/ref/models/fields/#uuidfield https://docs.djangoproject.com/en/1.8/howto/writing-migrations/#migrations-that-add-unique-fields Note: switching from `UUIDField` provided by `django_extensions` to the native one...
Once we have #804, we can begin to use JSONField to hold our JSON information and get rid of the various calls to json.dumps()/loads() and ast.literal_eval() For example, Analysis.workflow_copy is...
Currently we do not have h5 files in the FileType table - this seems like it should not be true and we should have them. To see that this doesn't...
* Specific code commit: 1c2ddea * Version of the web browser and OS: Mac FF * Environment where the error occurred (Vagrant VM and site conf mode or AWS instance):...
* Specific code commit: 24dd3c679983467e6f75de8a9858b2bfbc33d853 * Version of the web browser and OS: chrome mac * Environment where the error occurred (Vagrant VM and site conf mode or AWS instance):...
After [provisioning the vagrant box](https://github.com/parklab/refinery-platform#configure-and-load-virtual-machine), I can open the browser and see Refinery (so all services are running). When I reload or start the vagrant box later again with `vagrant...
* Specific code commit: b9a3e9a * Version of the web browser and OS: N/A * Environment where the error occurred: any ### Steps to reproduce Run a test suite, for...
- DB schema should be tightened to disallow empty string - factory boy utils should make sure this is not empty when creating dummy objects