changeset 7:1342bcb3a3b1 draft

Deleted selected files
author k3v1n
date Tue, 18 Aug 2020 03:24:06 -0400
parents b63e181565fb
children 07a9d0440c64
files toolExample.xml
diffstat 1 files changed, 0 insertions(+), 22 deletions(-) [+]
line wrap: on
line diff
--- a/toolExample.xml	Tue Aug 18 03:14:37 2020 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,22 +0,0 @@
-<tool id="fa_gc_content_2020" name="Compute GC content 2020" version="0.1.0">
-  <description>for each sequence in a file</description>
-  <command>perl '$__tool_directory_/toolExample.pl' '$input' '$output'</command>
-  <inputs>
-    <param format="fasta" name="input" type="data" label="Source file"/>
-  </inputs>
-  <outputs>
-    <data format="tabular" name="output" />
-  </outputs>
-
-  <tests>
-    <test>
-      <param name="input" value="fa_gc_content_input.fa"/>
-      <output name="out_file1" file="fa_gc_content_output.txt"/>
-    </test>
-  </tests>
-
-  <help>
-This tool computes GC content from a FASTA file.
-  </help>
-
-</tool>
\ No newline at end of file