Mercurial > repos > iuc > beacon2_datasets
annotate datasets.xml @ 2:3c1b83a066a1 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit bf308a3ea09dc413670e41141d6849af7dd33798
| author | iuc |
|---|---|
| date | Tue, 24 Sep 2024 19:25:06 +0000 |
| parents | 237beddb2ab0 |
| children |
| rev | line source |
|---|---|
|
0
869126027692
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_datasets" name="Beacon2 Datasets" version="1.0.0" profile="21.05"> |
|
869126027692
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 datasets collection in the beacon database groupings of variants or individuals who belong to the same repository</description> |
|
869126027692
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff
changeset
|
3 <macros> |
|
869126027692
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> |
|
869126027692
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff
changeset
|
5 </macros> |
|
869126027692
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"/> |
|
869126027692
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"/> |
|
869126027692
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"> |
|
869126027692
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff
changeset
|
9 <![CDATA[ |
|
869126027692
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff
changeset
|
10 beacon2-search datasets |
|
869126027692
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff
changeset
|
11 --db-host '$db_host' |
|
869126027692
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff
changeset
|
12 --db-port $db_port |
|
869126027692
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff
changeset
|
13 --database '$database' |
|
869126027692
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff
changeset
|
14 --collection '$collection' |
|
869126027692
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff
changeset
|
15 --advance-connection |
|
869126027692
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff
changeset
|
16 --db-auth-config '$credentials' |
|
869126027692
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff
changeset
|
17 #if str($advanced_settings.dataUseConditions) |
|
869126027692
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff
changeset
|
18 --dataUseConditions '$advanced_settings.dataUseConditions' |
|
869126027692
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff
changeset
|
19 #end if |
|
869126027692
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff
changeset
|
20 #if str($advanced_settings.ontologyModifiers) |
|
869126027692
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff
changeset
|
21 --ontologyModifiers '$advanced_settings.ontologyModifiers' |
|
869126027692
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff
changeset
|
22 #end if |
|
869126027692
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff
changeset
|
23 #if str($advanced_settings.identification) |
|
869126027692
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff
changeset
|
24 --identification '$advanced_settings.identification' |
|
869126027692
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff
changeset
|
25 #end if |
|
869126027692
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff
changeset
|
26 #if str($advanced_settings.name) |
|
869126027692
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff
changeset
|
27 --name '$advanced_settings.name' |
|
869126027692
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff
changeset
|
28 #end if |
|
869126027692
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff
changeset
|
29 > datasets_query_findings.json |
|
869126027692
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff
changeset
|
30 ]]> |
|
869126027692
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff
changeset
|
31 </command> |
|
869126027692
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff
changeset
|
32 <expand macro="configfile"/> |
|
869126027692
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff
changeset
|
33 <inputs> |
|
869126027692
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff
changeset
|
34 <expand macro="Connection_to_MongoDB"/> |
|
869126027692
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff
changeset
|
35 <expand macro="Database_Configuration"/> |
|
869126027692
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff
changeset
|
36 <section name="advanced_settings" title="Advanced settings" expanded="false"> |
|
869126027692
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff
changeset
|
37 <param argument="--dataUseConditions" optional="true" type="text" label="DATAUSECONDITIONS" value="" help="Data use conditions applying to this dataset, e.g. disease specific research" /> |
|
869126027692
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff
changeset
|
38 <param argument="--ontologyModifiers" optional="true" type="text" label="DATA USE CONDITIONS MODIFIERS" value="" help="Modifiers that further specify the datasets, e.g. coronary artery disease" /> |
|
869126027692
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff
changeset
|
39 <param argument="--identification" optional="true" type="text" label="ID" value="" help="Unique identifier of the dataset" /> |
|
869126027692
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff
changeset
|
40 <param argument="--name" optional="true" type="text" label="NAME" value="" help="Name of the dataset" /> |
|
869126027692
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff
changeset
|
41 </section> |
|
869126027692
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff
changeset
|
42 </inputs> |
|
869126027692
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff
changeset
|
43 <outputs> |
|
869126027692
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff
changeset
|
44 <data name="out_datasets_query" format="json" label="${tool.name} on ${on_string}: Datasets Query" from_work_dir="datasets_query_findings.json" /> |
|
869126027692
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff
changeset
|
45 </outputs> |
|
869126027692
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff
changeset
|
46 <tests> |
|
869126027692
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff
changeset
|
47 <test expect_num_outputs="1"> |
|
869126027692
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff
changeset
|
48 <param name="database" value="beacon" /> |
|
1
237beddb2ab0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit 23f6d9e5e91c43d5ab68e604205e06785635f42f
iuc
parents:
0
diff
changeset
|
49 <param name="collection" value="test" /> |
|
0
869126027692
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff
changeset
|
50 <param name="db_host" value="20.108.51.167" /> |
|
1
237beddb2ab0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit 23f6d9e5e91c43d5ab68e604205e06785635f42f
iuc
parents:
0
diff
changeset
|
51 <param name="identification" value="refvar-66bf2f5ead2a4a766ce987ee" /> |
|
0
869126027692
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff
changeset
|
52 <param name="name" value="The Genome in a Bottle Consortium (GIAB)" /> |
|
869126027692
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff
changeset
|
53 <output name="out_datasets_query"> |
|
869126027692
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff
changeset
|
54 <assert_contents> |
|
869126027692
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff
changeset
|
55 <has_text_matching expression="_id"/> |
|
869126027692
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff
changeset
|
56 </assert_contents> |
|
869126027692
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff
changeset
|
57 </output> |
|
869126027692
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff
changeset
|
58 </test> |
|
869126027692
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff
changeset
|
59 </tests> |
|
869126027692
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff
changeset
|
60 <help><![CDATA[ |
|
869126027692
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff
changeset
|
61 Beacon2 Datasets queries the datasets collection in the Beacon database to study the variants or individuals in a populations or groups who belong to the same repository. |
|
869126027692
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff
changeset
|
62 ]]></help> |
|
869126027692
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff
changeset
|
63 <expand macro="citations" /> |
|
869126027692
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/beacon2-import commit f4151aa2d760f931f819f954f465ef66055bf258
iuc
parents:
diff
changeset
|
64 </tool> |
