annotate fastpca.xml @ 0:dd195f7a791c draft

"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
author chemteam
date Thu, 30 Jan 2020 07:58:42 -0500
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
1 <tool id="fastpca" name="fastpca" version="@VERSION@">
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
2 <description>- dimensionality reduction of MD simulations</description>
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
3 <macros>
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
4 <token name="@VERSION@">0.9.1</token>
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
5 </macros>
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
6 <requirements>
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
7 <requirement type="package" version="@VERSION@">fastpca</requirement>
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
8 </requirements>
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
9 <command detect_errors="exit_code"><![CDATA[
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
10 fastpca
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
11 -f '$input'
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
12 -p '$output_proj'
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
13 #if str($inputs.cov) == 'None':
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
14 -c '$output_cov'
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
15 #elif str($inputs.vec) == 'None':
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
16 -C '$inputs.cov'
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
17 #end if
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
18 #if str($inputs.vec) == 'None':
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
19 -v $output_vec
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
20 #else:
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
21 -V '$inputs.vec'
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
22 #end if
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
23 #if str($inputs.stats) == 'None':
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
24 -s '$output_stats'
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
25 #else:
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
26 -S '$inputs.stats'
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
27 #end if
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
28 -l '$output_val'
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
29 $norm
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
30 $periodic
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
31 $dynamic_shift
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
32 --verbose
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
33
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
34 ]]></command>
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
35 <inputs>
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
36 <param format="tabular,xtc" name="input" type="data" label="Input data" help="Either a whitespace-separated tabular file or GROMACS XTC file."/>
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
37 <section name="inputs" title="Inputs" expanded="true" help="Use these (optional) inputs to project new data onto a previously computed principal space. If not set, the PCA will be computed from scratch and will not be comparable to previous runs." >
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
38 <param format="tabular" name="cov" type="data" label="Precomputed covariance/correlation matrix" optional="true"/>
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
39 <param format="tabular" name="vec" type="data" label="Precomputed eigenvectors" optional="true"/>
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
40 <param format="tabular" name="stats" type="data" label="Precomputed statistics (mean values, sigmas and boundary shifts)" optional="true"/>
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
41 </section>
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
42
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
43 <param name="norm" type="select" label="How to normalize input:" help="Generally, normalization using the covariance matrix is appropriate when the variable scales are similar, and the correlation matrix is used when variables are on different scales." >
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
44 <option value="">Covariance</option>
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
45 <option value="-N">Correlation</option>
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
46 </param>
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
47 <param name="periodic" type="boolean" label="Compute covariance and PCA on a torus?" truevalue="-P" falsevalue="" value="false" help="Useful for computing PCA on periodic data - for example, dihedral angles."/>
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
48 <param name="dynamic_shift" type="boolean" label="Use dynamic shifting for periodic projection correction" truevalue="-D" falsevalue="" value="false" help="Default is fale, i.e. simply shift to region of lowest density"/>
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
49 </inputs>
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
50 <outputs>
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
51 <data name="output_proj" format="tabular"/>
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
52 <data name="output_cov" format="tabular">
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
53 <filter>inputs["cov"] == None</filter>
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
54 </data>
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
55 <data name="output_vec" format="tabular">
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
56 <filter>inputs["vec"] == None</filter>
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
57 </data>
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
58 <data name="output_stats" format="tabular">
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
59 <filter>inputs["stats"] == None</filter>
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
60 </data>
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
61 <data name="output_val" format="tabular"/>
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
62 </outputs>
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
63 <tests>
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
64 <!-- fastpca -f contacts.dat -p proj.dat -c cov.dat -v vec.dat -s stats.dat -l val.dat -N -->
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
65 <test>
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
66 <param name="input" value="contacts.dat"/>
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
67 <param name="norm" value="-N"/>
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
68 <param name="periodic" value="false"/>
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
69 <param name="dynamic_shift" value="false"/>
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
70 <output name="output_proj" file="proj.dat"/>
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
71 <output name="output_cov" file="cov.dat"/>
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
72 <output name="output_vec" file="vec.dat"/>
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
73 <output name="output_stats" file="stats.dat"/>
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
74 <output name="output_val" file="val.dat"/>
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
75 </test>
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
76 <!-- fastpca -f contacts2.dat -p proj2.dat -C cov.dat -V vec.dat -S stats.dat -l val2.dat -N -->
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
77 <test>
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
78 <param name="input" value="contacts2.dat"/>
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
79 <param name="cov" value="cov.dat"/>
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
80 <param name="stats" value="stats.dat"/>
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
81 <param name="norm" value="-N"/>
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
82 <param name="periodic" value="false"/>
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
83 <param name="dynamic_shift" value="false"/>
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
84 <output name="output_proj" file="proj2.dat"/>
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
85 <output name="output_val" file="val2.dat"/>
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
86 </test>
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
87 </tests>
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
88 <help><![CDATA[
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
89 .. class:: infomark
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
90
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
91 **What it does**
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
92
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
93 Dimensionality reduction of molecular dynamics trajectories. Data can be input as
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
94 tabular or GROMACS XTC files. In addition, data can be projected into a previously
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
95 computed coordinate space by providing precomputed eigenvectors, statistics and
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
96 a correlation/covariance matrix.
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
97
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
98 Data can be normalized using the either the covariance or correlation matrix. Data
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
99 can also be calculated on a torus, which is useful for periodic data, such as protein
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
100 dihedral angles.
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
101
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
102 _____
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
103
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
104
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
105 .. class:: infomark
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
106
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
107 **Input**
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
108
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
109 - Tabular or XTC file
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
110 - If you want to project data into a previously calculated principal space, you can upload precomputed eigenvectors, statistics and correlation/covariance matrix.
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
111
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
112 _____
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
113
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
114
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
115 .. class:: infomark
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
116
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
117 **Output**
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
118
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
119 - Projected data (tabular file) with each column representing a principal component
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
120 - Eigenvectors, statistics and covariance/correlation matrix
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
121
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
122 ]]></help>
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
123 <citations>
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
124 <citation type="doi">10.1063/1.4998259</citation>
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
125 </citations>
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
126 </tool>
dd195f7a791c "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
127