Skip to content
Snippets Groups Projects
Commit f103e164 authored by felmer's avatar felmer
Browse files

LMS-1880 tiny refactoring

SVN: 19038
parent 91938e4c
No related branches found
No related tags found
No related merge requests found
...@@ -164,7 +164,7 @@ public class DataSetToSOFT implements IProcessingPluginTask ...@@ -164,7 +164,7 @@ public class DataSetToSOFT implements IProcessingPluginTask
translation.put("SMALL_RNA", "other"); translation.put("SMALL_RNA", "other");
translation.put("TOTAL_RNA", "other"); translation.put("TOTAL_RNA", "other");
translation.put("MRNA", "other"); translation.put("MRNA", "other");
translation.put("PROCESSED_DNA_LIBRARY", "<<<NEED_TO_BE_FILLED>>>"); translation.put("PROCESSED_DNA_LIBRARY", EMPTY);
} }
public ProcessingStatus process(List<DatasetDescription> datasets, public ProcessingStatus process(List<DatasetDescription> datasets,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment