# HG changeset patch # User greg # Date 1496929507 14400 # Node ID 264c72346d0fab05c841a58f18969da1657fc57f # Parent e58f6138188cf30d71b5a05d4b53853d9f818244 Uploaded diff -r e58f6138188c -r 264c72346d0f .shed.yml --- a/.shed.yml Thu May 25 09:11:55 2017 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,13 +0,0 @@ -name: plant_tribes_gene_family_aligner -owner: greg -description: | - Contains a tool that integrates de novo assembly sequences with scaffold gene family sequences. -homepage_url: https://github.com/dePamphilis/PlantTribes -long_description: | - Contains a tool that tool is one of the PlantTribes collection of automated modular analysis pipelines that - utilize objective classifications of complete protein sequences from sequenced plant genomes to perform - comparative evolutionary studies. This tool aligns gene family sequences. -remote_repository_url: https://github.com/gregvonkuster/galaxy_tools/tree/master/tools/plant_tribes/gene_family_aligner -type: unrestricted -categories: -- Phylogenetics diff -r e58f6138188c -r 264c72346d0f gene_family_aligner.xml --- a/gene_family_aligner.xml Thu May 25 09:11:55 2017 -0400 +++ b/gene_family_aligner.xml Thu Jun 08 09:45:07 2017 -0400 @@ -4,81 +4,79 @@ macros.xml - - - +python $__tool_directory__/gene_family_aligner.py +--alignment_method $alignment_method +#if str($alignment_method) == 'pasta': + --pasta_script_path '$__tool_directory__/run_pasta.py' + --pasta_iter_limit $alignment_method_cond.pasta_iter_limit +#end if +--num_threads \${GALAXY_SLOTS:-4} +#if str($input_format) == 'ptortho': + --orthogroup_faa '$input_format_cond.input_ptortho.extra_files_path' +#else: + ## str($input_format) == 'ptorthocs' + --orthogroup_faa '$input_format_cond.input_ptorthocs.extra_files_path' + #if str($input_format_cond.codon_alignments) == 'yes': + --codon_alignments 'true' + #end if +#end if +#set remove_gappy_sequences = $remove_gappy_sequences_cond.remove_gappy_sequences +#if str($remove_gappy_sequences) == 'yes': + #set trim_type_cond = $remove_gappy_sequences_cond.trim_type_cond + #set trim_type = $trim_type_cond.trim_type + #if str($trim_type) == 'gap_trimming' and str($trim_type_cond.gap_trimming): + --gap_trimming $trim_type_cond.gap_trimming + #else: + ## str($trim_type) == 'automated_trimming' + --automated_trimming 'true' + #end if + #set remove_sequences_with_gaps_cond = $remove_gappy_sequences_cond.remove_sequences_with_gaps_cond + #set remove_sequences_with_gaps = $remove_sequences_with_gaps_cond.remove_sequences_with_gaps + #if str($remove_sequences_with_gaps) == 'yes': + #if str($remove_sequences_with_gaps_cond.remove_sequences_with_gaps_of): + --remove_sequences $remove_sequences_with_gaps_cond.remove_sequences_with_gaps_of + #end if + #if str($remove_sequences_with_gaps_cond.iterative_realignment): + --iterative_realignment $remove_sequences_with_gaps_cond.iterative_realignment + #end if + #if $output_codon_alignments: + --output '$output_aln_filtered_ca' + --output_dir '$output_aln_filtered_ca.files_path' + #else: + --output '$output_aln_filtered' + --output_dir '$output_aln_filtered.files_path' + #end if + #else: + #if $output_codon_alignments: + --output '$output_aln_trimmed_ca' + --output_dir '$output_aln_trimmed_ca.files_path' + #else: + --output '$output_aln_trimmed' + --output_dir '$output_aln_trimmed.files_path' + #end if + #end if +#else: + #if $output_codon_alignments: + --output '$output_aln_ca' + --output_dir '$output_aln_ca.files_path' + #else: + --output '$output_aln' + --output_dir '$output_aln.files_path' + #end if +#end if + ]]> diff -r e58f6138188c -r 264c72346d0f macros.xml --- a/macros.xml Thu May 25 09:11:55 2017 -0400 +++ b/macros.xml Thu Jun 08 09:45:07 2017 -0400 @@ -1,29 +1,29 @@ - 0.8 + 1.0 - plant_tribes_assembly_post_processor + plant_tribes_assembly_post_processor - plant_tribes_gene_family_aligner + plant_tribes_gene_family_aligner - plant_tribes_gene_family_classifier + plant_tribes_gene_family_classifier - plant_tribes_gene_family_integrator + plant_tribes_gene_family_integrator - plant_tribes_kaks_analysis + plant_tribes_kaks_analysis @@ -33,7 +33,7 @@ - plant_tribes_gene_family_phylogeny_builder + plant_tribes_gene_family_phylogeny_builder