mirror of
https://github.com/biopython/biopython.git
synced 2025-10-20 13:43:47 +08:00
Ensure the Bio.SeqIO.GckIO module can be tested even in offline mode by reading an in-tree artificial sample file. This sample file has been handcrafted based on what I know about the Gck format, solely for the purpose of testing the parser. It is not even sure the original Gene Construction Kit program would accept that file without barking. Testing the parser against real files is still recommended. The test module will still do that automatically using files from the Drosophila Gateway Vector Collection provided those files can be downloaded.