|
1 | 1 | ######## Bio::ToolBox revision history ############# |
2 | 2 |
|
3 | 3 |
|
| 4 | +v2.02 |
| 5 | + - Add support for newer versions of UCSC utilities that no longer |
| 6 | + allow reading from standard input, particularly 'wigToBigWig'. |
| 7 | + Temporary wig files are written first and then the utility is |
| 8 | + called. Updates made to bam2wig.pl, data2wig.pl, and manipulate_wig.pl. |
| 9 | + - Add public headers() boolean method for Data objects. |
| 10 | + - Changed duplicate() method for Stream objects to allow generating |
| 11 | + a duplicate Data object if no output file name is provided. |
| 12 | + - Various library bug fixes and improvements, including reading bedGraph |
| 13 | + files, writing simple text files, handling spaces in numeric index lists, |
| 14 | + automatic checking of extensions, parsing annotation files into tables, |
| 15 | + and speeding up row deletion in large data tables. |
| 16 | + - Fix issues with default output filenames in data collection scripts |
| 17 | + get_datasets.pl, get_binned_data.pl, and get_relative_data.pl. Default is |
| 18 | + to reuse input filename unless it was parsed, in which case the basename |
| 19 | + plus txt is used. Also fix bugs regarding mismatched column names when |
| 20 | + explicitly not parsing input annotation files. |
| 21 | + - Fix bug with leaving behind MergeDatasetCoordinate column in merge_datasets.pl. |
| 22 | + - Fix bug with using new column name instead of original column name in |
| 23 | + message statements when manipulating columns in manipulate_datasets.pl. |
| 24 | + - Fix possible bug with undefined strand when automatically flipping coordinates |
| 25 | + of reversed intervals in SeqFeature objects. |
| 26 | + - Remove deprecated and unused functions. |
| 27 | + - Add missing POD method sections for complete coverage. |
| 28 | + |
| 29 | + |
4 | 30 | v2.01 |
5 | 31 | - Update chromosome sorting to properly handle chromosomal arms, for |
6 | 32 | example with Drosophila |
|
0 commit comments