Skip to content
Snippets Groups Projects
Commit ec162880 authored by tpylak's avatar tpylak
Browse files

LMS-1939 improve specific DSS uploading plugin

SVN: 19203
parent 4c66f325
No related branches found
No related tags found
No related merge requests found
......@@ -179,7 +179,7 @@ public class BZDataSetInfoExtractor implements IDataSetInfoExtractor
private static String getSampleCode(BZDatasetDirectoryNameTokenizer tokens)
{
return "PLATE_" + tokens.getPlateBarcodeToken();
return tokens.getPlateBarcodeToken();
}
private static IEntityProperty[] createVocabularyProperty(String propertyTypeCode,
......
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