Mercurial > repos > yokofakun > jvarkit
changeset 6:95eb039c4811 draft
Uploaded
author | yokofakun |
---|---|
date | Wed, 25 Feb 2015 09:49:06 -0500 |
parents | 852ba90164b3 |
children | e5723e64ea43 |
files | 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 |
diffstat | 6 files changed, 34 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/vcffilterjs.xml Wed Feb 25 09:49:06 2015 -0500 @@ -0,0 +1,34 @@ +<?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>