Mercurial > repos > lparsons > cutadapt
diff macros.xml @ 7:b58d26072ded 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:17:27 -0400 |
parents | d0e40ca0cad6 |
children | bccc0f4bf192 |
line wrap: on
line diff
--- a/macros.xml Mon Aug 06 08:33:47 2018 -0400 +++ b/macros.xml Thu Nov 01 19:17:27 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>