Esempio n. 1
0
 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)