Releases: broadinstitute/single_cell_portal_core
Releases · broadinstitute/single_cell_portal_core
v0.8.0
Added
- Ideogram.js (#115)
- Genome tab (under 'Explore' in Study Overview) for genome-based visualizations (#115)
- Support for running WDLs that are file- rather than sample-based. (#115)
- CongifurationOption class for adding key-value extra configuration options to AdminConfigurations (#115)
Changed
- Reorganized front end tabs, 'workflows' is now called 'analysis' (#115)
- Updated custom CellRanger sync to support new version of WDL (#115)
Fixed
- Portal no longer attempts to load billing accounts that a user is not the owner of, which prevents loading the billing_projects section and blocks some study creation (#115)
- Correctly sanitizing cluster & gene list names on creation to prevent invalid URL parameter parsing (#115)
- Correctly catches 409 conflict errors when creating workspaces and prevents deletion (#115)
v0.7.0
Added
- bin/boot_docker now accepts a value for DOCKER_IMAGE_VERSION as a command line argument (#112)
Changed
- Booting the portal in production no longer tries to link with a local Docker instance for the database, instead will connect to a remote host (#112)
- Booting in production mode also will no longer limit memory for the portal Docker container (#112)
Fixed
- Updating rails-html-sanitizer gem re: CVE-2018-3741 XSS vulnerability (#112)
- Updating loofah gem re: CVE-2018-8048 XSS vulnerability (#112)
v0.6.4
v0.6.3
v0.6.2
v0.6.1
v0.6.0
Added
- WorkflowConfiguration support for Smart-seq2 WDL pipeline (#102)
Changed
- Automatically adding project owner permissions for portal service account on FireCloud projects created outside of the portal when creating studies (#102)
- Docker image now supports version numbers, will default to 'latest' (#102)
Fixed
- Preventing users from changing FireCloud project references to existing studies (#102)
v0.5.0
v0.4.0
Added
- New files types to support 10X Genomics analyses (Matrix Market Coordinate formatted expression matrices, plus gene and barcode list files) (#97)
- Specialized 'sync' functionality for analysis workflow outputs (#97)
Changed
- Consolidating JS functions for study file sync forms into shared template (#97)
- Updating WorkflowConfiguration class to support most recent CellRanger WDL (single-cell-portal/cell-ranger-2-0-2 v3) (#97)
Fixed
- Corrected bug with deleting workspace submissions failing due to deserialization error of 'Google::Cloud::Storage::File::List' objects, job now runs in foreground instead. (#97)