# HG changeset patch # User greg # Date 1508933853 14400 # Node ID b5aac0d2c99c397baab802c5b8e572e789ac414c # Parent b1102f939fdd1b7f47ce893207da385d7fb37774 Uploaded diff -r b1102f939fdd -r b5aac0d2c99c assembly_post_processor.xml --- a/assembly_post_processor.xml Fri Oct 13 14:08:02 2017 -0400 +++ b/assembly_post_processor.xml Wed Oct 25 08:17:33 2017 -0400 @@ -20,6 +20,7 @@ --scaffold '$target_gene_family_assembly_cond.scaffold.fields.path' --method '$target_gene_family_assembly_cond.method' --gap_trimming $target_gene_family_assembly_cond.gap_trimming + --min_coverage $target_gene_family_assembly_cond.min_coverage --output_targeted_gene_families_stats '$output_targeted_gene_families_stats' #end if #if str($options_type.strand_specific) == 'yes': @@ -75,6 +76,7 @@ + @@ -144,7 +146,7 @@ - + @@ -177,6 +179,7 @@ * **Gene family scaffold** - one of the PlantTribes gene family scaffolds (installed into Galaxy by the PlantTribes Scaffolds Download Data Manager tool) whose orthogroup(s) are targeted for the localized assembly. * **Protein clustering method** - gene family scaffold protein clustering method. Each PlantTribes scaffold data has up to three sets of clusters - GFam[8] (clusters of consensus domain architecture), OrthoFinder[9] (broadly defined clusters) or OrthoMCL[10] (narrowly defined clusters). You can also install your own data scaffold created using a different clustering method as long as it conforms to the PlantTribes scaffold data format. * **Trim alignments** - trim gene family multiple sequence alignments that include scaffold backbone genes and locally assembled transcripts to remove non-conserved regions (gappy sites)[11]. The trimmed alignments are used in assigning scores to locally assembled transcripts to determine how well they compare to the backbone gene models. The default setting of 0.1 removes sites that have gaps in 90% or more of the sequences in the multiple sequence alignment. This option is restricted to the range 0.0 - 1.0. + * **Minimum alignment coverage** - allowable sequence coverage in the orthogroup trimmed protein multiple sequence alignments. The default setting of 0.5 reports assembled targeted gene family transcripts with at least 50% coverage of the conserved regions in the trimmed multiple sequence alignment. * **Strand-specific assembly?** - select 'Yes' if transcriptome library sequences were strand-specific. If 'Yes" is selected, transcripts from the minority strand (antisense) are removed. * **Remove duplicate sequences?** - select 'Yes' to remove duplicated and exact subsequences[12].