Mercurial > repos > lparsons > cutadapt
diff macros.xml @ 16:8f1df515eb87 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cutadapt commit 034c93600ce3279644d05f3675b4820ef7180851
author | iuc |
---|---|
date | Thu, 01 Nov 2018 19:19:11 -0400 |
parents | 78e1cf88d133 |
children | 49370cb85f0f |
line wrap: on
line diff
--- a/macros.xml Mon Aug 06 08:34:03 2018 -0400 +++ b/macros.xml Thu Nov 01 19:19:11 2018 -0400 @@ -121,7 +121,7 @@ </param> <when value="user"> - <param name="adapter_name" type="text" value="" optional="True" label="Enter custom 3' adapter name (Optional)" /> + <param name="adapter_name" type="text" value="" optional="True" label="Enter custom 3' adapter name (Optional if Multiple output is 'No')" /> <param name="adapter" argument="-a" type="text" value="AATTGGCC" label="Enter custom 3' adapter sequence" /> </when> @@ -143,7 +143,7 @@ </param> <when value="user"> - <param name="front_adapter_name" type="text" value="" optional="True" label="Enter custom 5' adapter name (Optional)" /> + <param name="front_adapter_name" type="text" value="" optional="True" label="Enter custom 5' adapter name (Optional if Multiple output is 'No')" /> <param name="front_adapter" argument="-g" type="text" value="AATTGGCC" label="Enter custom 5' adapter sequence" /> </when> <when value="builtin"> @@ -164,7 +164,7 @@ </param> <when value="user"> - <param name="anywhere_adapter_name" type="text" value="" optional="True" label="Enter custom 5' or 3' adapter name (Optional)" /> + <param name="anywhere_adapter_name" type="text" value="" optional="True" label="Enter custom 5' or 3' adapter name (Optional if Multiple output is 'No')" /> <param name="anywhere_adapter" argument="-b" type="text" value="AATTGGCC" label="Enter custom 5' or 3' adapter sequence" /> </when> <when value="builtin"> @@ -300,4 +300,4 @@ </actions> </xml> -</macros> \ No newline at end of file +</macros>