annotate fastpca.xml @ 0:7dbe8bd02431 draft default tip

"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
author chemteam
date Thu, 30 Jan 2020 12:58:19 +0000
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
7dbe8bd02431 "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@">
7dbe8bd02431 "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>
7dbe8bd02431 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
3 <macros>
7dbe8bd02431 "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>
7dbe8bd02431 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
5 </macros>
7dbe8bd02431 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
6 <requirements>
7dbe8bd02431 "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>
7dbe8bd02431 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
8 </requirements>
7dbe8bd02431 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
9 <command detect_errors="exit_code"><![CDATA[
7dbe8bd02431 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
10 fastpca
7dbe8bd02431 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
11 -f '$input'
7dbe8bd02431 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
12 -p '$output_proj'
7dbe8bd02431 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
13 #if str($inputs.cov) == 'None':
7dbe8bd02431 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
14 -c '$output_cov'
7dbe8bd02431 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
15 #elif str($inputs.vec) == 'None':
7dbe8bd02431 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
16 -C '$inputs.cov'
7dbe8bd02431 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
17 #end if
7dbe8bd02431 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
18 #if str($inputs.vec) == 'None':
7dbe8bd02431 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
19 -v $output_vec
7dbe8bd02431 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
20 #else:
7dbe8bd02431 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
21 -V '$inputs.vec'
7dbe8bd02431 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
22 #end if
7dbe8bd02431 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
23 #if str($inputs.stats) == 'None':
7dbe8bd02431 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
24 -s '$output_stats'
7dbe8bd02431 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
25 #else:
7dbe8bd02431 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
26 -S '$inputs.stats'
7dbe8bd02431 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
27 #end if
7dbe8bd02431 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
28 -l '$output_val'
7dbe8bd02431 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
29 $norm
7dbe8bd02431 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
30 $periodic
7dbe8bd02431 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
31 $dynamic_shift
7dbe8bd02431 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
32 --verbose
7dbe8bd02431 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
33
7dbe8bd02431 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
34 ]]></command>
7dbe8bd02431 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
35 <inputs>
7dbe8bd02431 "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."/>
7dbe8bd02431 "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." >
7dbe8bd02431 "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"/>
7dbe8bd02431 "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"/>
7dbe8bd02431 "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"/>
7dbe8bd02431 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
41 </section>
7dbe8bd02431 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
42
7dbe8bd02431 "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." >
7dbe8bd02431 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
44 <option value="">Covariance</option>
7dbe8bd02431 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
45 <option value="-N">Correlation</option>
7dbe8bd02431 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
46 </param>
7dbe8bd02431 "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."/>
7dbe8bd02431 "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"/>
7dbe8bd02431 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
49 </inputs>
7dbe8bd02431 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
50 <outputs>
7dbe8bd02431 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
51 <data name="output_proj" format="tabular"/>
7dbe8bd02431 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
52 <data name="output_cov" format="tabular">
7dbe8bd02431 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
53 <filter>inputs["cov"] == None</filter>
7dbe8bd02431 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
54 </data>
7dbe8bd02431 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
55 <data name="output_vec" format="tabular">
7dbe8bd02431 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
56 <filter>inputs["vec"] == None</filter>
7dbe8bd02431 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
57 </data>
7dbe8bd02431 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
58 <data name="output_stats" format="tabular">
7dbe8bd02431 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
59 <filter>inputs["stats"] == None</filter>
7dbe8bd02431 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
60 </data>
7dbe8bd02431 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
61 <data name="output_val" format="tabular"/>
7dbe8bd02431 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
62 </outputs>
7dbe8bd02431 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
63 <tests>
7dbe8bd02431 "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 -->
7dbe8bd02431 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
65 <test>
7dbe8bd02431 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
66 <param name="input" value="contacts.dat"/>
7dbe8bd02431 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
67 <param name="norm" value="-N"/>
7dbe8bd02431 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
68 <param name="periodic" value="false"/>
7dbe8bd02431 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
69 <param name="dynamic_shift" value="false"/>
7dbe8bd02431 "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"/>
7dbe8bd02431 "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"/>
7dbe8bd02431 "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"/>
7dbe8bd02431 "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"/>
7dbe8bd02431 "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"/>
7dbe8bd02431 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
75 </test>
7dbe8bd02431 "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 -->
7dbe8bd02431 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
77 <test>
7dbe8bd02431 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
78 <param name="input" value="contacts2.dat"/>
7dbe8bd02431 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
79 <param name="cov" value="cov.dat"/>
7dbe8bd02431 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
80 <param name="stats" value="stats.dat"/>
7dbe8bd02431 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
81 <param name="norm" value="-N"/>
7dbe8bd02431 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
82 <param name="periodic" value="false"/>
7dbe8bd02431 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
83 <param name="dynamic_shift" value="false"/>
7dbe8bd02431 "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"/>
7dbe8bd02431 "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"/>
7dbe8bd02431 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
86 </test>
7dbe8bd02431 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
87 </tests>
7dbe8bd02431 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
88 <help><![CDATA[
7dbe8bd02431 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
89 .. class:: infomark
7dbe8bd02431 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
90
7dbe8bd02431 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
91 **What it does**
7dbe8bd02431 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
92
7dbe8bd02431 "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
7dbe8bd02431 "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
7dbe8bd02431 "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
7dbe8bd02431 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
96 a correlation/covariance matrix.
7dbe8bd02431 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
97
7dbe8bd02431 "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
7dbe8bd02431 "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
7dbe8bd02431 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
100 dihedral angles.
7dbe8bd02431 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
101
7dbe8bd02431 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
102 _____
7dbe8bd02431 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
103
7dbe8bd02431 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
104
7dbe8bd02431 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
105 .. class:: infomark
7dbe8bd02431 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
106
7dbe8bd02431 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
107 **Input**
7dbe8bd02431 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
108
7dbe8bd02431 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
109 - Tabular or XTC file
7dbe8bd02431 "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.
7dbe8bd02431 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
111
7dbe8bd02431 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
112 _____
7dbe8bd02431 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
113
7dbe8bd02431 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
114
7dbe8bd02431 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
115 .. class:: infomark
7dbe8bd02431 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
116
7dbe8bd02431 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
117 **Output**
7dbe8bd02431 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
118
7dbe8bd02431 "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
7dbe8bd02431 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
120 - Eigenvectors, statistics and covariance/correlation matrix
7dbe8bd02431 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
121
7dbe8bd02431 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
122 ]]></help>
7dbe8bd02431 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
123 <citations>
7dbe8bd02431 "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>
7dbe8bd02431 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
125 </citations>
7dbe8bd02431 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
126 </tool>
7dbe8bd02431 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit ee29bbfa4e78dca11e2e06d0d35a434c063ab588"
chemteam
parents:
diff changeset
127