Repository 'java_genomics_toolkit'
hg clone https://toolshed.g2.bx.psu.edu/repos/timpalpant/java_genomics_toolkit

Changeset 7:4fc118372ae7 (2012-02-19)
Previous changeset 6:422ac2bbb274 (2012-02-14) Next changeset 8:5a3f8b0b80f9 (2012-02-28)
Commit message:
Uploaded new version with fixes and broader support for interval files
modified:
dist/java-genomics-toolkit.jar
galaxy-conf/BaseAlignCounts.xml
galaxy-conf/MapDyads.xml
galaxy-conf/Phasogram.xml
galaxy-conf/RollingReadLength.xml
galaxy-conf/WigSummary.xml
galaxy-conf/log4j.properties
lib/java-genomics-io.jar
added:
galaxy-conf/._Phasogram.xml
lib/mg4j-2.0.1.jar
removed:
galaxy-conf/._BaseAlignCounts.xml
lib/.DS_Store
lib/._.DS_Store
lib/._bin
lib/._macify-1.4.jar
lib/bin/._COPYING
lib/bin/._ld
lib/bin/._readme.txt
lib/bin/._windres
lib/bin/COPYING
lib/bin/ld
lib/bin/readme.txt
lib/bin/windres
b
diff -r 422ac2bbb274 -r 4fc118372ae7 dist/java-genomics-toolkit.jar
b
Binary file dist/java-genomics-toolkit.jar has changed
b
diff -r 422ac2bbb274 -r 4fc118372ae7 galaxy-conf/._BaseAlignCounts.xml
b
Binary file galaxy-conf/._BaseAlignCounts.xml has changed
b
diff -r 422ac2bbb274 -r 4fc118372ae7 galaxy-conf/._Phasogram.xml
b
Binary file galaxy-conf/._Phasogram.xml has changed
b
diff -r 422ac2bbb274 -r 4fc118372ae7 galaxy-conf/BaseAlignCounts.xml
--- a/galaxy-conf/BaseAlignCounts.xml Tue Feb 14 18:40:50 2012 -0500
+++ b/galaxy-conf/BaseAlignCounts.xml Sun Feb 19 01:54:28 2012 -0500
b
@@ -2,8 +2,8 @@
   <description>of sequencing reads</description>
   <command interpreter="sh">galaxyToolRunner.sh ngs.BaseAlignCounts -i $input -a ${chromInfo} -x $X -o $output</command>
   <inputs>
-    <param name="input" type="data" format="bam" label="Sequencing reads" />
-    <param name="X" type="integer" value="0" label="In silico extension (leave 0 for read length)" />
+    <param name="input" type="data" format="sam,bam,bed,bedgraph" label="Sequencing reads" />
+    <param name="X" type="integer" value="-1" label="In silico extension (-1 for read length)" />
   </inputs>
   <outputs>
     <data name="output" format="wig" />
b
diff -r 422ac2bbb274 -r 4fc118372ae7 galaxy-conf/MapDyads.xml
--- a/galaxy-conf/MapDyads.xml Tue Feb 14 18:40:50 2012 -0500
+++ b/galaxy-conf/MapDyads.xml Sun Feb 19 01:54:28 2012 -0500
b
@@ -7,7 +7,7 @@
     #end if
   </command>
   <inputs>
-      <param name="input" type="data" format="bam" label="Sequencing reads" />
+      <param name="input" type="data" format="sam,bam,bed,bedGraph" label="Sequencing reads" />
       <conditional name="type">
         <param name="read" type="select" label="Type of reads">
           <option value="paired" selected="true">Paired-End</option>
b
diff -r 422ac2bbb274 -r 4fc118372ae7 galaxy-conf/Phasogram.xml
--- a/galaxy-conf/Phasogram.xml Tue Feb 14 18:40:50 2012 -0500
+++ b/galaxy-conf/Phasogram.xml Sun Feb 19 01:54:28 2012 -0500
b
@@ -2,7 +2,7 @@
   <description>of dyads</description>
   <command interpreter="sh">galaxyToolRunner.sh nucleosomes.Phasogram -i $input -m $max -o $output</command>
   <inputs>
-    <param name="input" type="data" format="bigwig,wig" label="Dyads BigWig file" />
+    <param name="input" type="data" format="bigwig,wig" label="Dyads (Big)Wig file" />
     <param name="max" type="integer" value="1000" label="Maximum phase shift (bp)" />
   </inputs>
   <outputs>
b
diff -r 422ac2bbb274 -r 4fc118372ae7 galaxy-conf/RollingReadLength.xml
--- a/galaxy-conf/RollingReadLength.xml Tue Feb 14 18:40:50 2012 -0500
+++ b/galaxy-conf/RollingReadLength.xml Sun Feb 19 01:54:28 2012 -0500
b
@@ -2,7 +2,7 @@
   <description>from paired-end sequencing reads</description>
   <command interpreter="sh">galaxyToolRunner.sh ngs.RollingReadLength -i $input -a ${chromInfo} -o $output</command>
   <inputs>
-      <param format="bam" name="input" type="data" label="Mapped reads" />
+      <param format="sam,bam,bed,bedgraph" name="input" type="data" label="Mapped reads" />
   </inputs>
   <outputs>
       <data format="wig" name="output" />
b
diff -r 422ac2bbb274 -r 4fc118372ae7 galaxy-conf/WigSummary.xml
--- a/galaxy-conf/WigSummary.xml Tue Feb 14 18:40:50 2012 -0500
+++ b/galaxy-conf/WigSummary.xml Sun Feb 19 01:54:28 2012 -0500
b
@@ -5,7 +5,7 @@
       <param format="bigwig,wig" name="input" type="data" label="(Big)Wig file" />
   </inputs>
   <outputs>
-      <data format="text" name="output" />
+      <data format="txt" name="output" />
   </outputs>
   
 <help>
b
diff -r 422ac2bbb274 -r 4fc118372ae7 galaxy-conf/log4j.properties
--- a/galaxy-conf/log4j.properties Tue Feb 14 18:40:50 2012 -0500
+++ b/galaxy-conf/log4j.properties Sun Feb 19 01:54:28 2012 -0500
b
@@ -1,10 +1,10 @@
-log4j.rootLogger=warn, stdout
+log4j.rootLogger=info, stdout
 
 log4j.appender.stdout=org.apache.log4j.ConsoleAppender
 log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
 
 # Pattern to output the caller's file name and line number.
-log4j.appender.stdout.layout.ConversionPattern=%5p - %m%n
+log4j.appender.stdout.layout.ConversionPattern=%m%n
 
 # Only output errors from the BigWig library
 log4j.logger.org.broad.igv.bbfile=ERROR
\ No newline at end of file
b
diff -r 422ac2bbb274 -r 4fc118372ae7 lib/.DS_Store
b
Binary file lib/.DS_Store has changed
b
diff -r 422ac2bbb274 -r 4fc118372ae7 lib/._.DS_Store
b
Binary file lib/._.DS_Store has changed
b
diff -r 422ac2bbb274 -r 4fc118372ae7 lib/._bin
b
Binary file lib/._bin has changed
b
diff -r 422ac2bbb274 -r 4fc118372ae7 lib/._macify-1.4.jar
b
Binary file lib/._macify-1.4.jar has changed
b
diff -r 422ac2bbb274 -r 4fc118372ae7 lib/bin/._COPYING
b
Binary file lib/bin/._COPYING has changed
b
diff -r 422ac2bbb274 -r 4fc118372ae7 lib/bin/._ld
b
Binary file lib/bin/._ld has changed
b
diff -r 422ac2bbb274 -r 4fc118372ae7 lib/bin/._readme.txt
b
Binary file lib/bin/._readme.txt has changed
b
diff -r 422ac2bbb274 -r 4fc118372ae7 lib/bin/._windres
b
Binary file lib/bin/._windres has changed
b
diff -r 422ac2bbb274 -r 4fc118372ae7 lib/bin/COPYING
--- a/lib/bin/COPYING Tue Feb 14 18:40:50 2012 -0500
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
b
b'@@ -1,340 +0,0 @@\n-\t\t    GNU GENERAL PUBLIC LICENSE\n-\t\t       Version 2, June 1991\n-\n- Copyright (C) 1989, 1991 Free Software Foundation, Inc.\n-                       59 Temple Place, Suite 330, Boston, MA  02111-1307  USA\n- Everyone is permitted to copy and distribute verbatim copies\n- of this license document, but changing it is not allowed.\n-\n-\t\t\t    Preamble\n-\n-  The licenses for most software are designed to take away your\n-freedom to share and change it.  By contrast, the GNU General Public\n-License is intended to guarantee your freedom to share and change free\n-software--to make sure the software is free for all its users.  This\n-General Public License applies to most of the Free Software\n-Foundation\'s software and to any other program whose authors commit to\n-using it.  (Some other Free Software Foundation software is covered by\n-the GNU Library General Public License instead.)  You can apply it to\n-your programs, too.\n-\n-  When we speak of free software, we are referring to freedom, not\n-price.  Our General Public Licenses are designed to make sure that you\n-have the freedom to distribute copies of free software (and charge for\n-this service if you wish), that you receive source code or can get it\n-if you want it, that you can change the software or use pieces of it\n-in new free programs; and that you know you can do these things.\n-\n-  To protect your rights, we need to make restrictions that forbid\n-anyone to deny you these rights or to ask you to surrender the rights.\n-These restrictions translate to certain responsibilities for you if you\n-distribute copies of the software, or if you modify it.\n-\n-  For example, if you distribute copies of such a program, whether\n-gratis or for a fee, you must give the recipients all the rights that\n-you have.  You must make sure that they, too, receive or can get the\n-source code.  And you must show them these terms so they know their\n-rights.\n-\n-  We protect your rights with two steps: (1) copyright the software, and\n-(2) offer you this license which gives you legal permission to copy,\n-distribute and/or modify the software.\n-\n-  Also, for each author\'s protection and ours, we want to make certain\n-that everyone understands that there is no warranty for this free\n-software.  If the software is modified by someone else and passed on, we\n-want its recipients to know that what they have is not the original, so\n-that any problems introduced by others will not reflect on the original\n-authors\' reputations.\n-\n-  Finally, any free program is threatened constantly by software\n-patents.  We wish to avoid the danger that redistributors of a free\n-program will individually obtain patent licenses, in effect making the\n-program proprietary.  To prevent this, we have made it clear that any\n-patent must be licensed for everyone\'s free use or not licensed at all.\n-\n-  The precise terms and conditions for copying, distribution and\n-modification follow.\n-\x0c\n-\t\t    GNU GENERAL PUBLIC LICENSE\n-   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION\n-\n-  0. This License applies to any program or other work which contains\n-a notice placed by the copyright holder saying it may be distributed\n-under the terms of this General Public License.  The "Program", below,\n-refers to any such program or work, and a "work based on the Program"\n-means either the Program or any derivative work under copyright law:\n-that is to say, a work containing the Program or a portion of it,\n-either verbatim or with modifications and/or translated into another\n-language.  (Hereinafter, translation is included without limitation in\n-the term "modification".)  Each licensee is addressed as "you".\n-\n-Activities other than copying, distribution and modification are not\n-covered by this License; they are outside its scope.  The act of\n-running the Program is not restricted, and the output from the Program\n-is covered only if its contents constitute a work based on the\n-Program (independent of having been made by running t'..b' AND/OR OTHER PARTIES\n-PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED\n-OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\n-MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS\n-TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE\n-PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,\n-REPAIR OR CORRECTION.\n-\n-  12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING\n-WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR\n-REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,\n-INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING\n-OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED\n-TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY\n-YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER\n-PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE\n-POSSIBILITY OF SUCH DAMAGES.\n-\n-\t\t     END OF TERMS AND CONDITIONS\n-\x0c\n-\t    How to Apply These Terms to Your New Programs\n-\n-  If you develop a new program, and you want it to be of the greatest\n-possible use to the public, the best way to achieve this is to make it\n-free software which everyone can redistribute and change under these terms.\n-\n-  To do so, attach the following notices to the program.  It is safest\n-to attach them to the start of each source file to most effectively\n-convey the exclusion of warranty; and each file should have at least\n-the "copyright" line and a pointer to where the full notice is found.\n-\n-    <one line to give the program\'s name and a brief idea of what it does.>\n-    Copyright (C) 19yy  <name of author>\n-\n-    This program is free software; you can redistribute it and/or modify\n-    it under the terms of the GNU General Public License as published by\n-    the Free Software Foundation; either version 2 of the License, or\n-    (at your option) any later version.\n-\n-    This program is distributed in the hope that it will be useful,\n-    but WITHOUT ANY WARRANTY; without even the implied warranty of\n-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n-    GNU General Public License for more details.\n-\n-    You should have received a copy of the GNU General Public License\n-    along with this program; if not, write to the Free Software\n-    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA\n-\n-\n-Also add information on how to contact you by electronic and paper mail.\n-\n-If the program is interactive, make it output a short notice like this\n-when it starts in an interactive mode:\n-\n-    Gnomovision version 69, Copyright (C) 19yy name of author\n-    Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w\'.\n-    This is free software, and you are welcome to redistribute it\n-    under certain conditions; type `show c\' for details.\n-\n-The hypothetical commands `show w\' and `show c\' should show the appropriate\n-parts of the General Public License.  Of course, the commands you use may\n-be called something other than `show w\' and `show c\'; they could even be\n-mouse-clicks or menu items--whatever suits your program.\n-\n-You should also get your employer (if you work as a programmer) or your\n-school, if any, to sign a "copyright disclaimer" for the program, if\n-necessary.  Here is a sample; alter the names:\n-\n-  Yoyodyne, Inc., hereby disclaims all copyright interest in the program\n-  `Gnomovision\' (which makes passes at compilers) written by James Hacker.\n-\n-  <signature of Ty Coon>, 1 April 1989\n-  Ty Coon, President of Vice\n-\n-This General Public License does not permit incorporating your program into\n-proprietary programs.  If your program is a subroutine library, you may\n-consider it more useful to permit linking proprietary applications with the\n-library.  If this is what you want to do, use the GNU Library General\n-Public License instead of this License.\n'
b
diff -r 422ac2bbb274 -r 4fc118372ae7 lib/bin/ld
b
Binary file lib/bin/ld has changed
b
diff -r 422ac2bbb274 -r 4fc118372ae7 lib/bin/readme.txt
--- a/lib/bin/readme.txt Tue Feb 14 18:40:50 2012 -0500
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
b
@@ -1,1 +0,0 @@
-The MinGW binutils were built on Mac OS X 10.4 by Peter Centgraf
b
diff -r 422ac2bbb274 -r 4fc118372ae7 lib/bin/windres
b
Binary file lib/bin/windres has changed
b
diff -r 422ac2bbb274 -r 4fc118372ae7 lib/java-genomics-io.jar
b
Binary file lib/java-genomics-io.jar has changed
b
diff -r 422ac2bbb274 -r 4fc118372ae7 lib/mg4j-2.0.1.jar
b
Binary file lib/mg4j-2.0.1.jar has changed