Opened 8 years ago
Last modified 8 years ago
#939 closed task
Installation wizard for Relax server — at Version 12
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | critical | Milestone: | Relax v1.0 |
Component: | net.sf.basedb.relax | Keywords: | |
Cc: |
Description (last modified by )
The installation wizard should be similar to the Reggie installation wizard. It must check and create items that are needed for the Relax server to work as intended.
Item subtypes:
- Patient (biosource)
- Case (Sample)
- Specimen (Sample)
- RNA (Extract)
- Library (Extract)
- MergedSequences (Derived bioassay)
From the derived bioassay we go directly to raw bioassay with a relevant raw data type (most likely a file-only data type since we want to avoid importing data to the database).
Raw data types:
- Cufflinks (we need to support 2.x releases)
- Kallisto (for the new pipeline)
- ... and other raw data type in the future
On each level we also need to define annotation types. Annotation types and data file types are defined as part of the import and created/updated by the importer (#940).
The installation wizard should also disabled the "Packed file exporter" plug-in for regular users. It could for example just make sure that this plug-in is not shared to the "Everyone" group anymore. It may have to check the configurations as well.
Change History (12)
comment:1 by , 8 years ago
comment:2 by , 8 years ago
comment:3 by , 8 years ago
comment:4 by , 8 years ago
Owner: | set to |
---|---|
Status: | new → assigned |
comment:5 by , 8 years ago
Description: | modified (diff) |
---|
comment:6 by , 8 years ago
comment:7 by , 8 years ago
comment:8 by , 8 years ago
comment:9 by , 8 years ago
comment:10 by , 8 years ago
comment:11 by , 8 years ago
Description: | modified (diff) |
---|
comment:12 by , 8 years ago
Description: | modified (diff) |
---|
(In [4350]) References #939: Installation wizard for Relax server
Created the installation servlet but it is only an empty template so far.