Skip to content

Commit

Permalink
NCBI seem to changed how Entrez genome database behaves
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjc committed Oct 26, 2010
1 parent 78e206e commit ad1dd31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/test_SeqIO_online.py
Expand Up @@ -74,7 +74,7 @@ def simple(self, database, formats, entry, length, checksum):
self.assertEqual(seguid(record.seq), checksum)

for database, formats, entry, length, checksum in [
("genome", ["fasta", "gb"], "X52960", 248,
("nuccore", ["fasta", "gb"], "X52960", 248,
"Ktxz0HgMlhQmrKTuZpOxPZJ6zGU"),
("nucleotide", ["fasta", "gb"], "6273291", 902,
"bLhlq4mEFJOoS9PieOx4nhGnjAQ"),
Expand Down

0 comments on commit ad1dd31

Please sign in to comment.