annotate analyses.xml @ 1:2e057dfe494c draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit 23f6d9e5e91c43d5ab68e604205e06785635f42f
author iuc
date Mon, 19 Aug 2024 10:50:51 +0000
parents 5fcaabf17d8d
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
5fcaabf17d8d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff changeset
1 <tool id="beacon2_analyses" name="Beacon2 Analyses" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="21.05">
5fcaabf17d8d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff changeset
2 <description>ŁŽQuery the analyses collection in the beacon database for bioinformatic procedures to identify variants</description>
5fcaabf17d8d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff changeset
3 <macros>
5fcaabf17d8d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff changeset
4 <import>macros.xml</import>
5fcaabf17d8d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff changeset
5 </macros>
5fcaabf17d8d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff changeset
6 <expand macro="creators"/>
5fcaabf17d8d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff changeset
7 <expand macro="requirements"/>
5fcaabf17d8d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff changeset
8 <command detect_errors="exit_code"><![CDATA[
5fcaabf17d8d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff changeset
9 beacon2-search analyses
5fcaabf17d8d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff changeset
10 --db-host '$db_host'
5fcaabf17d8d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff changeset
11 --db-port $db_port
5fcaabf17d8d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff changeset
12 --database '$database'
5fcaabf17d8d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff changeset
13 --collection '$collection'
5fcaabf17d8d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff changeset
14 --advance-connection
5fcaabf17d8d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff changeset
15 --db-auth-config '$credentials'
5fcaabf17d8d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff changeset
16 #if str($advanced_settings.aligner)
5fcaabf17d8d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff changeset
17 --aligner '$advanced_settings.aligner'
5fcaabf17d8d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff changeset
18 #end if
5fcaabf17d8d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff changeset
19 #if str($advanced_settings.analysisDate)
5fcaabf17d8d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff changeset
20 --analysisDate '$advanced_settings.analysisDate'
5fcaabf17d8d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff changeset
21 #end if
5fcaabf17d8d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff changeset
22 #if str($advanced_settings.biosampleId)
5fcaabf17d8d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff changeset
23 --biosampleId '$advanced_settings.biosampleId'
5fcaabf17d8d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff changeset
24 #end if
5fcaabf17d8d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff changeset
25 #if str($advanced_settings.identification)
5fcaabf17d8d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff changeset
26 --identification '$advanced_settings.identification'
5fcaabf17d8d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff changeset
27 #end if
5fcaabf17d8d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff changeset
28 #if str($advanced_settings.individualId)
5fcaabf17d8d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff changeset
29 --individualId '$advanced_settings.individualId'
5fcaabf17d8d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff changeset
30 #end if
5fcaabf17d8d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff changeset
31 #if str($advanced_settings.pipelineName)
5fcaabf17d8d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff changeset
32 --pipelineName '$advanced_settings.pipelineName'
5fcaabf17d8d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff changeset
33 #end if
5fcaabf17d8d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff changeset
34 #if str($advanced_settings.pipelineRef)
5fcaabf17d8d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff changeset
35 --pipelineRef '$advanced_settings.pipelineRef'
5fcaabf17d8d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff changeset
36 #end if
5fcaabf17d8d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff changeset
37 #if str($advanced_settings.runId)
5fcaabf17d8d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff changeset
38 --runId '$advanced_settings.runId'
5fcaabf17d8d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff changeset
39 #end if
5fcaabf17d8d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff changeset
40 #if str($advanced_settings.variantCaller)
5fcaabf17d8d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff changeset
41 --variantCaller '$advanced_settings.variantCaller'
5fcaabf17d8d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff changeset
42 #end if
5fcaabf17d8d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff changeset
43 > analyses_query_findings.json
5fcaabf17d8d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff changeset
44 ]]></command>
5fcaabf17d8d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff changeset
45 <expand macro="configfile"/>
5fcaabf17d8d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff changeset
46 <inputs>
5fcaabf17d8d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff changeset
47 <expand macro="Connection_to_MongoDB" />
5fcaabf17d8d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff changeset
48 <expand macro="Database_Configuration" />
5fcaabf17d8d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff changeset
49 <section name="advanced_settings" title="Advanced settings" expanded="false">
5fcaabf17d8d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff changeset
50 <param argument="--aligner" optional="true" type="text" label="ALIGNER" value="" help="Reference to mapping/alignment software. Example bwa-0.7.8" />
5fcaabf17d8d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff changeset
51 <param argument="--analysisDate" optional="true" type="text" label="ANALYSIS DATE" value="" help="Date at which analysis was performed. Example 2021-10-17 " />
5fcaabf17d8d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff changeset
52 <param argument="--biosampleId" optional="true" type="text" label="BIOSAMPLE ID" value="" help="Reference to the id of the biosample this analysis is reporting on. Example S0001 " />
5fcaabf17d8d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff changeset
53 <param argument="--identification" optional="true" type="text" label="ID" value="" help="Analysis reference ID (external accession or internal ID). Example GA.01234abcde" />
5fcaabf17d8d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff changeset
54 <param argument="--individualId" optional="true" type="text" label="INDIVIDUALID" value="" help="Reference to the id of the individual this analysis is reporting on. Example P0001 " />
5fcaabf17d8d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff changeset
55 <param argument="--pipelineName" optional="true" type="text" label="PIPELINE NAME" value="" help="Analysis pipeline and version if a standardized pipeline was used. Example Pipeline-panel-0001-v1 " />
5fcaabf17d8d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff changeset
56 <param argument="--pipelineRef" optional="true" type="text" label="PIPELINE REF" value="" help="Link to Analysis pipeline resource" />
5fcaabf17d8d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff changeset
57 <param argument="--runId" optional="true" type="text" label="RUNID" value="" help=" Run identifier (external accession or internal ID). Example SRR10903401" />
5fcaabf17d8d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff changeset
58 <param argument="--variantCaller" optional="true" type="text" label="VARIANT CALLER" value="" help="Reference to variant calling software / pipeline. Example GATK4.0 " />
5fcaabf17d8d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff changeset
59 </section>
5fcaabf17d8d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff changeset
60 </inputs>
5fcaabf17d8d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff changeset
61 <outputs>
5fcaabf17d8d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff changeset
62 <data name="out_analyses_query" format="json" label="${tool.name} on ${on_string}: Analyses Query" from_work_dir="analyses_query_findings.json" />
5fcaabf17d8d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff changeset
63 </outputs>
5fcaabf17d8d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff changeset
64 <tests>
5fcaabf17d8d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff changeset
65 <test expect_num_outputs="1">
5fcaabf17d8d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff changeset
66 <param name="database" value="beacon" />
1
2e057dfe494c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit 23f6d9e5e91c43d5ab68e604205e06785635f42f
iuc
parents: 0
diff changeset
67 <param name="collection" value="test" />
0
5fcaabf17d8d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff changeset
68 <param name="db_host" value="20.108.51.167" />
5fcaabf17d8d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff changeset
69 <param name="individualId" value="NA24694" />
5fcaabf17d8d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff changeset
70 <param name="biosampleId" value="S0002" />
5fcaabf17d8d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff changeset
71 <param name="aligner" value="bwa-0.7.8" />
5fcaabf17d8d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff changeset
72 <param name="pipelineName" value="GATK Pipeline 4.2.3.0" />
1
2e057dfe494c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit 23f6d9e5e91c43d5ab68e604205e06785635f42f
iuc
parents: 0
diff changeset
73 <param name="identification" value="refvar-66bf2f3c0db372483f7bd37b" />
0
5fcaabf17d8d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff changeset
74 <output name="out_analyses_query">
5fcaabf17d8d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff changeset
75 <assert_contents><has_text_matching expression="_id"/></assert_contents>
5fcaabf17d8d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff changeset
76 </output>
5fcaabf17d8d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff changeset
77 </test>
5fcaabf17d8d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff changeset
78 </tests>
5fcaabf17d8d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff changeset
79 <help><![CDATA[
5fcaabf17d8d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff changeset
80 Beacon2 Analyses queries the analyses collection in the Beacon database to identify bioinformatic procedures and variants. This tool allows detailed queries using advanced settings such as aligner, analysis date, biosample ID, and more.
5fcaabf17d8d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff changeset
81 ]]></help>
5fcaabf17d8d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff changeset
82 <expand macro="citations" />
5fcaabf17d8d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff changeset
83 </tool>