test

Java code posted
created at 29 Apr 16:01, updated at 29 Apr 16:02

Edit | Back
1
2
3
4
5
6
7
8
9
public Assay AssayGet(string assayName)
{
  Assay assay = Assay.CreateWithAssayFolder(AssayPath, assayName);

  if (!assay.Exists)
    assay = Assay.CreateWithAssayFolder(Globals.SysConfig.ExperimentPath, assayName);

  return assay;
}
243 Bytes in 2 ms with coderay