Previous changeset 6:95eb039c4811 (2015-02-25) Next changeset 8:98106098dcd1 (2015-02-27) |
Commit message:
Deleted selected files |
removed:
commons-jexl-2.1.1.jar commons-logging-1.1.1.jar htsjdk-1.129.jar snappy-java-1.0.3-rc3.jar vcffilterjs.jar vcffilterjs.xml |
b |
diff -r 95eb039c4811 -r e5723e64ea43 commons-jexl-2.1.1.jar |
b |
Binary file commons-jexl-2.1.1.jar has changed |
b |
diff -r 95eb039c4811 -r e5723e64ea43 commons-logging-1.1.1.jar |
b |
Binary file commons-logging-1.1.1.jar has changed |
b |
diff -r 95eb039c4811 -r e5723e64ea43 htsjdk-1.129.jar |
b |
Binary file htsjdk-1.129.jar has changed |
b |
diff -r 95eb039c4811 -r e5723e64ea43 snappy-java-1.0.3-rc3.jar |
b |
Binary file snappy-java-1.0.3-rc3.jar has changed |
b |
diff -r 95eb039c4811 -r e5723e64ea43 vcffilterjs.jar |
b |
Binary file vcffilterjs.jar has changed |
b |
diff -r 95eb039c4811 -r e5723e64ea43 vcffilterjs.xml --- a/vcffilterjs.xml Wed Feb 25 09:49:06 2015 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 |
b |
@@ -1,34 +0,0 @@ -<?xml version="1.0"?> -<tool hidden="false" id="com.github.lindenb.jvarkit.tools.vcffilterjs.VCFFilterJS" version="ffd9de89f479bfb81a94c9a92655a14b81d95976" name="vcffilterjs"> - <requirements> - <requirement type="binary">java</requirement> - </requirements> - <command>java -cp commons-jexl-2.1.1.jar:commons-logging-1.1.1.jar:htsjdk-1.129.jar:snappy-java-1.0.3-rc3.jar:vcffilterjs.jar com.github.lindenb.jvarkit.tools.vcffilterjs.VCFFilterJS -e ${expression} -o ${output} ${input}</command> - <inputs> - <param format="vcf" name="input" type="data" label="VCF input"/> - <param name="expression" type="text"/> - </inputs> - <outputs> - <data format="vcf" name="output"/> - </outputs> - <stdio> - <exit_code range="1:"/> - <exit_code range=":-1"/> - </stdio> - <help> - - -**Inputs** - - - -**Outputs** - - -**Citation** - -If you use this Galaxy tool in work leading to a scientific publication please -cite: Pierre Lindenbaum PhD @yokofakun. - - </help> -</tool> |