# HG changeset patch # User timpalpant # Date 1340158163 14400 # Node ID 727fbba02ef718fbc1c5102e6cf8f40cc893d52d # Parent 51b28ce6ef7eb77795c56582ab764874407dad3b Fix a bug in GeneTrackToWig where +/- strands were not merged correctly. Add option to vary the chunk size of tools that process chromosomes in chunks. diff -r 51b28ce6ef7e -r 727fbba02ef7 dist/java-genomics-toolkit.jar Binary file dist/java-genomics-toolkit.jar has changed diff -r 51b28ce6ef7e -r 727fbba02ef7 galaxy-conf/._IntervalStats.xml Binary file galaxy-conf/._IntervalStats.xml has changed diff -r 51b28ce6ef7e -r 727fbba02ef7 galaxy-conf/IntervalStats.xml --- a/galaxy-conf/IntervalStats.xml Mon Jun 18 14:50:31 2012 -0400 +++ b/galaxy-conf/IntervalStats.xml Tue Jun 19 22:09:23 2012 -0400 @@ -1,5 +1,5 @@ - of data in a Wiggle file + of data in a (Big)Wig file galaxyToolRunner.sh ngs.IntervalStats -l $windows -s $stat -o $output #for $input in $inputs @@ -7,7 +7,7 @@ #end for - + diff -r 51b28ce6ef7e -r 727fbba02ef7 galaxy-conf/Scale.xml --- a/galaxy-conf/Scale.xml Mon Jun 18 14:50:31 2012 -0400 +++ b/galaxy-conf/Scale.xml Tue Jun 19 22:09:23 2012 -0400 @@ -4,7 +4,7 @@ - + diff -r 51b28ce6ef7e -r 727fbba02ef7 galaxy-conf/Shift.xml --- a/galaxy-conf/Shift.xml Mon Jun 18 14:50:31 2012 -0400 +++ b/galaxy-conf/Shift.xml Tue Jun 19 22:09:23 2012 -0400 @@ -4,7 +4,7 @@ - + diff -r 51b28ce6ef7e -r 727fbba02ef7 galaxy-conf/ZScore.xml --- a/galaxy-conf/ZScore.xml Mon Jun 18 14:50:31 2012 -0400 +++ b/galaxy-conf/ZScore.xml Tue Jun 19 22:09:23 2012 -0400 @@ -3,7 +3,7 @@ galaxyToolRunner.sh wigmath.ZScore -i $input $chr -o $output - +