changeset 2:b76a4ce5e5e1 draft

Deleted selected files
author niels
date Mon, 08 Apr 2019 10:07:33 -0400
parents 735b2c37fbe8
children 74621486d2d8
files annovar_yaml/annovar_yaml.pl annovar_yaml/annovar_yaml.xml
diffstat 2 files changed, 0 insertions(+), 22 deletions(-) [+]
line wrap: on
line diff
--- a/annovar_yaml/annovar_yaml.pl	Mon Apr 08 10:07:01 2019 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
- 
--- a/annovar_yaml/annovar_yaml.xml	Mon Apr 08 10:07:01 2019 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,21 +0,0 @@
-<tool id="annovar_yaml" name="Annovar YAML" version="0.1.0">
-    <requirements>
-        <requirement type="package" version="1.2.7">perl-yaml</requirement>
-    </requirements>
-    <command detect_errors="exit_code"><![CDATA[
-        perl $__tool_directory__/script.pl --input $vcf --yaml $yaml --output $output
-    ]]></command>
-
-    <inputs>
-        
-        <param type="data" name="yaml" format="txt" />
-        <param type="data" name="vcf" format="vcf" />
-
-    </inputs>
-    <outputs>
-        <data name="output" format="vcf"/>
-    </outputs>
-    <help><![CDATA[
-        TODO: Fill in help.
-    ]]></help>
-</tool>
\ No newline at end of file