annotate ccqtl-permutations.xml @ 1:2df37db680ad draft default tip

planemo upload for repository https://gitlab.pasteur.fr/galaxy-team/galaxy-tools/-/tree/master/tools/ccqtl commit ac8fec726c224fad58f9451042f6f62f180c8c5c
author rplanel
date Fri, 29 Sep 2023 14:58:06 +0000
parents 6b6c9ab21674
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
6b6c9ab21674 planemo upload for repository https://gitlab.pasteur.fr/galaxy-team/galaxy-tools/-/tree/master/tools/ccqtl commit 320b3741bd00d1707829822302abe0f0b610981a
rplanel
parents:
diff changeset
1 <tool id="ccqtl_permutations" name="CCQTL: Run permutations" version="@TOOL_VERSION@+@WRAPPER_VERSION@" python_template_version="3.5">
6b6c9ab21674 planemo upload for repository https://gitlab.pasteur.fr/galaxy-team/galaxy-tools/-/tree/master/tools/ccqtl commit 320b3741bd00d1707829822302abe0f0b610981a
rplanel
parents:
diff changeset
2 <description>to define significance thresholds</description>
6b6c9ab21674 planemo upload for repository https://gitlab.pasteur.fr/galaxy-team/galaxy-tools/-/tree/master/tools/ccqtl commit 320b3741bd00d1707829822302abe0f0b610981a
rplanel
parents:
diff changeset
3 <macros>
1
2df37db680ad planemo upload for repository https://gitlab.pasteur.fr/galaxy-team/galaxy-tools/-/tree/master/tools/ccqtl commit ac8fec726c224fad58f9451042f6f62f180c8c5c
rplanel
parents: 0
diff changeset
4 <token name="@WRAPPER_VERSION@">galaxy1</token>
0
6b6c9ab21674 planemo upload for repository https://gitlab.pasteur.fr/galaxy-team/galaxy-tools/-/tree/master/tools/ccqtl commit 320b3741bd00d1707829822302abe0f0b610981a
rplanel
parents:
diff changeset
5 <import>macros.xml</import>
6b6c9ab21674 planemo upload for repository https://gitlab.pasteur.fr/galaxy-team/galaxy-tools/-/tree/master/tools/ccqtl commit 320b3741bd00d1707829822302abe0f0b610981a
rplanel
parents:
diff changeset
6 </macros>
1
2df37db680ad planemo upload for repository https://gitlab.pasteur.fr/galaxy-team/galaxy-tools/-/tree/master/tools/ccqtl commit ac8fec726c224fad58f9451042f6f62f180c8c5c
rplanel
parents: 0
diff changeset
7 <expand macro="edam"/>
2df37db680ad planemo upload for repository https://gitlab.pasteur.fr/galaxy-team/galaxy-tools/-/tree/master/tools/ccqtl commit ac8fec726c224fad58f9451042f6f62f180c8c5c
rplanel
parents: 0
diff changeset
8 <expand macro="xrefs"/>
0
6b6c9ab21674 planemo upload for repository https://gitlab.pasteur.fr/galaxy-team/galaxy-tools/-/tree/master/tools/ccqtl commit 320b3741bd00d1707829822302abe0f0b610981a
rplanel
parents:
diff changeset
9 <requirements>
6b6c9ab21674 planemo upload for repository https://gitlab.pasteur.fr/galaxy-team/galaxy-tools/-/tree/master/tools/ccqtl commit 320b3741bd00d1707829822302abe0f0b610981a
rplanel
parents:
diff changeset
10 <expand macro="requirements"/>
6b6c9ab21674 planemo upload for repository https://gitlab.pasteur.fr/galaxy-team/galaxy-tools/-/tree/master/tools/ccqtl commit 320b3741bd00d1707829822302abe0f0b610981a
rplanel
parents:
diff changeset
11 </requirements>
6b6c9ab21674 planemo upload for repository https://gitlab.pasteur.fr/galaxy-team/galaxy-tools/-/tree/master/tools/ccqtl commit 320b3741bd00d1707829822302abe0f0b610981a
rplanel
parents:
diff changeset
12 <command detect_errors="exit_code">
6b6c9ab21674 planemo upload for repository https://gitlab.pasteur.fr/galaxy-team/galaxy-tools/-/tree/master/tools/ccqtl commit 320b3741bd00d1707829822302abe0f0b610981a
rplanel
parents:
diff changeset
13 <![CDATA[
6b6c9ab21674 planemo upload for repository https://gitlab.pasteur.fr/galaxy-team/galaxy-tools/-/tree/master/tools/ccqtl commit 320b3741bd00d1707829822302abe0f0b610981a
rplanel
parents:
diff changeset
14 @BASE_CMD@
6b6c9ab21674 planemo upload for repository https://gitlab.pasteur.fr/galaxy-team/galaxy-tools/-/tree/master/tools/ccqtl commit 320b3741bd00d1707829822302abe0f0b610981a
rplanel
parents:
diff changeset
15 permutations
6b6c9ab21674 planemo upload for repository https://gitlab.pasteur.fr/galaxy-team/galaxy-tools/-/tree/master/tools/ccqtl commit 320b3741bd00d1707829822302abe0f0b610981a
rplanel
parents:
diff changeset
16 --n_perm ${n_perm}
6b6c9ab21674 planemo upload for repository https://gitlab.pasteur.fr/galaxy-team/galaxy-tools/-/tree/master/tools/ccqtl commit 320b3741bd00d1707829822302abe0f0b610981a
rplanel
parents:
diff changeset
17 --crossdata ${crossdata}
6b6c9ab21674 planemo upload for repository https://gitlab.pasteur.fr/galaxy-team/galaxy-tools/-/tree/master/tools/ccqtl commit 320b3741bd00d1707829822302abe0f0b610981a
rplanel
parents:
diff changeset
18 --clean_pr ${clean_pr}
6b6c9ab21674 planemo upload for repository https://gitlab.pasteur.fr/galaxy-team/galaxy-tools/-/tree/master/tools/ccqtl commit 320b3741bd00d1707829822302abe0f0b610981a
rplanel
parents:
diff changeset
19 --kloco ${kloco}
6b6c9ab21674 planemo upload for repository https://gitlab.pasteur.fr/galaxy-team/galaxy-tools/-/tree/master/tools/ccqtl commit 320b3741bd00d1707829822302abe0f0b610981a
rplanel
parents:
diff changeset
20 --covar_modmat ${covar_modmat}
6b6c9ab21674 planemo upload for repository https://gitlab.pasteur.fr/galaxy-team/galaxy-tools/-/tree/master/tools/ccqtl commit 320b3741bd00d1707829822302abe0f0b610981a
rplanel
parents:
diff changeset
21 #if $strat_covar != '':
6b6c9ab21674 planemo upload for repository https://gitlab.pasteur.fr/galaxy-team/galaxy-tools/-/tree/master/tools/ccqtl commit 320b3741bd00d1707829822302abe0f0b610981a
rplanel
parents:
diff changeset
22 --strat_covar ${strat_covar}
6b6c9ab21674 planemo upload for repository https://gitlab.pasteur.fr/galaxy-team/galaxy-tools/-/tree/master/tools/ccqtl commit 320b3741bd00d1707829822302abe0f0b610981a
rplanel
parents:
diff changeset
23 #end if
6b6c9ab21674 planemo upload for repository https://gitlab.pasteur.fr/galaxy-team/galaxy-tools/-/tree/master/tools/ccqtl commit 320b3741bd00d1707829822302abe0f0b610981a
rplanel
parents:
diff changeset
24 ]]>
6b6c9ab21674 planemo upload for repository https://gitlab.pasteur.fr/galaxy-team/galaxy-tools/-/tree/master/tools/ccqtl commit 320b3741bd00d1707829822302abe0f0b610981a
rplanel
parents:
diff changeset
25 </command>
6b6c9ab21674 planemo upload for repository https://gitlab.pasteur.fr/galaxy-team/galaxy-tools/-/tree/master/tools/ccqtl commit 320b3741bd00d1707829822302abe0f0b610981a
rplanel
parents:
diff changeset
26 <inputs>
6b6c9ab21674 planemo upload for repository https://gitlab.pasteur.fr/galaxy-team/galaxy-tools/-/tree/master/tools/ccqtl commit 320b3741bd00d1707829822302abe0f0b610981a
rplanel
parents:
diff changeset
27 <expand macro="crossdata"/>
6b6c9ab21674 planemo upload for repository https://gitlab.pasteur.fr/galaxy-team/galaxy-tools/-/tree/master/tools/ccqtl commit 320b3741bd00d1707829822302abe0f0b610981a
rplanel
parents:
diff changeset
28 <expand macro="clean_pr"/>
6b6c9ab21674 planemo upload for repository https://gitlab.pasteur.fr/galaxy-team/galaxy-tools/-/tree/master/tools/ccqtl commit 320b3741bd00d1707829822302abe0f0b610981a
rplanel
parents:
diff changeset
29 <expand macro="kloco"/>
1
2df37db680ad planemo upload for repository https://gitlab.pasteur.fr/galaxy-team/galaxy-tools/-/tree/master/tools/ccqtl commit ac8fec726c224fad58f9451042f6f62f180c8c5c
rplanel
parents: 0
diff changeset
30 <param argument="--n_perm" type="integer" value="100" min="2" max="20000" label="Number of permutations (recommended minimum: 100)"/>
0
6b6c9ab21674 planemo upload for repository https://gitlab.pasteur.fr/galaxy-team/galaxy-tools/-/tree/master/tools/ccqtl commit 320b3741bd00d1707829822302abe0f0b610981a
rplanel
parents:
diff changeset
31 <param argument="--covar_modmat" type="data" format="rds" label="covar_modmat object (rds)"/>
6b6c9ab21674 planemo upload for repository https://gitlab.pasteur.fr/galaxy-team/galaxy-tools/-/tree/master/tools/ccqtl commit 320b3741bd00d1707829822302abe0f0b610981a
rplanel
parents:
diff changeset
32 <param argument="--strat_covar" type="text" value="" label="List of covariates used to stratify permutations on." help="At most three covariates, all must be categorical and previously passed as covariate at the genome_scan step. Typical stratification covariate is sex."/>
6b6c9ab21674 planemo upload for repository https://gitlab.pasteur.fr/galaxy-team/galaxy-tools/-/tree/master/tools/ccqtl commit 320b3741bd00d1707829822302abe0f0b610981a
rplanel
parents:
diff changeset
33 </inputs>
6b6c9ab21674 planemo upload for repository https://gitlab.pasteur.fr/galaxy-team/galaxy-tools/-/tree/master/tools/ccqtl commit 320b3741bd00d1707829822302abe0f0b610981a
rplanel
parents:
diff changeset
34 <outputs>
6b6c9ab21674 planemo upload for repository https://gitlab.pasteur.fr/galaxy-team/galaxy-tools/-/tree/master/tools/ccqtl commit 320b3741bd00d1707829822302abe0f0b610981a
rplanel
parents:
diff changeset
35 <data format="rds" name="operm_lmm" from_work_dir="outfiles/Rdata/operm_lmm.rds" label="${tool.name} on ${on_string}: operm_lmm.rds"/>
6b6c9ab21674 planemo upload for repository https://gitlab.pasteur.fr/galaxy-team/galaxy-tools/-/tree/master/tools/ccqtl commit 320b3741bd00d1707829822302abe0f0b610981a
rplanel
parents:
diff changeset
36 <data format="rds" name="covar_permstrata" from_work_dir="outfiles/Rdata/covar_permstrata.rds" label="${tool.name} on ${on_string}: covar_permstrata.rds"/>
6b6c9ab21674 planemo upload for repository https://gitlab.pasteur.fr/galaxy-team/galaxy-tools/-/tree/master/tools/ccqtl commit 320b3741bd00d1707829822302abe0f0b610981a
rplanel
parents:
diff changeset
37 <data format="rds" name="stratcovar_modmat" from_work_dir="outfiles/Rdata/stratcovar_modmat.rds" label="${tool.name} on ${on_string}: stratcovar_modmat.rds"/>
6b6c9ab21674 planemo upload for repository https://gitlab.pasteur.fr/galaxy-team/galaxy-tools/-/tree/master/tools/ccqtl commit 320b3741bd00d1707829822302abe0f0b610981a
rplanel
parents:
diff changeset
38 <data format="rds" name="nrep_rds" from_work_dir="outfiles/Rdata/nrep.rds" label="${tool.name} on ${on_string}: nrep.rds"/>
6b6c9ab21674 planemo upload for repository https://gitlab.pasteur.fr/galaxy-team/galaxy-tools/-/tree/master/tools/ccqtl commit 320b3741bd00d1707829822302abe0f0b610981a
rplanel
parents:
diff changeset
39 </outputs>
6b6c9ab21674 planemo upload for repository https://gitlab.pasteur.fr/galaxy-team/galaxy-tools/-/tree/master/tools/ccqtl commit 320b3741bd00d1707829822302abe0f0b610981a
rplanel
parents:
diff changeset
40 <help>
6b6c9ab21674 planemo upload for repository https://gitlab.pasteur.fr/galaxy-team/galaxy-tools/-/tree/master/tools/ccqtl commit 320b3741bd00d1707829822302abe0f0b610981a
rplanel
parents:
diff changeset
41 <![CDATA[
6b6c9ab21674 planemo upload for repository https://gitlab.pasteur.fr/galaxy-team/galaxy-tools/-/tree/master/tools/ccqtl commit 320b3741bd00d1707829822302abe0f0b610981a
rplanel
parents:
diff changeset
42 Compute permutations
6b6c9ab21674 planemo upload for repository https://gitlab.pasteur.fr/galaxy-team/galaxy-tools/-/tree/master/tools/ccqtl commit 320b3741bd00d1707829822302abe0f0b610981a
rplanel
parents:
diff changeset
43 ]]>
6b6c9ab21674 planemo upload for repository https://gitlab.pasteur.fr/galaxy-team/galaxy-tools/-/tree/master/tools/ccqtl commit 320b3741bd00d1707829822302abe0f0b610981a
rplanel
parents:
diff changeset
44 </help>
6b6c9ab21674 planemo upload for repository https://gitlab.pasteur.fr/galaxy-team/galaxy-tools/-/tree/master/tools/ccqtl commit 320b3741bd00d1707829822302abe0f0b610981a
rplanel
parents:
diff changeset
45 <expand macro="citations"/>
6b6c9ab21674 planemo upload for repository https://gitlab.pasteur.fr/galaxy-team/galaxy-tools/-/tree/master/tools/ccqtl commit 320b3741bd00d1707829822302abe0f0b610981a
rplanel
parents:
diff changeset
46 </tool>