Mercurial > repos > iuc > mothur_get_dists
comparison get.dists.xml @ 3:56ca2af78a1c draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 4648c7574a78601e03ae6a318cbcd5b492a8a9f4
| author | iuc |
|---|---|
| date | Wed, 14 Feb 2018 10:01:30 -0500 |
| parents | 9f28030ac5c5 |
| children | d93ce26c5f42 |
comparison
equal
deleted
inserted
replaced
| 2:0f076fb8f068 | 3:56ca2af78a1c |
|---|---|
| 5 </macros> | 5 </macros> |
| 6 <expand macro="requirements"/> | 6 <expand macro="requirements"/> |
| 7 <expand macro="stdio"/> | 7 <expand macro="stdio"/> |
| 8 <expand macro="version_command"/> | 8 <expand macro="version_command"/> |
| 9 <command><![CDATA[ | 9 <command><![CDATA[ |
| 10 @SHELL_OPTIONS@ | 10 @SHELL_OPTIONS@ |
| 11 | 11 |
| 12 ## create symlinks to input datasets | 12 ## create symlinks to input datasets |
| 13 ln -s "$accnos" accnos.dat && | 13 ln -s '$accnos' accnos.dat && |
| 14 ln -s "$input.dist" input.dist.dat && | 14 ln -s '$input.dist' input.dist.dat && |
| 15 | 15 |
| 16 echo 'get.dists( | 16 echo 'get.dists( |
| 17 accnos=accnos.dat, | 17 accnos=accnos.dat, |
| 18 #if $input.source == "phylip": | 18 #if $input.source == "phylip": |
| 19 phylip=input.dist.dat | 19 phylip=input.dist.dat |
| 20 #else | 20 #else |
| 21 column=input.dist.dat | 21 column=input.dist.dat |
| 22 #end if | 22 #end if |
| 23 )' | 23 )' |
| 24 | sed 's/ //g' ## mothur trips over whitespace | 24 | sed 's/ //g' ## mothur trips over whitespace |
| 25 | mothur | 25 | mothur |
| 26 | tee mothur.out.log | 26 | tee mothur.out.log |
| 27 ]]></command> | 27 ]]></command> |
| 28 <inputs> | 28 <inputs> |
| 29 <conditional name="input"> | 29 <conditional name="input"> |
| 30 <param name="source" type="select" label="Select input format"> | 30 <param name="source" type="select" label="Select input format"> |
| 31 <option value="column">Pairwise Column Distance Matrix</option> | 31 <option value="column">Pairwise Column Distance Matrix</option> |
| 51 <param name="accnos" value="amazon.bad.accnos" ftype="mothur.accnos"/> | 51 <param name="accnos" value="amazon.bad.accnos" ftype="mothur.accnos"/> |
| 52 <output name="pick_dist" md5="d853cca7b67723e889a563420f6ccc13" ftype="mothur.square.dist"/> | 52 <output name="pick_dist" md5="d853cca7b67723e889a563420f6ccc13" ftype="mothur.square.dist"/> |
| 53 <expand macro="logfile-test"/> | 53 <expand macro="logfile-test"/> |
| 54 </test> | 54 </test> |
| 55 </tests> | 55 </tests> |
| 56 <help> | 56 <help><![CDATA[ |
| 57 <![CDATA[ | |
| 58 | 57 |
| 59 @MOTHUR_OVERVIEW@ | 58 @MOTHUR_OVERVIEW@ |
| 60 | 59 |
| 61 **Command Documentation** | 60 **Command Documentation** |
| 62 | 61 |
| 63 The get.dists_ command selects distances from a phylip or column file related to groups or sequences listed in an accnos file. | 62 The get.dists_ command selects distances from a phylip or column file related to groups or sequences listed in an accnos file. |
| 64 | 63 |
| 65 .. _get.dists: https://www.mothur.org/wiki/Get.dists | 64 .. _get.dists: https://www.mothur.org/wiki/Get.dists |
| 66 | 65 |
| 67 v.1.20.0: Updated to Mothur 1.33 | 66 v.1.20.0: Updated to Mothur 1.33 |
| 68 ]]> | 67 |
| 69 </help> | 68 ]]></help> |
| 70 <expand macro="citations"/> | 69 <expand macro="citations"/> |
| 71 </tool> | 70 </tool> |
