# HG changeset patch # User bgruening # Date 1482179226 18000 # Node ID c47a7c52ac4feb36d6e595523c68c7dbfc4e8e4b # Parent 2c2c5e5e495b092906f2f1ae7ccb6abecbbb99f2 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/infernal commit 236abfe2af8034017994daea08079887e64b68c8 diff -r 2c2c5e5e495b -r c47a7c52ac4f cmbuild.xml --- a/cmbuild.xml Fri Mar 04 07:24:53 2016 -0500 +++ b/cmbuild.xml Mon Dec 19 15:27:06 2016 -0500 @@ -1,4 +1,4 @@ - + from sequence alignments (cmbuild) @@ -8,14 +8,11 @@ @@ -98,11 +98,10 @@ - - - + + @@ -120,7 +119,6 @@ - @@ -157,13 +155,11 @@ - - is_summery_output is True @@ -183,14 +179,12 @@ >>>.<<<<<.......>>>>>.....< @@ -212,9 +212,9 @@ The output of cmbuild contains information about the size of your input alignment (in aligned columns and # of sequences), and about the size of the resulting model. -In addition to writing CM(s) to the output file, cmbuild also outputs a single line for each model created to stdout. -Each line has the following fields: -- aln: the index of the alignment used to build the CM +In addition to writing CM(s) to the output file, cmbuild also outputs a single line for each model created to stdout. +Each line has the following fields: +- aln: the index of the alignment used to build the CM - idx: the index of the CM in the output file - name: the name of the CM - nseq: the number of sequences in the alignment used to build the CM @@ -230,7 +230,6 @@ **Options controlling model construction** - These options control how consensus columns are defined in an alignment. - *--fast*: Define consensus columns automatically as those that have a fraction >= symfrac of residues as opposed to gaps. (See below for the --symfrac option.) This is the default. @@ -263,8 +262,6 @@ - *--ehmmre*: Set the target HMM mean match state relative entropy. Entropy for basepairing match states is calculated using marginalized basepair emission probabilities. - *--eset*: Set the effective sequence number for entropy weighting. - - **Options for refining the input alignment** - *--refine*: Attempt to refine the alignment before building the CM using expectation-maximization (EM). A CM is first built from the initial alignment as usual. Then, the sequences in the alignment are realigned optimally (with the HMM banded CYK algorithm, optimal means optimal given the bands) to the CM, and a new CM is built from the resulting alignment. The sequences are then realigned to the new CM, and a new CM is built from that alignment. This is continued until convergence, specifically when the alignments for two successive iterations are not significantly different (the summed bit scores of all the sequences in the alignment changes less than 1% between two successive iterations). @@ -273,17 +270,13 @@ - *--Random seed*: Seed the random number generator with an integer >= 0. This option can only be used in combination with --gibbs. If the given number is nonzero, stochastic sampling of alignments will be reproducible; the same command will give the same results. If the given number is 0, the random number generator is seeded arbitrarily, and stochastic samplings may vary from run to run of the same command. The default seed is 0. - *--Turn off the truncated alignment algorithm*: With --refine, turn off the truncated alignment algorithm. There is more information on this in the cmalign manual page. - *--cyk algorithm*: With --refine, align with the CYK algorithm. By default the optimal accuracy algorithm is used. There is more information on this in the cmalign manual page. - - For further questions please refere to the Infernal Userguide_. .. _Userguide: http://selab.janelia.org/software/infernal/Userguide.pdf - ]]> - 10.1093/bioinformatics/btt509 @@ -295,5 +288,4 @@ } -