Mercurial > repos > k3v1n > gene_test
changeset 6:b63e181565fb draft
Uploaded
author | k3v1n |
---|---|
date | Tue, 18 Aug 2020 03:14:37 -0400 |
parents | d971792626d8 |
children | 1342bcb3a3b1 |
files | toolExample.xml |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/toolExample.xml Tue Aug 18 03:00:11 2020 -0400 +++ b/toolExample.xml Tue Aug 18 03:14:37 2020 -0400 @@ -1,6 +1,6 @@ <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 'toolExample.pl' '$input' '$output'</command> + <command>perl '$__tool_directory_/toolExample.pl' '$input' '$output'</command> <inputs> <param format="fasta" name="input" type="data" label="Source file"/> </inputs>