Skip to content
Snippets Groups Projects
Commit 0581f7d5 authored by cramakri's avatar cramakri
Browse files

LMS-1835 Changed storage processor to not use the HDF5 format.

SVN: 18332
parent 611add22
No related branches found
No related tags found
No related merge requests found
...@@ -34,11 +34,7 @@ public enum StorageFormat ...@@ -34,11 +34,7 @@ public enum StorageFormat
* The standardized data according to the Biological Data Standard format, using a directory * The standardized data according to the Biological Data Standard format, using a directory
* container. * container.
*/ */
BDS_DIRECTORY("BDS_DIRECTORY"), BDS_DIRECTORY("BDS_DIRECTORY");
/**
* Data stored in an HDF5 container.
*/
HDF5("HDF5");
private static final Map<String, StorageFormat> codeMap = new HashMap<String, StorageFormat>(); private static final Map<String, StorageFormat> codeMap = new HashMap<String, StorageFormat>();
......
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