Add sample cell filename, cell sample size, and sample plate size to metadata

This commit is contained in:
eugenefischer
2022-09-30 02:58:15 -05:00
parent b8aeeb988f
commit 593dd6c60f
5 changed files with 35 additions and 10 deletions

View File

@@ -43,7 +43,7 @@ public class GraphMLFileWriter {
private Map<String, Attribute> createGraphAttributes(){
Map<String, Attribute> attributes = new HashMap<>();
//Sample plate filename
attributes.put("sample plate filename", DefaultAttribute.createAttribute(data.getSourceFilename()));
attributes.put("sample plate filename", DefaultAttribute.createAttribute(data.getPlateFilename()));
// Number of wells
attributes.put("well count", DefaultAttribute.createAttribute(data.getNumWells().toString()));
//Well populations