Mercurial > repos > rplanel > ccqtl_permutations
diff 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 |
line wrap: on
line diff
--- a/ccqtl-permutations.xml Fri Jun 30 14:18:58 2023 +0000 +++ b/ccqtl-permutations.xml Fri Sep 29 14:58:06 2023 +0000 @@ -1,17 +1,11 @@ <tool id="ccqtl_permutations" name="CCQTL: Run permutations" version="@TOOL_VERSION@+@WRAPPER_VERSION@" python_template_version="3.5"> <description>to define significance thresholds</description> <macros> - <token name="@WRAPPER_VERSION@">galaxy0</token> + <token name="@WRAPPER_VERSION@">galaxy1</token> <import>macros.xml</import> </macros> - <edam_topics> - <edam_topic>topic_0625</edam_topic> - <edam_topic>topic_0160</edam_topic> - <edam_topic>topic_3338</edam_topic> - </edam_topics> - <edam_operations> - <edam_operation>operation_3232</edam_operation> - </edam_operations> + <expand macro="edam"/> + <expand macro="xrefs"/> <requirements> <expand macro="requirements"/> </requirements> @@ -33,7 +27,7 @@ <expand macro="crossdata"/> <expand macro="clean_pr"/> <expand macro="kloco"/> - <param argument="--n_perm" type="integer" value="2" min="0" max="1000" label="Number of permutations (recommended minimum: 100)"/> + <param argument="--n_perm" type="integer" value="100" min="2" max="20000" label="Number of permutations (recommended minimum: 100)"/> <param argument="--covar_modmat" type="data" format="rds" label="covar_modmat object (rds)"/> <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."/> </inputs>
