view vcffilterjs.xml @ 6:95eb039c4811 draft

Uploaded
author yokofakun
date Wed, 25 Feb 2015 09:49:06 -0500
parents
children
line wrap: on
line source

<?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>