コード例 #1
0
ファイル: build_38_tests.py プロジェクト: 23andMe/seqseek
 def test_file_names(self):
     for accession in BUILD38_ACCESSIONS.values():
         fasta = os.path.join(get_data_directory(), str(accession) + ".fa")
         self.assertTrue(os.path.isfile(fasta), fasta)