comparison PDAUG_AA_Property_Based_Peptide_Descriptor/PDAUG_AA_Property_Based_Peptide_Descriptor.xml @ 6:8158a2f59371 draft

"planemo upload for repository https://github.com/jaidevjoshi83/pdaug commit e8c8198105af7eab636fb2405e5ff335539ca14b"
author jay
date Sun, 31 Jan 2021 02:24:23 +0000
parents ce7100c6884f
children
comparison
equal deleted inserted replaced
5:0c5867456e28 6:8158a2f59371
59 <param name="InFile" type="data" label="Input fasta file" format="fasta" argument= "--InFile" help="Input fasta file with peptide sequence"/> 59 <param name="InFile" type="data" label="Input fasta file" format="fasta" argument= "--InFile" help="Input fasta file with peptide sequence"/>
60 60
61 <conditional name='SelDescriptor' > 61 <conditional name='SelDescriptor' >
62 62
63 <param name="Descriptor" type="select" label="Descriptor type" argument=""> 63 <param name="Descriptor" type="select" label="Descriptor type" argument="">
64 <option value="AutoCorrCal">AutoCorrCal</option> 64 <option value="AutoCorrCal">Calculate AutoCorr</option>
65 <option value="CrossCorrCal">CrossCorCal</option> 65 <option value="CrossCorrCal">Calculate CrossCor</option>
66 <option value="CalculateMovement">CalculateMovement</option> 66 <option value="CalculateMovement">Calculate Movement</option>
67 <option value="GlobalCal">GlobalCal</option> 67 <option value="GlobalCal">Calculate Global</option>
68 <option value="ProfileCal">ProfileCal</option> 68 <option value="ProfileCal">Calculate Profile</option>
69 <option value="ArcCal">ArcCal</option> 69 <option value="ArcCal">Calculate Arc</option>
70 </param> 70 </param>
71 71
72 <when value="AutoCorrCal"> 72 <when value="AutoCorrCal">
73 <param name="WindowSize" type="integer" label="Correlation window" value="7" argument="--WindowSize" help="Correlation window for descriptor calculation in a sliding window approach" /> 73 <param name="WindowSize" type="integer" label="Correlation window" value="7" argument="--WindowSize" help="Correlation window for descriptor calculation in a sliding window approach" />
74 <param name="ScaleName" type="text" label="AA Scale Name" value="Eisenberg" argument="--ScaleName" help="Name of the amino acid scale to be loaded."/> 74 <param name="ScaleName" type="text" label="AA Scale Name" value="Eisenberg" argument="--ScaleName" help="Name of the amino acid scale to be loaded."/>
177 177
178 **What it does** 178 **What it does**
179 179
180 This tool calculates 6 different types of peptide descriptors. 180 This tool calculates 6 different types of peptide descriptors.
181 181
182 * **AutoCorCal** This option calculates descriptor via auto-correlating the amino acid values for a given descriptor scale. 182 * **Calculate AutoCor** This option calculates descriptor via auto-correlating the amino acid values for a given descriptor scale.
183 * **CrosCorCal** This option calculates descriptor via cross-correlating the amino acid values for a given descriptor scale. 183 * **Calculate CrosCor** This option calculates descriptor via cross-correlating the amino acid values for a given descriptor scale.
184 * **CalculateMovement** This option calculates descriptor based on the maximum or mean movement of the amino acid values for a given descriptor scale and window. 184 * **Calculate Movement** This option calculates descriptor based on the maximum or mean movement of the amino acid values for a given descriptor scale and window.
185 * **GlobalCal** This option calculates descriptors via calculating a global / window averaging descriptor value of a given AA scale. 185 * **Calculate Global** This option calculates descriptors via calculating a global / window averaging descriptor value of a given AA scale.
186 * **ProfileCal** This tool calculates description via calculating hydrophobicity or hydrophobic moment profiles for given sequences and fitting for slope and intercept. 186 * **Calculate Profile** This tool calculates description via calculating hydrophobicity or hydrophobic moment profiles for given sequences and fitting for slope and intercept.
187 * **ArcCal** This option calculates descriptors via calculating property arcs as seen in the helical wheel plot. This method work for binary amino acid scales only. 187 * **Calculate Arc** This option calculates descriptors via calculating property arcs as seen in the helical wheel plot. This method work for binary amino acid scales only.
188 188
189 ----- 189 -----
190 190
191 **Inputs** 191 **Inputs**
192 **1** AutoCorrCal 192 **1** Calculate AutoCor
193 * **--Infile** Input fasta file with peptides. 193 * **--Infile** Input fasta file with peptides.
194 * **--WindowSize** Correlation window for descriptor calculation in a sliding window approach. 194 * **--WindowSize** Correlation window for descriptor calculation in a sliding window approach.
195 * **--ScaleName** Method to load amino acid values from a given scale. 195 * **--ScaleName** Method to load amino acid values from a given scale.
196 196
197 **2** CrossCorrCal 197 **2** Calculate CrosCor
198 * **--Infile** Input fasta file with peptides. 198 * **--Infile** Input fasta file with peptides.
199 * **--WindowSize** Correlation window for descriptor calculation in a sliding window approach 199 * **--WindowSize** Correlation window for descriptor calculation in a sliding window approach
200 * **--ScaleName** Method to load amino acid values from a given scale. 200 * **--ScaleName** Method to load amino acid values from a given scale.
201 201
202 **3** CalculateMovement 202 **3** Calculate Movement
203 * **--Infile** Input fasta file with peptides. 203 * **--Infile** Input fasta file with peptides.
204 * **--WindowSize** Amino acid window in which to calculate the moment. If the sequence is shorter than the window, the length of the sequence is taken. So if the default window of 1000 is chosen, for all sequences shorter than 1000, the global hydrophobic moment will be calculated. Otherwise, the maximal hydrophiobic moment for the chosen window size found in the sequence will be returned. 204 * **--WindowSize** Amino acid window in which to calculate the moment. If the sequence is shorter than the window, the length of the sequence is taken. So if the default window of 1000 is chosen, for all sequences shorter than 1000, the global hydrophobic moment will be calculated. Otherwise, the maximal hydrophiobic moment for the chosen window size found in the sequence will be returned.
205 * **--ScaleName** Method to load amino acid values from a given scale. 205 * **--ScaleName** Method to load amino acid values from a given scale.
206 * **--Angle** Angle in which to calculate the moment. 100 for alpha-helices, 180 for beta sheets. 206 * **--Angle** Angle in which to calculate the moment. 100 for alpha-helices, 180 for beta sheets.
207 * **--Modality** Calculate respectively maximum or mean hydrophobic moment. If all, moments for all windows are returned. 207 * **--Modality** Calculate respectively maximum or mean hydrophobic moment. If all, moments for all windows are returned.
208 208
209 **4** GlobalCal 209 **4** Calculate Global
210 * **--Infile** Input fasta file with peptides. 210 * **--Infile** Input fasta file with peptides.
211 * **--Modality** Calculate respectively maximum or mean hydrophobic moment. 211 * **--Modality** Calculate respectively maximum or mean hydrophobic moment.
212 * **--WindowSize** amino acid window in which to calculate the moment. If the sequence is shorter than the window, the length of the sequence is taken. 212 * **--WindowSize** amino acid window in which to calculate the moment. If the sequence is shorter than the window, the length of the sequence is taken.
213 * **--ScaleName** Method to load amino acid values from a given scale. 213 * **--ScaleName** Method to load amino acid values from a given scale.
214 214
215 **5** ProfileCal 215 **5** Calculate Profile
216 * **--Infile** Input fasta file with peptides. 216 * **--Infile** Input fasta file with peptides.
217 * **--Infile** Input fasta file with peptides. 217 * **--Infile** Input fasta file with peptides.
218 * **--ProfType** prof_type of the profile, available: ‘H’ for hydrophobicity or ‘uH’ for a hydrophobic moment 218 * **--ProfType** prof_type of the profile, available: ‘H’ for hydrophobicity or ‘uH’ for a hydrophobic moment
219 * **--WindowSize** {int} size of sliding window used (odd-numbered). 219 * **--WindowSize** {int} size of sliding window used (odd-numbered).
220 220
221 **6** ArcCal 221 **6** Calculate Arc
222 * **--Modality** Modality of the arc to calculate, to choose between “max” and “mean”. 222 * **--Modality** Modality of the arc to calculate, to choose between “max” and “mean”.
223 223
224 ----- 224 -----
225 225
226 **Outputs** 226 **Outputs**