-
Notifications
You must be signed in to change notification settings - Fork 1
Home
v2.2 provides much faster hapmap import and allows any authentified user to add his own metadata! By upgrading MongoDB version from 4.0.4 to 4.0.10, it also becomes compatible with curl4
Latest version may be tested online at http://gigwa.southgreen.fr/
Source code repository for v2.x: https://github.com/SouthGreenPlatform/Gigwa2
v2.1 fixes various bugs and features a query-bookmarking functionality! It also allows to define import and export size limits more conveniently (refer to maxImportSize and maxSearchableBillionGenotypes properties in the docs: for both of them a default setting may now be used in conjunction with settings specific to each user)
Because of modifications in the data structure, v2 is incompatible with data imported using previous versions
v2 is faster, more robust, and adds lots of new functionalities. Documentation is now embedded in the web-application
- a new, user-friendly GUI that makes the application more intuitive to users and provides means to manage databases and user permissions upon them ;
- the ability to work on two groups of individuals, which allows for more advanced filtering possibilities ;
- a significantly improved tool for visualizing variant distribution ;
- interoperability via implementation of REST APIs (https://brapi.org/ and http://ga4gh-schemas.readthedocs.io/) ;
- a prototype BrAPI import functionality.
From v1.5 upwards, anonymous users may only work on public databases or their own temporary data. If you install the webapp on your own server you must log in as gigwadmin (password: nimda) to manage databases and user permissions.
As a transitory version, no source code or installation bundles are provided.
Please expect v2.0 to be availabe very soon. This major release will be based on an improved data structure reducing disk space utilization when storing sparse data and increasing search speed in frequent use-cases.
Webapp may be downloaded from http://southgreen.fr/content/gigwa
- Added support for integration with an external genome browser
- Added support for PLINK (map + ped) format imports
- Fixed consistency of re-exported AD and PL fields in the case of multiple VCF imports
- Added Flapjack export format (fjzip extension will be fully supported by the next Flapjack release; before then, just unzip exported archives to obtain map and genotype files)
- Various bugfixes