Re-format the config files in order to get more readable files
[jabaws.git] / conf / settings / TcoffeeParameters.xml
index bf3f1fe..5989d85 100644 (file)
@@ -1,24 +1,28 @@
 <?xml version="1.0" encoding="US-ASCII" standalone="yes"?>\r
 <runnerConfig>\r
  <runnerClassName>compbio.runner.tcoffee.Tcoffee</runnerClassName>\r
-  <options isRequired="false">\r
+\r
+    <options isRequired="false">\r
         <name>Search sequences in PDB</name>\r
         <description>\r
-               Forces t_coffee to run extract_from_pdb to check the pdb status of each sequence. \r
-               This can considerably slow down the program.    \r
-               </description>\r
+                Forces t_coffee to run extract_from_pdb to check the pdb status of each sequence.\r
+                This can considerably slow down the program.\r
+        </description>\r
         <optionNames>-check_pdb_status</optionNames>\r
         <furtherDetails>prog_docs/tcoffee.html</furtherDetails>\r
    </options>\r
+\r
    <prmSeparator>=</prmSeparator>\r
-   <!-- ERROR: When using -evaluate, Provide a multiple sequence alignment via the -infile flag [FATAL:T-COFFEE] \r
+   <!--\r
+      ERROR: When using -evaluate, Provide a multiple sequence alignment via the -infile flag [FATAL:T-COFFEE] \r
       mcoffee: compares alignmens obtained by different programmes\r
    -->\r
     <parameters isRequired="false">\r
         <name>Preset Mode</name>\r
-        <description>It indicates that t_coffee will use some hard coded parameters. These include:\r
-   quickaln: Very fast, sequence type - all, accuracy - medium low \r
-   </description>\r
+        <description>\r
+            It indicates that t_coffee will use some hard coded parameters. \r
+            These include: quickaln: Very fast, sequence type - all, accuracy - medium low \r
+        </description>\r
         <furtherDetails>prog_docs/tcoffee.html</furtherDetails>\r
         <optionNames>-mode</optionNames>\r
         <defaultValue>quickaln</defaultValue>\r
     All the options below need proper installation!\r
     rcoffee does not work as it fails to find the "templates" \r
     <description>\r
-               This require blast to be setup properly see also Presets\r
-          dali: a mode used to combine dali pairwise alignments\r
-          3dcoffee: runs t_coffee with the 3dcoffee parameterization\r
-          accurate: slow, sequence type - protein, accuracy - high\r
+          This require blast to be setup properly see also Presets\r
+           dali: a mode used to combine dali pairwise alignments\r
+              3dcoffee: runs t_coffee with the 3dcoffee parameterization\r
+           accurate: slow, sequence type - protein, accuracy - high\r
        expresso: slow, sequence type - all, accuracy - high\r
-          rcoffee: slow, sequence type - RNA, accuracy - high\r
-       </description>\r
-       <possibleValues>expresso</possibleValues>\r
+           rcoffee: slow, sequence type - RNA, accuracy - high\r
+        </description>\r
+           <possibleValues>expresso</possibleValues>\r
     <possibleValues>dali</possibleValues>\r
     <possibleValues>3dcoffee</possibleValues>\r
     <possibleValues>accurate</possibleValues>\r
     <parameters isRequired="false">\r
         <name>Distance matrix computation method</name>\r
         <description>\r
-       This flag indicates the method used for computing the distance matrix (distance between every pair of sequences) required for the computation of the dendrogram. \r
-       Slow   The chosen dp_mode using the extended library, \r
-       fast:   The fasta dp_mode using the extended library.\r
-       very_fast          The fasta dp_mode using blosum62mt.\r
-       ktup    Ktup matching (Muscle kind) \r
-       aln     Read the distances on a precomputed MSA</description>\r
+            This flag indicates the method used for computing the distance matrix (distance between \r
+            every pair of sequences) required for the computation of the dendrogram. \r
+            Slow -      The chosen dp_mode using the extended library, \r
+            fast -      The fasta dp_mode using the extended library.\r
+            very_fast - The fasta dp_mode using blosum62mt.\r
+            ktup -      Ktup matching (Muscle kind) \r
+            aln  -      Read the distances on a precomputed MSA\r
+        </description>\r
         <optionNames>-distance_matrix_mode</optionNames>\r
         <furtherDetails>prog_docs/tcoffee.html</furtherDetails>\r
-               <defaultValue>very_fast</defaultValue>\r
-               <possibleValues>slow</possibleValues>\r
+        <defaultValue>very_fast</defaultValue>\r
+        <possibleValues>slow</possibleValues>\r
         <possibleValues>fast</possibleValues>\r
         <possibleValues>very_fast</possibleValues>\r
         <possibleValues>ktup</possibleValues>\r
         <possibleValues>aln</possibleValues>\r
     </parameters>\r
+\r
     <parameters isRequired="false">\r
         <name>Tree Computation method</name>\r
         <description>\r
-       gotoh_pair_wise: implementation of the gotoh algorithm (quadratic in memory and time)\r
-       myers_miller_pair_wise: implementation of the Myers and Miller dynamic programming algorithm ( quadratic in time and linear in space). This algorithm is recommended for very long sequences. It is about 2 times slower than gotoh and only accepts tg_mode=1or 2 (i.e. gaps penalized for opening).\r
-       fasta_pair_wise: implementation of the fasta algorithm. The sequence is hashed, looking for ktuples words. Dynamic programming is only carried out on the ndiag best scoring diagonals. This is much faster but less accurate than the two previous. This mode is controlled by the parameters -ktuple, -diag_mode and -ndiag\r
-       cfasta_pair_wise: c stands for checked. It is the same algorithm. The dynamic programming is made on the ndiag best diagonals, and then on the 2*ndiags, and so on until the scores converge. Complexity will depend on the level of divergence of the sequences, but will usually be L*log(L), with an accuracy comparable to the two first mode ( this was checked on BaliBase). This mode is controlled by the parameters -ktuple, -diag_mode and -ndiag\r
-               </description>\r
+            gotoh_pair_wise: implementation of the gotoh algorithm (quadratic in memory and time)\r
+            myers_miller_pair_wise: implementation of the Myers and Miller dynamic programming \r
+            algorithm ( quadratic in time and linear in space). This algorithm is recommended for \r
+            very long sequences. It is about 2 times slower than gotoh and only accepts tg_mode=1 \r
+            or 2 (i.e. gaps penalized for opening).\r
+            fasta_pair_wise: implementation of the fasta algorithm. The sequence is hashed, looking \r
+            for ktuples words. Dynamic programming is only carried out on the ndiag best scoring \r
+            diagonals. This is much faster but less accurate than the two previous. This mode is \r
+            controlled by the parameters -ktuple, -diag_mode and -ndiag\r
+            cfasta_pair_wise: c stands for checked. It is the same algorithm. The dynamic programming \r
+            is made on the ndiag best diagonals, and then on the 2*ndiags, and so on until the scores \r
+            converge. Complexity will depend on the level of divergence of the sequences, but will \r
+            usually be L*log(L), with an accuracy comparable to the two first mode ( this was checked \r
+            on BaliBase). This mode is controlled by the parameters -ktuple, -diag_mode and -ndiag\r
+        </description>\r
         <optionNames>-dp_mode</optionNames>\r
         <furtherDetails>prog_docs/tcoffee.html</furtherDetails>\r
-               <defaultValue>cfasta_pair_wise</defaultValue>\r
-               <possibleValues>gotoh_pair_wise</possibleValues>\r
+        <defaultValue>cfasta_pair_wise</defaultValue>\r
+        <possibleValues>gotoh_pair_wise</possibleValues>\r
         <possibleValues>myers_miller_pair_wise</possibleValues>\r
         <possibleValues>fasta_pair_wise</possibleValues>\r
         <possibleValues>cfasta_pair_wise</possibleValues>\r
     </parameters>\r
 <!-- This should be groupped with -dp_mode -->\r
+\r
     <parameters isRequired="false">\r
         <name>Number of diagonals used by the fasta_pair_wise algorithm</name>\r
         <description>\r
-       Indicates the number of diagonals used by the fasta_pair_wise algorithm (cf -dp_mode). When  -ndiag=0, n_diag=Log (length of the smallest sequence)+1. \r
-       When -ndiag and -diag_threshold are set, diagonals are selected if and only if they fulfill both conditions.\r
-               </description>\r
+            Indicates the number of diagonals used by the fasta_pair_wise algorithm (cf -dp_mode). When  -ndiag=0, n_diag=Log (length of the smallest sequence)+1. \r
+            When -ndiag and -diag_threshold are set, diagonals are selected if and only if they fulfill both conditions.\r
+        </description>\r
         <optionNames>-ndiag</optionNames>\r
         <furtherDetails>prog_docs/tcoffee.html</furtherDetails>\r
-               <defaultValue>0</defaultValue>\r
+        <defaultValue>0</defaultValue>\r
         <validValue>\r
-               <type>Integer</type>\r
+            <type>Integer</type>\r
             <min>0</min>\r
             <max>1000</max>\r
         </validValue>\r
     </parameters>\r
+\r
     <parameters isRequired="false">\r
         <name>Number of diagonals used by the fasta_pair_wise algorithm</name>\r
         <description>\r
-       Indicates the manner in which diagonals are scored during the fasta hashing. \r
-0: indicates that the score of a diagonal is equal to the sum of the scores of the exact matches it contains. \r
-1 indicates that this score is set equal to the score of the best uninterrupted segment (useful when dealing with fragments of sequences).\r
-               </description>\r
+            Indicates the manner in which diagonals are scored during the fasta hashing. \r
+            0 indicates that the score of a diagonal is equal to the sum of the scores of the exact matches it contains. \r
+            1 indicates that this score is set equal to the score of the best uninterrupted segment \r
+            (useful when dealing with fragments of sequences).\r
+        </description>\r
         <optionNames>-diag_mode</optionNames>\r
         <furtherDetails>prog_docs/tcoffee.html</furtherDetails>\r
-               <defaultValue>0</defaultValue>\r
-               <possibleValues>0</possibleValues>\r
-               <possibleValues>1</possibleValues>\r
+        <defaultValue>0</defaultValue>\r
+        <possibleValues>0</possibleValues>\r
+        <possibleValues>1</possibleValues>\r
     </parameters>\r
- <parameters isRequired="false">\r
+\r
+    <parameters isRequired="false">\r
         <name>Diagonal threshold</name>\r
         <description>\r
-       Sets the value of the threshold when selecting diagonals. \r
-       0: indicates that -ndiag should be used to select the diagonals (cf -ndiag section).\r
-               </description>\r
+            Sets the value of the threshold when selecting diagonals. \r
+            0: indicates that -ndiag should be used to select the diagonals (cf -ndiag section).\r
+        </description>\r
         <optionNames>-diag_threshold</optionNames>\r
         <furtherDetails>prog_docs/tcoffee.html</furtherDetails>\r
-               <defaultValue>0</defaultValue>\r
+        <defaultValue>0</defaultValue>\r
         <validValue>\r
-               <type>Integer</type>\r
+            <type>Integer</type>\r
             <min>0</min>\r
             <max>1000</max>\r
         </validValue>\r
     </parameters>\r
- <parameters isRequired="false">\r
+\r
+    <parameters isRequired="false">\r
         <name>Alphabet degeneration method</name>\r
         <description>\r
-       Indicates the manner in which the amino acid alphabet is degenerated when hashing in the \r
-       fasta_pairwise dynamic programming. Standard ClustalW matrices are all valid. \r
-       They are used to define groups of amino acids having positive substitution values. \r
-       In T-Coffee, the default is a 13 letter grouping named Vasiliky, with residues grouped as follows:\r
-       rk, de, qh, vilm, fy (other residues kept alone).\r
-       This alphabet is set with the flag -sim_matrix=vasiliky. \r
-       In order to keep the alphabet non degenerated, -sim_matrix=idmat can be used to retain \r
-       the standard alphabet.\r
-               </description>\r
+            Indicates the manner in which the amino acid alphabet is degenerated when hashing in the \r
+            fasta_pairwise dynamic programming. Standard ClustalW matrices are all valid. \r
+            They are used to define groups of amino acids having positive substitution values. \r
+            In T-Coffee, the default is a 13 letter grouping named Vasiliky, with residues grouped as follows:\r
+            rk, de, qh, vilm, fy (other residues kept alone).\r
+            This alphabet is set with the flag -sim_matrix=vasiliky. \r
+            In order to keep the alphabet non degenerated, -sim_matrix=idmat can be used to retain \r
+            the standard alphabet.\r
+        </description>\r
         <optionNames>-sim_matrix</optionNames>\r
         <furtherDetails>prog_docs/tcoffee.html</furtherDetails>\r
-               <defaultValue>vasiliky</defaultValue>\r
-               <possibleValues>vasiliky</possibleValues>\r
-               <possibleValues>idmat</possibleValues>\r
-  </parameters>\r
- <parameters isRequired="false">\r
+        <defaultValue>vasiliky</defaultValue>\r
+        <possibleValues>vasiliky</possibleValues>\r
+        <possibleValues>idmat</possibleValues>\r
+    </parameters>\r
+\r
+    <parameters isRequired="false">\r
         <name>Substitution Matrix</name>\r
         <description>\r
-This flag sets the matrix that will be used by alignment methods within t_coffee (slow_pair, lalign_id_pair). It does not affect external methods (like clustal_pair, clustal_aln). \r
-Users can also provide their own matrices, using the matrix format described in the appendix.\r
-               </description>\r
+            This flag sets the matrix that will be used by alignment methods within t_coffee (slow_pair, lalign_id_pair).\r
+            It does not affect external methods (like clustal_pair, clustal_aln). \r
+            Users can also provide their own matrices, using the matrix format described in the appendix.\r
+        </description>\r
         <optionNames>-matrix</optionNames>\r
         <furtherDetails>prog_docs/tcoffee.html</furtherDetails>\r
-               <possibleValues>blosum62mt</possibleValues>\r
-       <!-- This option causes tcoffee to fail  \r
-       <parameters isRequired="false">\r
+        <possibleValues>blosum62mt</possibleValues>\r
+         <!-- This option causes tcoffee to fail\r
+         <parameters isRequired="false">\r
         <name>Matrix</name>\r
         <description>Substitution Matrix to use</description>\r
         <optionNames>-matrix</optionNames>\r
         <furtherDetails>http://www.compbio.dundee.ac.uk/users/pvtroshin/ws/Index.html</furtherDetails>\r
         <defaultValue>BLOSUM62</defaultValue>\r
-               <possibleValues>BLOSUM100</possibleValues>\r
-               <possibleValues>BLOSUM30</possibleValues>\r
-               <possibleValues>BLOSUM35</possibleValues>\r
-               <possibleValues>BLOSUM40</possibleValues>\r
-               <possibleValues>BLOSUM45</possibleValues>\r
-               <possibleValues>BLOSUM50</possibleValues>\r
-               <possibleValues>BLOSUM55</possibleValues>\r
-               <possibleValues>BLOSUM60</possibleValues>\r
-               <possibleValues>BLOSUM62</possibleValues>\r
-               <possibleValues>BLOSUM65</possibleValues>\r
-               <possibleValues>BLOSUM70</possibleValues>\r
-               <possibleValues>BLOSUM75</possibleValues>\r
-               <possibleValues>BLOSUM80</possibleValues>\r
-               <possibleValues>BLOSUM85</possibleValues>\r
-               <possibleValues>BLOSUM90</possibleValues>\r
-               <possibleValues>BLOSUMN</possibleValues>\r
-               <possibleValues>DAYHOFF</possibleValues>\r
-               <possibleValues>GONNET</possibleValues>\r
-               <possibleValues>IDENTITY</possibleValues>\r
-               <possibleValues>MATCH</possibleValues>\r
-               <possibleValues>NUC.4.2</possibleValues>\r
-               <possibleValues>NUC.4.4</possibleValues>\r
-               <possibleValues>PAM10</possibleValues>\r
-               <possibleValues>PAM100</possibleValues>\r
-               <possibleValues>PAM110</possibleValues>\r
-               <possibleValues>PAM120</possibleValues>\r
-               <possibleValues>PAM130</possibleValues>\r
-               <possibleValues>PAM140</possibleValues>\r
-               <possibleValues>PAM150</possibleValues>\r
-               <possibleValues>PAM160</possibleValues>\r
-               <possibleValues>PAM170</possibleValues>\r
-               <possibleValues>PAM180</possibleValues>\r
-               <possibleValues>PAM190</possibleValues>\r
-               <possibleValues>PAM20</possibleValues>\r
-               <possibleValues>PAM200</possibleValues>\r
-               <possibleValues>PAM210</possibleValues>\r
-               <possibleValues>PAM220</possibleValues>\r
-               <possibleValues>PAM230</possibleValues>\r
-               <possibleValues>PAM240</possibleValues>\r
-               <possibleValues>PAM250</possibleValues>\r
-               <possibleValues>PAM260</possibleValues>\r
-               <possibleValues>PAM270</possibleValues>\r
-               <possibleValues>PAM280</possibleValues>\r
-               <possibleValues>PAM290</possibleValues>\r
-               <possibleValues>PAM30</possibleValues>\r
-               <possibleValues>PAM300</possibleValues>\r
-               <possibleValues>PAM310</possibleValues>\r
-               <possibleValues>PAM320</possibleValues>\r
-               <possibleValues>PAM330</possibleValues>\r
-               <possibleValues>PAM340</possibleValues>\r
-               <possibleValues>PAM350</possibleValues>\r
-               <possibleValues>PAM360</possibleValues>\r
-               <possibleValues>PAM370</possibleValues>\r
-               <possibleValues>PAM380</possibleValues>\r
-               <possibleValues>PAM390</possibleValues>\r
-               <possibleValues>PAM40</possibleValues>\r
-               <possibleValues>PAM400</possibleValues>\r
-               <possibleValues>PAM410</possibleValues>\r
-               <possibleValues>PAM420</possibleValues>\r
-               <possibleValues>PAM430</possibleValues>\r
-               <possibleValues>PAM440</possibleValues>\r
-               <possibleValues>PAM450</possibleValues>\r
-               <possibleValues>PAM460</possibleValues>\r
-               <possibleValues>PAM470</possibleValues>\r
-               <possibleValues>PAM480</possibleValues>\r
-               <possibleValues>PAM490</possibleValues>\r
-               <possibleValues>PAM50</possibleValues>\r
-               <possibleValues>PAM500</possibleValues>\r
-               <possibleValues>PAM60</possibleValues>\r
-               <possibleValues>PAM70</possibleValues>\r
-               <possibleValues>PAM80</possibleValues>\r
-               <possibleValues>PAM90</possibleValues>\r
+                <possibleValues>BLOSUM100</possibleValues>\r
+                <possibleValues>BLOSUM30</possibleValues>\r
+                <possibleValues>BLOSUM35</possibleValues>\r
+                <possibleValues>BLOSUM40</possibleValues>\r
+                <possibleValues>BLOSUM45</possibleValues>\r
+                <possibleValues>BLOSUM50</possibleValues>\r
+                <possibleValues>BLOSUM55</possibleValues>\r
+                <possibleValues>BLOSUM60</possibleValues>\r
+                <possibleValues>BLOSUM62</possibleValues>\r
+                <possibleValues>BLOSUM65</possibleValues>\r
+                <possibleValues>BLOSUM70</possibleValues>\r
+                <possibleValues>BLOSUM75</possibleValues>\r
+                <possibleValues>BLOSUM80</possibleValues>\r
+                <possibleValues>BLOSUM85</possibleValues>\r
+                <possibleValues>BLOSUM90</possibleValues>\r
+                <possibleValues>BLOSUMN</possibleValues>\r
+                <possibleValues>DAYHOFF</possibleValues>\r
+                <possibleValues>GONNET</possibleValues>\r
+                <possibleValues>IDENTITY</possibleValues>\r
+                <possibleValues>MATCH</possibleValues>\r
+                <possibleValues>NUC.4.2</possibleValues>\r
+                <possibleValues>NUC.4.4</possibleValues>\r
+                <possibleValues>PAM10</possibleValues>\r
+                <possibleValues>PAM100</possibleValues>\r
+                <possibleValues>PAM110</possibleValues>\r
+                <possibleValues>PAM120</possibleValues>\r
+                <possibleValues>PAM130</possibleValues>\r
+                <possibleValues>PAM140</possibleValues>\r
+                <possibleValues>PAM150</possibleValues>\r
+                <possibleValues>PAM160</possibleValues>\r
+                <possibleValues>PAM170</possibleValues>\r
+                <possibleValues>PAM180</possibleValues>\r
+                <possibleValues>PAM190</possibleValues>\r
+                <possibleValues>PAM20</possibleValues>\r
+                <possibleValues>PAM200</possibleValues>\r
+                <possibleValues>PAM210</possibleValues>\r
+                <possibleValues>PAM220</possibleValues>\r
+                <possibleValues>PAM230</possibleValues>\r
+                <possibleValues>PAM240</possibleValues>\r
+                <possibleValues>PAM250</possibleValues>\r
+                <possibleValues>PAM260</possibleValues>\r
+                <possibleValues>PAM270</possibleValues>\r
+                <possibleValues>PAM280</possibleValues>\r
+                <possibleValues>PAM290</possibleValues>\r
+                <possibleValues>PAM30</possibleValues>\r
+                <possibleValues>PAM300</possibleValues>\r
+                <possibleValues>PAM310</possibleValues>\r
+                <possibleValues>PAM320</possibleValues>\r
+                <possibleValues>PAM330</possibleValues>\r
+                <possibleValues>PAM340</possibleValues>\r
+                <possibleValues>PAM350</possibleValues>\r
+                <possibleValues>PAM360</possibleValues>\r
+                <possibleValues>PAM370</possibleValues>\r
+                <possibleValues>PAM380</possibleValues>\r
+                <possibleValues>PAM390</possibleValues>\r
+                <possibleValues>PAM40</possibleValues>\r
+                <possibleValues>PAM400</possibleValues>\r
+                <possibleValues>PAM410</possibleValues>\r
+                <possibleValues>PAM420</possibleValues>\r
+                <possibleValues>PAM430</possibleValues>\r
+                <possibleValues>PAM440</possibleValues>\r
+                <possibleValues>PAM450</possibleValues>\r
+                <possibleValues>PAM460</possibleValues>\r
+                <possibleValues>PAM470</possibleValues>\r
+                <possibleValues>PAM480</possibleValues>\r
+                <possibleValues>PAM490</possibleValues>\r
+                <possibleValues>PAM50</possibleValues>\r
+                <possibleValues>PAM500</possibleValues>\r
+                <possibleValues>PAM60</possibleValues>\r
+                <possibleValues>PAM70</possibleValues>\r
+                <possibleValues>PAM80</possibleValues>\r
+                <possibleValues>PAM90</possibleValues>\r
    </parameters>\r
     -->\r
-    \r
-   </parameters>\r
- <parameters isRequired="false">\r
+    </parameters>\r
+\r
+    <parameters isRequired="false">\r
         <name>Match penalty</name>\r
         <description>\r
-                       Indicates the penalty to associate with a match. When using a library, \r
-                       all matches are positive or equal to 0. Matches equal to 0 are unsupported by the \r
-                       library but non-penalized. Setting nomatch to a non-negative value makes it possible \r
-                       to penalize these null matches and prevent unrelated sequences from being aligned \r
-                       (this can be useful when the alignments are meant to be used for structural modeling)</description>\r
+            Indicates the penalty to associate with a match. When using a library, \r
+            all matches are positive or equal to 0. Matches equal to 0 are unsupported by the \r
+            library but non-penalized. Setting nomatch to a non-negative value makes it possible \r
+            to penalize these null matches and prevent unrelated sequences from being aligned \r
+            (this can be useful when the alignments are meant to be used for structural modeling)</description>\r
         <optionNames>-nomatch</optionNames>\r
         <furtherDetails>prog_docs/tcoffee.html</furtherDetails>\r
-               <defaultValue>0</defaultValue>\r
+        <defaultValue>0</defaultValue>\r
         <validValue>\r
-               <type>Integer</type>\r
+            <type>Integer</type>\r
             <min>0</min>\r
             <max>1000</max>\r
         </validValue>\r
-   </parameters>\r
- <parameters isRequired="false">\r
+    </parameters>\r
+\r
+    <parameters isRequired="false">\r
         <name>Gap opening penalty</name>\r
         <description>\r
-               Indicates the penalty applied for opening a gap. The penalty must be negative. \r
-               If no value is provided when using a substitution matrix, a value will be automatically computed.\r
-               Here are some guidelines regarding the tuning of gapopen and gapext. \r
-               In T-Coffee matches get a score between 0 (match) and 1000 (match perfectly consistent with the library).\r
-               The default cosmetic penalty is set to -50 (5% of a perfect match). \r
-               If you want to tune -gapoen and see a strong effect, you should therefore consider values between 0 \r
-               and -1000. \r
-               </description>\r
+            Indicates the penalty applied for opening a gap. The penalty must be negative. \r
+            If no value is provided when using a substitution matrix, a value will be automatically computed.\r
+            Here are some guidelines regarding the tuning of gapopen and gapext. \r
+            In T-Coffee matches get a score between 0 (match) and 1000 (match perfectly consistent with the library).\r
+            The default cosmetic penalty is set to -50 (5% of a perfect match). \r
+            If you want to tune -gapoen and see a strong effect, you should therefore consider values between 0 and -1000. \r
+        </description>\r
         <optionNames>-gapopen</optionNames>\r
         <furtherDetails>prog_docs/tcoffee.html</furtherDetails>\r
-               <defaultValue>0</defaultValue>\r
+        <defaultValue>0</defaultValue>\r
         <validValue>\r
-               <type>Integer</type>\r
+            <type>Integer</type>\r
             <min>-1000</min>\r
             <max>0</max>\r
         </validValue>\r
-   </parameters>\r
-  <parameters isRequired="false">\r
+    </parameters>\r
+\r
+    <parameters isRequired="false">\r
         <name>Gap extension penalty</name>\r
         <description>\r
-               Indicates the penalty applied for extending a gap. The penalty must be negative. \r
-               </description>\r
+            Indicates the penalty applied for extending a gap. The penalty must be negative. \r
+        </description>\r
         <optionNames>-gapext</optionNames>\r
         <furtherDetails>prog_docs/tcoffee.html</furtherDetails>\r
-               <defaultValue>0</defaultValue>\r
+        <defaultValue>0</defaultValue>\r
         <validValue>\r
-               <type>Integer</type>\r
+            <type>Integer</type>\r
             <min>-1000</min>\r
             <max>0</max>\r
         </validValue>\r
    </parameters>\r
-  <parameters isRequired="false">\r
+\r
+    <parameters isRequired="false">\r
         <name>Cosmetic penalty</name>\r
         <description>\r
-       Indicates the penalty applied for opening a gap. The penalty must be negative and is set to a very low value by default.\r
-       It will only have an influence on the portions of the alignment that are unalignable. \r
-       It will not make them more correct, but only more pleasing to the eye ( i.e. Avoid stretches \r
-       of lonely residues). The cosmetic penalty is automatically turned off if a substitution matrix is \r
-       used rather than a library.\r
-               </description>\r
+        Indicates the penalty applied for opening a gap. The penalty must be negative and is set to a very low value by default.\r
+        It will only have an influence on the portions of the alignment that are unalignable. \r
+        It will not make them more correct, but only more pleasing to the eye ( i.e. Avoid stretches \r
+        of lonely residues). The cosmetic penalty is automatically turned off if a substitution matrix is \r
+        used rather than a library.\r
+        </description>\r
         <optionNames>-cosmetic_penalty</optionNames>\r
         <furtherDetails>prog_docs/tcoffee.html</furtherDetails>\r
-               <defaultValue>-50</defaultValue>\r
+        <defaultValue>-50</defaultValue>\r
         <validValue>\r
-               <type>Integer</type>\r
+            <type>Integer</type>\r
             <min>-1000</min>\r
             <max>0</max>\r
         </validValue>\r
-   </parameters>\r
-  <parameters isRequired="false">\r
+    </parameters>\r
+\r
+    <parameters isRequired="false">\r
         <name>Terminal gaps penalty</name>\r
         <description>\r
-               0: terminal gaps penalized with -gapopen + -gapext*len\r
-               1: terminal gaps penalized with a -gapext*len\r
-               2: terminal gaps unpenalized.\r
-               </description>\r
+                0: terminal gaps penalized with -gapopen + -gapext*len\r
+                1: terminal gaps penalized with a -gapext*len\r
+                2: terminal gaps unpenalized.\r
+        </description>\r
         <optionNames>-tg_mode</optionNames>\r
         <furtherDetails>prog_docs/tcoffee.html</furtherDetails>\r
-               <defaultValue>1</defaultValue>\r
-               <possibleValues>0</possibleValues>\r
-               <possibleValues>1</possibleValues>\r
-               <possibleValues>2</possibleValues>\r
-   </parameters>\r
-  <parameters isRequired="false">\r
+                <defaultValue>1</defaultValue>\r
+                <possibleValues>0</possibleValues>\r
+                <possibleValues>1</possibleValues>\r
+                <possibleValues>2</possibleValues>\r
+    </parameters>\r
+\r
+    <parameters isRequired="false">\r
         <name>Number of iterations</name>\r
         <description>\r
-                       Sequences are extracted in turn and realigned to the MSA. \r
-                       If iterate is set to -1, each sequence is realigned, otherwise the number of iterations is \r
-                       set by -iterate.\r
-               </description>\r
+            Sequences are extracted in turn and realigned to the MSA. \r
+            If iterate is set to -1, each sequence is realigned, otherwise the number of iterations is \r
+            set by -iterate.\r
+        </description>\r
         <optionNames>-iterate</optionNames>\r
         <furtherDetails>prog_docs/tcoffee.html</furtherDetails>\r
-               <defaultValue>0</defaultValue>\r
+            <defaultValue>0</defaultValue>\r
         <validValue>\r
-               <type>Integer</type>\r
+            <type>Integer</type>\r
             <min>-1</min>\r
             <max>100</max>\r
         </validValue>\r
    </parameters>\r
+\r
   <parameters isRequired="false">\r
         <name>Output order</name>\r
         <description>\r
-               Sets the order of the sequences in the output alignment: -outorder=input means the sequences \r
-               are kept in the original order. -outorder=aligned means the sequences come in the order \r
-               indicated by the tree. This order can be seen as a one-dimensional projection of the tree distances. \r
-               </description>\r
+            Sets the order of the sequences in the output alignment: -outorder=input means the sequences \r
+            are kept in the original order. -outorder=aligned means the sequences come in the order \r
+            indicated by the tree. This order can be seen as a one-dimensional projection of the tree distances. \r
+        </description>\r
         <optionNames>-outorder</optionNames>\r
         <furtherDetails>prog_docs/tcoffee.html</furtherDetails>\r
-               <defaultValue>input</defaultValue>\r
-               <possibleValues>input</possibleValues>\r
-               <possibleValues>aligned</possibleValues>\r
-   </parameters>\r
-  <parameters isRequired="false">\r
+            <defaultValue>input</defaultValue>\r
+            <possibleValues>input</possibleValues>\r
+            <possibleValues>aligned</possibleValues>\r
+    </parameters>\r
+\r
+    <parameters isRequired="false">\r
         <name>Input order</name>\r
         <description>\r
-               Multiple alignments based on dynamic programming depend slightly on the order in which \r
-               the incoming sequences are provided. To prevent this effect sequences are arbitrarily \r
-               sorted at the beginning of the program (-inorder=aligned). \r
-               However, this affects the sequence order within the library. \r
-               You can switch this off by setting -inorder=input\r
-               </description>\r
+            Multiple alignments based on dynamic programming depend slightly on the order in which \r
+            the incoming sequences are provided. To prevent this effect sequences are arbitrarily \r
+            sorted at the beginning of the program (-inorder=aligned). \r
+            However, this affects the sequence order within the library. \r
+            You can switch this off by setting -inorder=input\r
+        </description>\r
         <optionNames>-inorder</optionNames>\r
         <furtherDetails>prog_docs/tcoffee.html</furtherDetails>\r
-               <defaultValue>aligned</defaultValue>\r
-               <possibleValues>input</possibleValues>\r
-               <possibleValues>aligned</possibleValues>\r
+            <defaultValue>aligned</defaultValue>\r
+            <possibleValues>input</possibleValues>\r
+            <possibleValues>aligned</possibleValues>\r
    </parameters>\r
 </runnerConfig>\r