changeset 7:e5723e64ea43 draft

Deleted selected files
author yokofakun
date Fri, 27 Feb 2015 09:45:18 -0500
parents 95eb039c4811
children 98106098dcd1
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, 0 insertions(+), 34 deletions(-) [+]
line wrap: on
line diff
Binary file commons-jexl-2.1.1.jar has changed
Binary file commons-logging-1.1.1.jar has changed
Binary file htsjdk-1.129.jar has changed
Binary file snappy-java-1.0.3-rc3.jar has changed
Binary file vcffilterjs.jar has changed
--- a/vcffilterjs.xml	Wed Feb 25 09:49:06 2015 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -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>