Mercurial > repos > david-hoover > mirdeep2_and_targetspy
diff target_spy.xml @ 0:1bdefe8a8676 draft default tip
Uploaded
author | david-hoover |
---|---|
date | Fri, 18 Jul 2014 13:55:59 -0400 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/target_spy.xml Fri Jul 18 13:55:59 2014 -0400 @@ -0,0 +1,23 @@ +<tool id="target_spy" name="Target Spy"> + <description>Find targets for miRNAs</description> + + <requirements> + <requirement type="perl-module">target_spy_wrapper.pl</requirement> + </requirements> + + <command interpreter="perl"> + ./target_spy_wrapper.pl $mirna_file $trans_file $targets + </command> + + <inputs> + <param format="fasta" name="mirna_file" type="data" optional="false" label="miRNA file in Fasta format" /> + <param format="fasta" name="trans_file" type="data" optional="false" label="3' UTR transcript file in Fasta format" /> + </inputs> + + <outputs> + <data format="txt" name="targets"/> + </outputs> + + <help> + </help> +</tool>