Пример #1
0
 def test_isatab2sampletab_bii_i_1(self):
     with open(
             os.path.join(self._tab_data_dir, "BII-I-1",
                          "i_investigation.txt")) as i_fp:
         with open(os.path.join(self._tmp_dir, "samples.txt"),
                   "w") as out_fp:
             isatab2sampletab.convert(source_inv_fp=i_fp, target_fp=out_fp)
Пример #2
0
 def test_isatab2sampletab_bii_s_7(self):
     with open(os.path.join(self._tab_data_dir, "BII-S-7",
                            "i_matteo.txt")) as i_fp:
         with open(os.path.join(self._tmp_dir, "samples.txt"),
                   "w") as out_fp:
             isatab2sampletab.convert(source_inv_fp=i_fp, target_fp=out_fp)