Mercurial > repos > greg > gene_family_classifier
comparison gene_family_classifier.xml @ 156:ece27a1eeb5d draft
Uploaded
author | greg |
---|---|
date | Wed, 04 Oct 2017 14:07:06 -0400 |
parents | d5a922f09cb9 |
children | 99dca2f67b4a |
comparison
equal
deleted
inserted
replaced
155:d5a922f09cb9 | 156:ece27a1eeb5d |
---|---|
194 <data name="output_hmmscan_log" format="txt" label="${tool.name} (hmmscan.log) on ${on_string}"> | 194 <data name="output_hmmscan_log" format="txt" label="${tool.name} (hmmscan.log) on ${on_string}"> |
195 <filter>save_hmmscan_log_cond['classifier'] in ['hmmscan', 'both'] and save_hmmscan_log_cond['save_hmmscan_log'] == 'yes'</filter> | 195 <filter>save_hmmscan_log_cond['classifier'] in ['hmmscan', 'both'] and save_hmmscan_log_cond['save_hmmscan_log'] == 'yes'</filter> |
196 </data> | 196 </data> |
197 <collection name="output_orthos" type="list"> | 197 <collection name="output_orthos" type="list"> |
198 <discover_datasets pattern="__name__" directory="output_orthos_dir" visible="false" ext="tabular" /> | 198 <discover_datasets pattern="__name__" directory="output_orthos_dir" visible="false" ext="tabular" /> |
199 <filter>options_type['options_type_selector'] == 'advanced' and options_type['create_orthogroup_cond']['create_orthogroup'] == 'yes'</filter> | 199 <filter>options_type['options_type_selector'] == 'advanced' and options_type['create_orthogroup_cond']['create_orthogroup'] == 'yes' and options_type['specify_single_copy_cond']['specify_single_copy'] == 'no'</filter> |
200 </collection> | 200 </collection> |
201 <collection name="output_single_copy_fasta" type="list"> | 201 <collection name="output_single_copy_fasta" type="list"> |
202 <discover_datasets pattern="__name__" directory="output_single_copy_fasta_dir" visible="false" ext="fasta" /> | 202 <discover_datasets pattern="__name__" directory="output_single_copy_fasta_dir" visible="false" ext="fasta" /> |
203 <filter>options_type['options_type_selector'] == 'advanced' and options_type['create_orthogroup_cond']['create_orthogroup'] == 'yes' and options_type['specify_single_copy_cond']['specify_single_copy'] == 'yes'</filter> | 203 <filter>options_type['options_type_selector'] == 'advanced' and options_type['create_orthogroup_cond']['create_orthogroup'] == 'yes' and options_type['specify_single_copy_cond']['specify_single_copy'] == 'yes'</filter> |
204 </collection> | 204 </collection> |