-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCHANGES
More file actions
21 lines (17 loc) · 730 Bytes
/
CHANGES
File metadata and controls
21 lines (17 loc) · 730 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
######## Bio::ToolBox::Extra revision history #############
v.1.33
- Moved legacy_helper module into this distribution
following its final removal from the main Bio::ToolBox
distribution.
v.1.30 (git 150836c)
- Update to use minimum Bio::ToolBox version 1.30. All
references to data_helper.pm and file_helper.pm have been
converted to legacy_helper.pm. The legacy_helper exports subs
that use the Bio::ToolBox::Data object behind the scenes.
v.1.26
- Set up all extras scripts as a separate distribution
under a GitHub repository.
- Export the convert_genome_data_2_gff_data() and
convert_and_write_to_gff_file() methods from file_helper
to Bio::ToolBox::Extra.
- Update scripts to use the new module.