Opened 7 years ago
Closed 7 years ago
#1028 closed enhancement (fixed)
Add support for StringTie data
Reported by: | Nicklas Nordborg | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | Relax v1.2 |
Component: | net.sf.basedb.relax | Keywords: | |
Cc: |
Description (last modified by )
The relax server is currently only supporting "cufflinks" raw bioassays. We need to define the "stringtie" type in the same way as we do on the production server.
Once the raw data type has been defined, the release importer should probably work without (or with only minor) modifications.
The level 3 exporter plug-in currently has a section for handling Cufflinks and FPKM files. This need to the modified to support StringTie as well (and whatever file(s) we decide publish).
Change History (6)
comment:1 by , 7 years ago
Description: | modified (diff) |
---|
comment:2 by , 7 years ago
comment:3 by , 7 years ago
comment:4 by , 7 years ago
(In [4769]) References #1028: Add support for StringTie data
The Cohort exporter has been redesigned to allow raw bioassay lists with multiple raw data types. The generic file name "rawbioassay.txt" is now always used for raw bioassays. This file also inlcudes an extra column: "RawBioAssay type".
This change breaks the Level3 export so that it doesn't export any files.
comment:5 by , 7 years ago
comment:6 by , 7 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Seems to work after full test of releasing data from reggie via relax to a level 3 server.
(In [4735]) References #1028: Add support for StringTie data
The Relax installation wizard now creates the
StringTie
platform as a variant of theSequencing
platform. File types should automatically be linked when importing data from a StringTie release.