Remove Bio::SeqIO support for abi, alf, ctf, exp, pln, and ztr.
commitc98b3b5ccff668d55a05bf9516f172a1a5be946c
authorCarnë Draug <carandraug+dev@gmail.com>
Mon, 24 Sep 2018 19:49:43 +0000 (24 20:49 +0100)
committerCarnë Draug <carandraug+dev@gmail.com>
Mon, 24 Sep 2018 19:49:43 +0000 (24 20:49 +0100)
treec7ec146b6189e03adec44c3b8ea6b209d27deb36
parentb3310c7d6fb3c6a313f6d2053739d61e467d0ba2
Remove Bio::SeqIO support for abi, alf, ctf, exp, pln, and ztr.

This trace files were wrappers to Bio::SeqIO::staden::read which is
not even indexed in CPAN (it's in the bioperl-ext repository).  So
remove this modules and move into a separate distribution (actually,
move them into the bioperl-ext repo).

Note that alf.t makes use of a test data file that no longer exists.
Looking into the history of the repo, seems that it never did.
19 files changed:
Changes
lib/Bio/SeqIO.pm
lib/Bio/SeqIO/abi.pm [deleted file]
lib/Bio/SeqIO/alf.pm [deleted file]
lib/Bio/SeqIO/ctf.pm [deleted file]
lib/Bio/SeqIO/exp.pm [deleted file]
lib/Bio/SeqIO/pln.pm [deleted file]
lib/Bio/SeqIO/ztr.pm [deleted file]
t/SeqIO/abi.t [deleted file]
t/SeqIO/alf.t [deleted file]
t/SeqIO/ctf.t [deleted file]
t/SeqIO/exp.t [deleted file]
t/SeqIO/pln.t [deleted file]
t/SeqIO/ztr.t [deleted file]
t/data/test.abi [deleted file]
t/data/test.ctf [deleted file]
t/data/test.exp [deleted file]
t/data/test.pln [deleted file]
t/data/test.ztr [deleted file]