Mercurial > repos > dfornika > blast_report
comparison blast_report.xml @ 5:0f048e2548cb draft
planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 604191e1284a3d5f8132eec71bb8629901811f8a-dirty
| author | dfornika |
|---|---|
| date | Thu, 12 Sep 2019 00:38:42 -0400 |
| parents | d6423655d2b5 |
| children | e50d49d4130a |
comparison
equal
deleted
inserted
replaced
| 4:d6423655d2b5 | 5:0f048e2548cb |
|---|---|
| 9 '${out_tab}' | 9 '${out_tab}' |
| 10 -f '{$filter_pident}:$filter_kws' | 10 -f '{$filter_pident}:$filter_kws' |
| 11 #if str($bins) == "None" | 11 #if str($bins) == "None" |
| 12 #pass | 12 #pass |
| 13 #else | 13 #else |
| 14 -b "${bins}" | 14 -b "${bins.path}" |
| 15 #end if | 15 #end if |
| 16 #if $hsp_bool | 16 #if $hsp_bool |
| 17 -r | 17 -r |
| 18 #end if | 18 #end if |
| 19 ]]> | 19 ]]> |
| 30 <param name="filter_kws" type="text" size="50" label="Comma-separated list of description keyword filters" value="bovine,clone,environmental,swine,uncultivated,uncultured,unidentified"/> | 30 <param name="filter_kws" type="text" size="50" label="Comma-separated list of description keyword filters" value="bovine,clone,environmental,swine,uncultivated,uncultured,unidentified"/> |
| 31 <param name="bins" type="select" label="Database bins" multiple="true" display="checkboxes"> | 31 <param name="bins" type="select" label="Database bins" multiple="true" display="checkboxes"> |
| 32 <options from_data_table="blast_report_bins"> | 32 <options from_data_table="blast_report_bins"> |
| 33 <column name="value" index="0"/> | 33 <column name="value" index="0"/> |
| 34 <column name="name" index="1"/> | 34 <column name="name" index="1"/> |
| 35 <column name="path" index="2"/> | |
| 35 </options> | 36 </options> |
| 36 </param> | 37 </param> |
| 37 <!--<repeat name="hist_bins" title="History database bins"> | 38 <!--<repeat name="hist_bins" title="History database bins"> |
| 38 <param name="filter" type="data" format="csv" label="History database bin"/> | 39 <param name="filter" type="data" format="csv" label="History database bin"/> |
| 39 </repeat>--> | 40 </repeat>--> |
