|
13 | 13 | #*====================================== |
14 | 14 | CPU option |
15 | 15 | ======================================*# |
16 | | - --threads \${GALAXY_SLOTS:-1} |
| 16 | + --threads "\${GALAXY_SLOTS:-1}" |
17 | 17 | #*====================================== |
18 | 18 | DATABASE |
19 | 19 | ======================================*# |
|
22 | 22 | INPUT TYPE |
23 | 23 | ======================================*# |
24 | 24 | #if $input_option.input_mode.input_select == 'nucleotide' |
25 | | - --nucleotide $input_option.input_mode.nucleotide_input |
| 25 | + --nucleotide '$input_option.input_mode.nucleotide_input' |
26 | 26 | #if $input_option.input_mode.nucleotide_flank5_size > 0 |
27 | 27 | --nucleotide_flank5_size $input_option.input_mode.nucleotide_flank5_size |
28 | 28 | --nucleotide_flank5_output 'amrfinderplus_flanking_sequence_output.fasta' |
29 | 29 | #end if |
30 | 30 | --nucleotide_output 'amrfinderplus_nucleotide_output.fasta' |
31 | 31 | #elif $input_option.input_mode.input_select == 'protein' |
32 | | - --protein $input_option.input_mode.protein_input |
| 32 | + --protein '$input_option.input_mode.protein_input' |
33 | 33 | #if $input_option.input_mode.gff_annotation |
34 | | - --gff $input_option.input_mode.gff_annotation |
| 34 | + --gff '$input_option.input_mode.gff_annotation' |
35 | 35 | #end if |
36 | 36 | #if $input_option.input_mode.annotation_format |
37 | 37 | --annotation_format $input_option.input_mode.annotation_format |
38 | 38 | #end if |
39 | 39 | --protein_output 'amrfinderplus_protein_output.fasta' |
40 | 40 | #else |
41 | | - --nucleotide $input_option.input_mode.nucleotide_input |
| 41 | + --nucleotide '$input_option.input_mode.nucleotide_input' |
42 | 42 | #if $input_option.input_mode.nucleotide_flank5_size and $input_option.input_mode.nucleotide_flank5_size > 0 |
43 | 43 | --nucleotide_flank5_size $input_option.input_mode.nucleotide_flank5_size |
44 | 44 | --nucleotide_flank5_output 'amrfinderplus_flanking_sequence_output.fasta' |
45 | 45 | #end if |
46 | | - --protein $input_option.input_mode.protein_input |
47 | | - --gff $input_option.input_mode.gff_annotation |
| 46 | + --protein '$input_option.input_mode.protein_input' |
| 47 | + --gff '$input_option.input_mode.gff_annotation' |
48 | 48 | --annotation_format $input_option.input_mode.annotation_format |
49 | 49 | --nucleotide_output 'amrfinderplus_nucleotide_output.fasta' |
50 | 50 | --protein_output 'amrfinderplus_protein_output.fasta' |
|
147 | 147 | <param argument="--report_common" type="boolean" truevalue="--report_common" falsevalue="" |
148 | 148 | label="Report proteins common to a taxonomy group (need the plus and organism options)"/> |
149 | 149 | </when> |
150 | | - <when value=""> |
151 | | - </when> |
| 150 | + <when value=""/> |
152 | 151 | </conditional> |
153 | 152 | </section> |
154 | 153 | <!-- OPTIONS --> |
|
185 | 184 | <option value="33">33 Cephalodiscidae mitochondrial</option> |
186 | 185 | </param> |
187 | 186 | <param argument="--plus" type="boolean" truevalue="--plus" falsevalue="" label="Add the plus genes to the report"/> |
188 | | - <param argument="--report_all_equal" type="boolean" truevalue="--report_all_equal" falsevalue="" label="Report all equally-scoring BLAST and HMM matches"/> |
189 | | - <param argument="--print_node" type="boolean" truevalue="--print_node" falsevalue="" label="print hierarchy node (family)"/> |
190 | | - <param argument="--name" type="text" label="First column name" help="Text to be added as the first column 'name' to all rows of the report"/> |
| 187 | + <param argument="--report_all_equal" type="boolean" truevalue="--report_all_equal" falsevalue="" label="Report all equally-scoring BLAST and HMM matches"/> |
| 188 | + <param argument="--print_node" type="boolean" truevalue="--print_node" falsevalue="" label="print hierarchy node (family)"/> |
| 189 | + <param argument="--name" type="text" label="First column name" help="Text to be added as the first column 'name' to all rows of the report"/> |
191 | 190 | </section> |
192 | 191 | </inputs> |
193 | 192 | <outputs> |
|
256 | 255 | <param name="report_all_equal" value="true"/> |
257 | 256 | <param name="print_node" value="true"/> |
258 | 257 | <param name="name" value="test_2"/> |
259 | | - <param name="log" value="true"/> |
260 | 258 | </section> |
261 | 259 | <output name="amrfinderplus_report" ftype="tabular"> |
262 | 260 | <assert_contents> |
|
0 commit comments