Previous changeset 25:cc9baedbc059 (2017-09-15) Next changeset 27:f85b83203d68 (2017-09-15) |
Commit message:
planemo upload for repository https://github.com/peterjc/galaxy_blast/tree/master/tools/ncbi_blast_plus commit b2b9540114bb59692674adbac293aa73cc9ec5e2-dirty |
modified:
tools/ncbi_blast_plus/ncbi_macros.xml |
b |
diff -r cc9baedbc059 -r 2faf54c2e151 tools/ncbi_blast_plus/ncbi_macros.xml --- a/tools/ncbi_blast_plus/ncbi_macros.xml Fri Sep 15 10:44:01 2017 -0400 +++ b/tools/ncbi_blast_plus/ncbi_macros.xml Fri Sep 15 11:10:27 2017 -0400 |
b |
@@ -167,6 +167,7 @@ </param> </xml> <xml name="input_conditional_nucleotide_db"> + <!-- Usually database argument mapped to -db, but -in in dustmasker --> <conditional name="db_opts"> <param name="db_opts_selector" type="select" label="Subject database/sequences"> <option value="db" selected="true">Locally installed BLAST database</option> @@ -174,7 +175,7 @@ <option value="file">FASTA file from your history (see warning note below)</option> </param> <when value="db"> - <param name="database" argument="-db" type="select" multiple="true" label="Nucleotide BLAST database"> + <param name="database" type="select" multiple="true" label="Nucleotide BLAST database"> <options from_data_table="blastdb" /> </param> <param name="histdb" type="hidden" value="" /> @@ -182,7 +183,7 @@ </when> <when value="histdb"> <param name="database" type="hidden" value="" /> - <param name="histdb" argument="-db" type="data" format="blastdbn" label="Nucleotide BLAST database" /> + <param name="histdb" type="data" format="blastdbn" label="Nucleotide BLAST database" /> <param name="subject" type="hidden" value="" /> </when> <when value="file"> @@ -193,6 +194,7 @@ </conditional> </xml> <xml name="input_conditional_protein_db"> + <!-- Usually database argument mapped to -db, but -in in segmasker --> <conditional name="db_opts"> <param name="db_opts_selector" type="select" label="Subject database/sequences"> <option value="db" selected="true">Locally installed BLAST database</option> @@ -200,7 +202,7 @@ <option value="file">FASTA file from your history (see warning note below)</option> </param> <when value="db"> - <param name="database" argument="-db" type="select" multiple="true" label="Protein BLAST database"> + <param name="database" type="select" multiple="true" label="Protein BLAST database"> <options from_data_table="blastdb_p" /> </param> <param name="histdb" type="hidden" value="" /> @@ -208,7 +210,7 @@ </when> <when value="histdb"> <param name="database" type="hidden" value="" /> - <param name="histdb" argument="-db" type="data" format="blastdbp" label="Protein BLAST database" /> + <param name="histdb" type="data" format="blastdbp" label="Protein BLAST database" /> <param name="subject" type="hidden" value="" /> </when> <when value="file"> |