Proccaserra patch 1 - #147
Conversation
| { | ||
| "@id": "#derived_spectral_data_file/88490e5d-cab7-4f33-8347-77ac5de2a341" | ||
| } | ||
|
|
There was a problem hiding this comment.
I believe ENA adaptor expect the comment "STUDY_TYPE" = controlled vocabulary from ENA.
{
"name": "STUDY_TYPE",
"value": "Transcriptome Sequencing"
}
There was a problem hiding this comment.
we can simplify this as the value can be inferred from the library information: ie. if RNA-SEQ, then STUDY_TYPE = "Transcriptome Sequencing" as default value.
This is something that I discussed many years ago with ENA , we can follow-up with Dipayan and April
|
We should discuss id some of these are wanted blockers or not:
|
|
+1 @bedroesb , fixing those issues now, will send a patch. thx for the detailed reporting.
As this is defined in the ISA configurations, we may need to add a dictionary to store alternative labels to avoid these types of failures.
|
No description provided.