Add sample cell filename, cell sample size, and sample plate size to metadata
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user