Mercurial > repos > rliterman > csp2
diff csp2_screen.xml @ 67:0e9998148a16
"planemo upload"
author | rliterman |
---|---|
date | Thu, 19 Dec 2024 18:42:33 -0500 |
parents | 90e29c1ddeca |
children |
line wrap: on
line diff
--- a/csp2_screen.xml Thu Dec 19 15:55:32 2024 -0500 +++ b/csp2_screen.xml Thu Dec 19 18:42:33 2024 -0500 @@ -87,7 +87,7 @@ <conditional name="query_fasta"> <param name="query_fasta_select" type="select" label="Get query assemblies from a collection or your history"> <option value="none" selected="true">Do not provide query assemblies</option> - <option value="collection">Query assemblies from a collection_type</option> + <option value="collection">Query assemblies from a FASTA collection</option> <option value="history">Query assemblies from your history</option> </param> <when value="none"> @@ -103,7 +103,7 @@ <conditional name="ref_fasta"> <param name="ref_fasta_select" type="select" label="Get reference assemblies from a collection or your history"> <option value="none" selected="true">Do not provide reference assemblies</option> - <option value="collection">Reference assemblies from a collection_type</option> + <option value="collection">Reference assemblies from a FASTA collection</option> <option value="history">Reference assemblies from your history</option> </param> <when value="none"> @@ -118,7 +118,7 @@ <conditional name="query_reads"> <param name="query_reads_select" type="select" label="Get query reads from a paired-end collection or your history"> <option value="none" selected="true">Do not provide query reads</option> - <option value="collection">Query reads from a collection_type</option> + <option value="collection">Paired-end query reads from a collection</option> <option value="history">Query reads from your history</option> </param> <when value="none"> @@ -134,8 +134,8 @@ <conditional name="ref_reads"> <param name="ref_reads_select" type="select" label="Get reference reads from a paired-end collection or your history"> <option value="none" selected="true">Do not provide reference reads</option> - <option value="collection">Refrence reads from a collection_type</option> - <option value="history">Refrence reads from your history</option> + <option value="collection">Paired-end reference reads from a collection_type</option> + <option value="history">Reference reads from your history</option> </param> <when value="none"> </when>