Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ public static QDatasetType fromQSampleType(QSampleType qSampleType) {
return Q_NGS_RAW_DATA;
} else if (qSampleType == QSampleType.Q_PROTEOMICS_MEASUREMENT) {
return Q_PROTEOMICS_RAW_DATA;
} else if (qSampleType == QSampleType.Q_IP_MEASUREMENT) {
return Q_IP_RAW_DATA;
}
throw new DatasetTypeMappingException("Unknown sample type to dataset type mapping. Cannot map " + qSampleType);
}
Expand Down
Loading