Mercurial > repos > dereeper > tassel5
changeset 1:1dc58d808e72 draft
Uploaded
| author | dereeper | 
|---|---|
| date | Thu, 26 Feb 2015 01:18:27 -0500 | 
| parents | 0aeea77b924a | 
| children | d8a46ae7ee8a | 
| files | tassel/tassel.xml | 
| diffstat | 1 files changed, 4 insertions(+), 5 deletions(-) [+] | 
line wrap: on
 line diff
--- a/tassel/tassel.xml Thu Feb 26 01:15:36 2015 -0500 +++ b/tassel/tassel.xml Thu Feb 26 01:18:27 2015 -0500 @@ -1,9 +1,8 @@ -<tool id="Tassel" name="Tassel"> +<tool id="Tassel" name="Tassel" version="5.0"> <description> Software package to evaluate traits associations, evolutionary patterns, and linkage disequilibrium. </description> - <!--<command interpreter="bash"> -./tassel.sh $hapmap $trait $structure $filter $output1 $output2 $log -</command> ---> + <requirements> + <requirement type="package" version="5.0">tassel</requirement> + </requirements> <command interpreter="bash">./tassel.sh $analysis_opts.fonction_selector $output1 $output2 $output3 $log tmpdir$$/ #if $analysis_opts.fonction_selector == "mlm": -fork1 -h $hapmap -filterAlign -filterAlignMinFreq $filterAlignMinFreq
