# HG changeset patch # User fubar # Date 1721810977 0 # Node ID c8e22efcaedade24a92cd57c7a8e6e0739188ed2 # Parent eb17eb8a365838499a688da7f5d1b07d23aa1908 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bigwig_outlier_bed commit 9fa87e27ea819badb876e6d89807a789119b9f53 diff -r eb17eb8a3658 -r c8e22efcaeda bigwig_outlier_bed.py --- a/bigwig_outlier_bed.py Tue Jul 23 23:12:23 2024 +0000 +++ b/bigwig_outlier_bed.py Wed Jul 24 08:49:37 2024 +0000 @@ -190,6 +190,7 @@ restab = [] bwlabels = self.bwlabels bwnames = self.bwnames + bwnames.sort() reshead = "bigwig\tcontig\tn\tmean\tstd\tmin\tmax\tqtop\tqbot" for i, bwname in enumerate(bwnames): bwlabel = bwlabels[i].replace(" ", "") diff -r eb17eb8a3658 -r c8e22efcaeda bigwig_outlier_bed.xml --- a/bigwig_outlier_bed.xml Tue Jul 23 23:12:23 2024 +0000 +++ b/bigwig_outlier_bed.xml Wed Jul 24 08:49:37 2024 +0000 @@ -84,7 +84,7 @@ -