Ejemplo n.º 1
0
 @Before
 public void setUp() throws DaoException {
   study = DaoCancerStudy.getCancerStudyByStableId("study_tcga_pub");
   DaoGeneticProfile.reCache();
   DaoPatient.reCache();
   DaoSample.reCache();
 }