# HG changeset patch # User greg # Date 1495646555 14400 # Node ID 09ae3a0d727393da65e17d9b5254730bbab55a68 # Parent baf10f7f3d4ae030784a6c0b60c35993b147e587 Uploaded diff -r baf10f7f3d4a -r 09ae3a0d7273 assembly_post_processor.xml --- a/assembly_post_processor.xml Wed May 24 13:22:28 2017 -0400 +++ b/assembly_post_processor.xml Wed May 24 13:22:35 2017 -0400 @@ -27,10 +27,16 @@ #end if #if str($options_type.dereplicate) == 'yes': --dereplicate 'true' + --output_cleaned_nr_cds '$output_cleaned_nr_cds' + --output_cleaned_nr_pep '$output_cleaned_nr_pep' #end if --min_length $options_type.min_length #end if --num_threads \${GALAXY_SLOTS:-4} + --output_cds '$output_cds' + --output_cleaned_cds '$output_cleaned_cds' + --output_cleaned_pep '$output_cleaned_pep' + --output_pep '$output_pep' ]]> @@ -88,35 +94,55 @@ options_type['options_type_selector'] == 'advanced' and options_type['target_gene_family_assembly_cond']['target_gene_family_assembly'] == 'yes' - - - + + + + options_type['options_type_selector'] == 'advanced' and options_type['dereplicate'] == 'yes' + + + options_type['options_type_selector'] == 'advanced' and options_type['dereplicate'] == 'yes' + + + - - - - - - - - + + + + + + - - + + - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + +