Subject: | Feature request: create a new ABI file |
Date: | Thu, 25 Feb 2010 10:12:24 -0800 |
To: | bug-Bio-Trace-ABIF [...] rt.cpan.org |
From: | PF <kernel [...] pkts.ca> |
Hi..
My current project involves creating new ABI files. At the moment, it
looks like I'll have to take a sample file and update all the tags.
I'd like to be able to create a new ABI file from scratch; it seems like
Bio::Trace::ABIF can almost do that with the write_tag() function, but
it's unable to write to a nonexistent tag.
If write_tag() could be modified to create a tag directory if there
isn't one, and then create a tag in the directory if there isn't one,
we'd be in good shape. If we could also delete a tag from the tag
directory with a delete_tag() function, I think we'd have the full
create, retrieve, update, delete (CRUD) set of functions.
Thanks!
--
PF <kernel@pkts.ca>