comparison dccm.xml @ 2:c9ae0c833ded draft default tip

"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/bio3d commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
author chemteam
date Mon, 07 Oct 2019 12:44:45 -0400
parents 18440ff54f63
children
comparison
equal deleted inserted replaced
1:18440ff54f63 2:c9ae0c833ded
1 <tool id="bio3d_dccm" name="DCCM analysis" version="@VERSION@"> 1 <tool id="bio3d_dccm" name="DCCM analysis" version="@VERSION@">
2 <description>Dynamical Cross-Correlation Maps using Bio3D (DCCM)</description> 2 <description>- Dynamical Cross-Correlation Maps using Bio3D (DCCM)</description>
3 <macros> 3 <macros>
4 <import>macros.xml</import> 4 <import>macros.xml</import>
5 </macros> 5 </macros>
6 <expand macro="requirements"> 6 <expand macro="requirements">
7 <requirement type="package" version="0.20_35">r-lattice</requirement> 7 <requirement type="package" version="0.20_38">r-lattice</requirement>
8 </expand> 8 </expand>
9 <command detect_errors="exit_code"> 9 <command detect_errors="exit_code">
10 <![CDATA[ 10 <![CDATA[
11 Rscript '$__tool_directory__/dccm.R' 11 Rscript '$__tool_directory__/dccm.R'
12 '$dcdin' 12 '$dcdin'
57 ]]></command> 57 ]]></command>
58 <inputs> 58 <inputs>
59 <expand macro="analysis_inputs"/> 59 <expand macro="analysis_inputs"/>
60 <conditional name="dccm"> 60 <conditional name="dccm">
61 <param name="sele" type="select" label="Select domains"> 61 <param name="sele" type="select" label="Select domains">
62 <option value="calpha">Calpha</option> 62 <option value="calpha">C-alpha</option>
63 <option value="cbeta">Cbeta</option> 63 <option value="cbeta">C-beta</option>
64 <option value="backbone">Backbone</option> 64 <option value="backbone">Backbone</option>
65 <option value="sidechain">Sidechain</option> 65 <option value="sidechain">Sidechain</option>
66 <option value="protein">Protein</option> 66 <option value="protein">Protein</option>
67 <option value="ligand">Ligand</option> 67 <option value="ligand">Ligand</option>
68 <option value="nucleic">Nucleic Acids</option> 68 <option value="nucleic">Nucleic acids</option>
69 <option value="elety">Atom Names</option> 69 <option value="elety">Atom names</option>
70 <option value="resid">Resid</option> 70 <option value="resid">Residue ID</option>
71 <option value="segid">Segid</option> 71 <option value="segid">Segment ID</option>
72 </param> 72 </param>
73 <when value="calpha"/> 73 <when value="calpha"/>
74 <when value="cbeta"/> 74 <when value="cbeta"/>
75 <when value="backbone"/> 75 <when value="backbone"/>
76 <when value="sidechain"/> 76 <when value="sidechain"/>
77 <when value="protein"/> 77 <when value="protein"/>
78 <when value="ligand"/> 78 <when value="ligand"/>
79 <when value="nucleic"/> 79 <when value="nucleic"/>
80 <when value="elety"> 80 <when value="elety">
81 <param name="elety" type="text" value="CA" label="Atom Name"/> 81 <param name="elety" type="text" value="CA" label="Atom name"/>
82 </when> 82 </when>
83 <when value="resid"> 83 <when value="resid">
84 <param name="resid" type="text" value="BGLC" label="Resid"/> 84 <param name="resid" type="text" value="BGLC" label="Residue ID"/>
85 </when> 85 </when>
86 <when value="segid"> 86 <when value="segid">
87 <param name="segid" type="text" value="SUBS" label="Segid"/> 87 <param name="segid" type="text" value="SUBS" label="Segment ID"/>
88 </when> 88 </when>
89 </conditional> 89 </conditional>
90 </inputs> 90 </inputs>
91 <outputs> 91 <outputs>
92 <data format="tabular" name="output" label="DCCM raw data"/> 92 <data format="tabular" name="output" label="DCCM raw data"/>
103 .. class:: infomark 103 .. class:: infomark
104 104
105 **What it does** 105 **What it does**
106 106
107 The extent to which the atomic fluctuations/displacements of a system are correlated with one another can be assessed by examining the magnitude of all pairwise cross-correlation coefficients. 107 The extent to which the atomic fluctuations/displacements of a system are correlated with one another can be assessed by examining the magnitude of all pairwise cross-correlation coefficients.
108 The DCCM Analysis tool can plot the atom-wise cross-correlations using the Bio3D package. The negative values (negative correlation) indicate the atoms moves in opposite directions and the positive values (positive correlation) indicate the atoms moves in same directions. 108 The DCCM Analysis tool can plot the atom-wise cross-correlations using the Bio3D package. Negative values (negative correlation) indicate the atoms move in opposite directions, while positive values (positive correlation) indicate the atoms move in the same direction.
109 109
110 _____ 110 _____
111 111
112 112
113 .. class:: infomark 113 .. class:: infomark
114 114
115 **Input** 115 **Input**
116 116
117 - Input file in PDB format 117 - Input file in PDB format
118 - Input file in dcd format 118 - Input file in DCD format
119 119
120 _____ 120 _____
121 121
122 122
123 .. class:: infomark 123 .. class:: infomark
124 124
125 **Output** 125 **Output**
126 126
127 - Image (as PNG) of the dccm plot 127 - Image (as PNG) of the DCCM plot
128 - Tab-separated file of raw data 128 - Tab-separated file of raw data
129 129
130 ]]></help> 130 ]]></help>
131 <expand macro="citations" /> 131 <expand macro="citations" />
132 </tool> 132 </tool>