Mercurial > repos > iuc > hyphy_gard
comparison hyphy_gard.xml @ 32:26834f8534f9 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 4bb2092ac089e709bdc0ec3c3680f47e17be509a"
author | iuc |
---|---|
date | Wed, 30 Mar 2022 00:13:35 +0000 |
parents | 5fcd1ece3a6e |
children | 5b777002c2de |
comparison
equal
deleted
inserted
replaced
31:5fcd1ece3a6e | 32:26834f8534f9 |
---|---|
1 <?xml version="1.0"?> | 1 <?xml version="1.0"?> |
2 <tool id="hyphy_gard" name="HyPhy-GARD" version="@TOOL_VERSION@+galaxy1" profile="19.09"> | 2 <tool id="hyphy_gard" name="HyPhy-GARD" version="@TOOL_VERSION@+galaxy1" profile="19.09"> |
3 <description>Genetic Algorithm for Recombination Detection</description> | 3 <description>Genetic Algorithm for Recombination Detection</description> |
4 <expand macro="bio_tools"/> | |
5 <macros> | 4 <macros> |
6 <import>macros.xml</import> | 5 <import>macros.xml</import> |
7 </macros> | 6 </macros> |
7 <expand macro="bio_tools"/> | |
8 <expand macro="requirements"/> | 8 <expand macro="requirements"/> |
9 <command detect_errors="exit_code"><![CDATA[ | 9 <command detect_errors="exit_code"><![CDATA[ |
10 ln -s '$input_file' input.$input_file.extension && | 10 ln -s '$input_file' input.$input_file.extension && |
11 #set $input_file = 'input.%s' % $input_file.extension | 11 #set $input_file = 'input.%s' % $input_file.extension |
12 @HYPHYMPI@ gard | 12 @HYPHYMPI@ gard |