Mercurial > repos > iuc > gemini_load
annotate gemini_load.xml @ 12:1561834c60bd draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit f7bdf08922aaf4119aefe7041e754a69cf64aebd
| author | iuc |
|---|---|
| date | Wed, 13 Jul 2022 15:19:19 +0000 |
| parents | 269089b363d9 |
| children |
| rev | line source |
|---|---|
|
9
aabda1846d52
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 251c6024b4ff643a63e17fbfe2590998c2bae3a7"
iuc
parents:
8
diff
changeset
|
1 <tool id="gemini_@BINARY@" name="GEMINI @BINARY@" version="@VERSION@+galaxy2"> |
|
0
7f7fbd50e9dc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/gemini commit e88029bb12e5262687267293f9d2a694eb00d3f0-dirty
iuc
parents:
diff
changeset
|
2 <description>Loading a VCF file into GEMINI</description> |
|
11
269089b363d9
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
9
diff
changeset
|
3 <expand macro="bio_tools"/> |
|
0
7f7fbd50e9dc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/gemini commit e88029bb12e5262687267293f9d2a694eb00d3f0-dirty
iuc
parents:
diff
changeset
|
4 <macros> |
|
7f7fbd50e9dc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/gemini commit e88029bb12e5262687267293f9d2a694eb00d3f0-dirty
iuc
parents:
diff
changeset
|
5 <import>gemini_macros.xml</import> |
|
7f7fbd50e9dc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/gemini commit e88029bb12e5262687267293f9d2a694eb00d3f0-dirty
iuc
parents:
diff
changeset
|
6 <token name="@BINARY@">load</token> |
|
7f7fbd50e9dc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/gemini commit e88029bb12e5262687267293f9d2a694eb00d3f0-dirty
iuc
parents:
diff
changeset
|
7 </macros> |
|
7f7fbd50e9dc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/gemini commit e88029bb12e5262687267293f9d2a694eb00d3f0-dirty
iuc
parents:
diff
changeset
|
8 <expand macro="requirements" /> |
|
7f7fbd50e9dc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/gemini commit e88029bb12e5262687267293f9d2a694eb00d3f0-dirty
iuc
parents:
diff
changeset
|
9 <expand macro="stdio" /> |
|
7f7fbd50e9dc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/gemini commit e88029bb12e5262687267293f9d2a694eb00d3f0-dirty
iuc
parents:
diff
changeset
|
10 <expand macro="version_command" /> |
|
7f7fbd50e9dc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/gemini commit e88029bb12e5262687267293f9d2a694eb00d3f0-dirty
iuc
parents:
diff
changeset
|
11 <command> |
|
7f7fbd50e9dc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/gemini commit e88029bb12e5262687267293f9d2a694eb00d3f0-dirty
iuc
parents:
diff
changeset
|
12 <![CDATA[ |
|
4
264f4601dd1d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit e4dce25c8dbeffca62c402f74ca733ddc7a6091b
iuc
parents:
3
diff
changeset
|
13 @PROVIDE_ANNO_DATA@ |
|
264f4601dd1d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit e4dce25c8dbeffca62c402f74ca733ddc7a6091b
iuc
parents:
3
diff
changeset
|
14 |
|
9
aabda1846d52
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 251c6024b4ff643a63e17fbfe2590998c2bae3a7"
iuc
parents:
8
diff
changeset
|
15 ## gemini load expects a bgzipped and tabixed vcf as input |
|
aabda1846d52
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 251c6024b4ff643a63e17fbfe2590998c2bae3a7"
iuc
parents:
8
diff
changeset
|
16 #set $tabixed_file = 'input.vcf.gz' |
|
aabda1846d52
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 251c6024b4ff643a63e17fbfe2590998c2bae3a7"
iuc
parents:
8
diff
changeset
|
17 #if $infile.ext == 'vcf': |
|
aabda1846d52
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 251c6024b4ff643a63e17fbfe2590998c2bae3a7"
iuc
parents:
8
diff
changeset
|
18 bgzip -c '$infile' > $tabixed_file && |
|
aabda1846d52
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 251c6024b4ff643a63e17fbfe2590998c2bae3a7"
iuc
parents:
8
diff
changeset
|
19 tabix -p vcf $tabixed_file && |
|
aabda1846d52
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 251c6024b4ff643a63e17fbfe2590998c2bae3a7"
iuc
parents:
8
diff
changeset
|
20 #else: |
|
aabda1846d52
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 251c6024b4ff643a63e17fbfe2590998c2bae3a7"
iuc
parents:
8
diff
changeset
|
21 ln -s '$infile' $tabixed_file && |
|
aabda1846d52
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 251c6024b4ff643a63e17fbfe2590998c2bae3a7"
iuc
parents:
8
diff
changeset
|
22 ln -s '$infile.metadata.tabix_index' ${tabixed_file}.tbi && |
|
aabda1846d52
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 251c6024b4ff643a63e17fbfe2590998c2bae3a7"
iuc
parents:
8
diff
changeset
|
23 #end if |
|
0
7f7fbd50e9dc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/gemini commit e88029bb12e5262687267293f9d2a694eb00d3f0-dirty
iuc
parents:
diff
changeset
|
24 |
|
7f7fbd50e9dc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/gemini commit e88029bb12e5262687267293f9d2a694eb00d3f0-dirty
iuc
parents:
diff
changeset
|
25 gemini |
|
7f7fbd50e9dc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/gemini commit e88029bb12e5262687267293f9d2a694eb00d3f0-dirty
iuc
parents:
diff
changeset
|
26 @BINARY@ |
|
7f7fbd50e9dc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/gemini commit e88029bb12e5262687267293f9d2a694eb00d3f0-dirty
iuc
parents:
diff
changeset
|
27 -v input.vcf.gz |
|
7f7fbd50e9dc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/gemini commit e88029bb12e5262687267293f9d2a694eb00d3f0-dirty
iuc
parents:
diff
changeset
|
28 #if str( $annotation_type ) != "None": |
|
7
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
29 -t $annotation_type |
|
0
7f7fbd50e9dc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/gemini commit e88029bb12e5262687267293f9d2a694eb00d3f0-dirty
iuc
parents:
diff
changeset
|
30 #end if |
|
7f7fbd50e9dc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/gemini commit e88029bb12e5262687267293f9d2a694eb00d3f0-dirty
iuc
parents:
diff
changeset
|
31 |
|
7
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
32 $has_genotypes |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
33 |
|
0
7f7fbd50e9dc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/gemini commit e88029bb12e5262687267293f9d2a694eb00d3f0-dirty
iuc
parents:
diff
changeset
|
34 #if $ped: |
|
7f7fbd50e9dc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/gemini commit e88029bb12e5262687267293f9d2a694eb00d3f0-dirty
iuc
parents:
diff
changeset
|
35 -p $ped |
|
7f7fbd50e9dc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/gemini commit e88029bb12e5262687267293f9d2a694eb00d3f0-dirty
iuc
parents:
diff
changeset
|
36 #end if |
|
7f7fbd50e9dc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/gemini commit e88029bb12e5262687267293f9d2a694eb00d3f0-dirty
iuc
parents:
diff
changeset
|
37 |
|
7
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
38 #if 'gerp_bp' not in str($opt_content): |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
39 --skip-gerp-bp |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
40 #end if |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
41 #if 'cadd' not in str($opt_content): |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
42 --skip-cadd |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
43 #end if |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
44 #if 'gene_tables' not in str($opt_content): |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
45 --skip-gene-tables |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
46 #end if |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
47 #if 'genotypes' not in str($opt_content): |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
48 --no-load-genotypes |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
49 #end if |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
50 #if 'gt_pl' not in str($opt_content): |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
51 --skip-pls |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
52 #end if |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
53 #if 'passonly' in str($opt_content): |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
54 --passonly |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
55 #end if |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
56 #if 'info_string' in str($opt_content): |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
57 --save-info-string |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
58 #end if |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
59 |
|
0
7f7fbd50e9dc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/gemini commit e88029bb12e5262687267293f9d2a694eb00d3f0-dirty
iuc
parents:
diff
changeset
|
60 --cores \${GALAXY_SLOTS:-4} |
|
7f7fbd50e9dc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/gemini commit e88029bb12e5262687267293f9d2a694eb00d3f0-dirty
iuc
parents:
diff
changeset
|
61 |
|
7
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
62 '$outfile' |
|
0
7f7fbd50e9dc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/gemini commit e88029bb12e5262687267293f9d2a694eb00d3f0-dirty
iuc
parents:
diff
changeset
|
63 ]]> |
|
7f7fbd50e9dc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/gemini commit e88029bb12e5262687267293f9d2a694eb00d3f0-dirty
iuc
parents:
diff
changeset
|
64 </command> |
|
7f7fbd50e9dc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/gemini commit e88029bb12e5262687267293f9d2a694eb00d3f0-dirty
iuc
parents:
diff
changeset
|
65 <inputs> |
|
9
aabda1846d52
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 251c6024b4ff643a63e17fbfe2590998c2bae3a7"
iuc
parents:
8
diff
changeset
|
66 <param name="infile" type="data" format="vcf,vcf_bgzip" |
|
7
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
67 label="VCF dataset to be loaded in the GEMINI database" |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
68 help="Only build 37 (aka hg19) of the human genome is supported."> |
|
0
7f7fbd50e9dc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/gemini commit e88029bb12e5262687267293f9d2a694eb00d3f0-dirty
iuc
parents:
diff
changeset
|
69 <options> |
|
7f7fbd50e9dc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/gemini commit e88029bb12e5262687267293f9d2a694eb00d3f0-dirty
iuc
parents:
diff
changeset
|
70 <filter type="add_value" value="hg19" /> |
|
7f7fbd50e9dc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/gemini commit e88029bb12e5262687267293f9d2a694eb00d3f0-dirty
iuc
parents:
diff
changeset
|
71 <filter type="add_value" value="Homo_sapiens_nuHg19_mtrCRS" /> |
|
7f7fbd50e9dc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/gemini commit e88029bb12e5262687267293f9d2a694eb00d3f0-dirty
iuc
parents:
diff
changeset
|
72 <filter type="add_value" value="hg_g1k_v37" /> |
|
7f7fbd50e9dc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/gemini commit e88029bb12e5262687267293f9d2a694eb00d3f0-dirty
iuc
parents:
diff
changeset
|
73 </options> |
|
7f7fbd50e9dc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/gemini commit e88029bb12e5262687267293f9d2a694eb00d3f0-dirty
iuc
parents:
diff
changeset
|
74 </param> |
|
7
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
75 <param argument="-t" name="annotation_type" type="select" |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
76 label="The variants in this input are" |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
77 help="GEMINI can parse and use annotations generated with either snpEff (both 'EFF'- and 'ANN'-style annotations are supported) or VEP. You can also load unannotated variants, but most of GEMINI's functionality will not be available or not be very useful without annotations."> |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
78 <option value="snpEff" selected="True">annotated with snpEff</option> |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
79 <option value="VEP">annotated with VEP</option> |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
80 <option value="None">not annotated (not recommended)</option> |
|
0
7f7fbd50e9dc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/gemini commit e88029bb12e5262687267293f9d2a694eb00d3f0-dirty
iuc
parents:
diff
changeset
|
81 </param> |
|
7
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
82 <param argument="--no-genotypes" name="has_genotypes" type="boolean" falsevalue="--no-genotypes" truevalue="" checked="True" |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
83 label="This input comes with genotype calls for its samples" |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
84 help="This is usually the case, but some published datasets, like some 1000G VCFs, are missing genotype information."/> |
|
0
7f7fbd50e9dc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/gemini commit e88029bb12e5262687267293f9d2a694eb00d3f0-dirty
iuc
parents:
diff
changeset
|
85 <expand macro="annotation_dir" /> |
|
7
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
86 <param argument="-p" name="ped" type="data" format="tabular" optional="True" |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
87 label="Sample and family information in PED format" |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
88 help="The pedigree dataset is optional, but several GEMINI tools require the relationship between samples (i.e., the family structure) and/or the sample phenotype to be defined. The PED format is a simple tabular format (see the tool help below for details). If you choose to not provide sample information now, but later find that you need it for your analysis, you can also add it to an existing GEMINI database by using the GEMINI amend tool." /> |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
89 <param name="opt_content" type="select" display="checkboxes" multiple="true" optional="true" |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
90 label="Load the following optional content into the database" |
|
8
7d9b78678bc2
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 0d594bd114a5b090efd84449c4af74ef219c9646
iuc
parents:
7
diff
changeset
|
91 help="The preselected defaults should be ok for most use cases (feel free to enable CADD scores for non-commercial use). If you are not interested in certain annotations, you can speed up database creation and decrease the resulting database size slightly by not loading them into the database. Note: GERP and CADD scores are optional parts of the annotation source and can only be loaded if available."> |
|
7
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
92 <option value="gerp_bp" selected="true">GERP scores</option> |
|
8
7d9b78678bc2
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 0d594bd114a5b090efd84449c4af74ef219c9646
iuc
parents:
7
diff
changeset
|
93 <option value="cadd" selected="false">CADD scores (non-commercial use only; see licensing note below)</option> |
|
7
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
94 <option value="gene_tables" selected="true">Gene tables</option> |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
95 <option value="genotypes" selected="true">Sample genotypes</option> |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
96 <option value="gt_pl" selected="true">Genotype likelihoods (sample PLs)</option> |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
97 <option value="passonly" selected="false">only variants that passed all filters</option> |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
98 <option value="info_string" selected="false">variant INFO field</option> |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
99 </param> |
|
0
7f7fbd50e9dc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/gemini commit e88029bb12e5262687267293f9d2a694eb00d3f0-dirty
iuc
parents:
diff
changeset
|
100 </inputs> |
|
7f7fbd50e9dc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/gemini commit e88029bb12e5262687267293f9d2a694eb00d3f0-dirty
iuc
parents:
diff
changeset
|
101 <outputs> |
|
7f7fbd50e9dc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/gemini commit e88029bb12e5262687267293f9d2a694eb00d3f0-dirty
iuc
parents:
diff
changeset
|
102 <data name="outfile" format="gemini.sqlite" /> |
|
7f7fbd50e9dc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/gemini commit e88029bb12e5262687267293f9d2a694eb00d3f0-dirty
iuc
parents:
diff
changeset
|
103 </outputs> |
|
7f7fbd50e9dc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/gemini commit e88029bb12e5262687267293f9d2a694eb00d3f0-dirty
iuc
parents:
diff
changeset
|
104 <tests> |
|
7f7fbd50e9dc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/gemini commit e88029bb12e5262687267293f9d2a694eb00d3f0-dirty
iuc
parents:
diff
changeset
|
105 <test> |
|
5
b382ddaf8445
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 283362494058ed64143b1f27afb447b8a1cb4313
iuc
parents:
4
diff
changeset
|
106 <param name="annotation_databases" value="1999-01-01" /> |
|
b382ddaf8445
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 283362494058ed64143b1f27afb447b8a1cb4313
iuc
parents:
4
diff
changeset
|
107 <param name="infile" dbkey="hg19" value="gemini_load_input.vcf" ftype="vcf" /> |
|
7
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
108 <param name="opt_content" value="gene_tables,genotypes,gt_pl" /> |
|
12
1561834c60bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit f7bdf08922aaf4119aefe7041e754a69cf64aebd
iuc
parents:
11
diff
changeset
|
109 <output name="outfile" file="gemini_load_result1.db" ftype="gemini.sqlite" compare="sim_size" delta="10000" /> |
|
7
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
110 <assert_command> |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
111 <has_text text="--skip-gerp-bp" /> |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
112 <has_text text="--skip-cadd" /> |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
113 <not_has_text text="--skip-gene-tables" /> |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
114 <not_has_text text="--skip-pls" /> |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
115 <not_has_text text="--no-load-genotypes" /> |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
116 <not_has_text text="--passonly" /> |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
117 <not_has_text text="--save-info-string" /> |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
118 <not_has_text text="--no-genotypes" /> |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
119 </assert_command> |
|
5
b382ddaf8445
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 283362494058ed64143b1f27afb447b8a1cb4313
iuc
parents:
4
diff
changeset
|
120 </test> |
|
b382ddaf8445
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 283362494058ed64143b1f27afb447b8a1cb4313
iuc
parents:
4
diff
changeset
|
121 <test> |
|
b382ddaf8445
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 283362494058ed64143b1f27afb447b8a1cb4313
iuc
parents:
4
diff
changeset
|
122 <param name="annotation_databases" value="1999-01-01" /> |
|
b382ddaf8445
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 283362494058ed64143b1f27afb447b8a1cb4313
iuc
parents:
4
diff
changeset
|
123 <param name="infile" dbkey="hg19" value="gemini_load_input.vcf" ftype="vcf" /> |
|
7
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
124 <param name="opt_content" value="gerp_bp,cadd,gene_tables,genotypes,gt_pl" /> |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
125 <param name="has_genotypes" value="True" /> |
|
12
1561834c60bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit f7bdf08922aaf4119aefe7041e754a69cf64aebd
iuc
parents:
11
diff
changeset
|
126 <output name="outfile" file="gemini_load_result1.db" ftype="gemini.sqlite" compare="sim_size" delta="10000" /> |
|
5
b382ddaf8445
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 283362494058ed64143b1f27afb447b8a1cb4313
iuc
parents:
4
diff
changeset
|
127 <assert_stderr> |
|
b382ddaf8445
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 283362494058ed64143b1f27afb447b8a1cb4313
iuc
parents:
4
diff
changeset
|
128 <has_text text="CADD scores are not being loaded because the annotation file could not be found." /> |
|
b382ddaf8445
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 283362494058ed64143b1f27afb447b8a1cb4313
iuc
parents:
4
diff
changeset
|
129 <has_text text="GERP per bp is not being loaded because the annotation file could not be found." /> |
|
b382ddaf8445
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 283362494058ed64143b1f27afb447b8a1cb4313
iuc
parents:
4
diff
changeset
|
130 </assert_stderr> |
|
7
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
131 <assert_command> |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
132 <not_has_text text="--skip-gerp-bp" /> |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
133 <not_has_text text="--skip-cadd" /> |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
134 <not_has_text text="--skip-gene-tables" /> |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
135 <not_has_text text="--skip-pls" /> |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
136 <not_has_text text="--no-load-genotypes" /> |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
137 <not_has_text text="--passonly" /> |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
138 <not_has_text text="--save-info-string" /> |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
139 <not_has_text text="--no-genotypes" /> |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
140 </assert_command> |
|
5
b382ddaf8445
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 283362494058ed64143b1f27afb447b8a1cb4313
iuc
parents:
4
diff
changeset
|
141 </test> |
|
b382ddaf8445
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 283362494058ed64143b1f27afb447b8a1cb4313
iuc
parents:
4
diff
changeset
|
142 <test> |
|
b382ddaf8445
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 283362494058ed64143b1f27afb447b8a1cb4313
iuc
parents:
4
diff
changeset
|
143 <param name="annotation_databases" value="1999-01-01" /> |
|
b382ddaf8445
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 283362494058ed64143b1f27afb447b8a1cb4313
iuc
parents:
4
diff
changeset
|
144 <param name="infile" dbkey="hg19" value="gemini_load_input.vcf" ftype="vcf" /> |
|
7
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
145 <param name="opt_content" value="genotypes,gt_pl" /> |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
146 <param name="has_genotypes" value="False" /> |
|
12
1561834c60bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit f7bdf08922aaf4119aefe7041e754a69cf64aebd
iuc
parents:
11
diff
changeset
|
147 <output name="outfile" file="gemini_load_result2.db" ftype="gemini.sqlite" compare="sim_size" delta="10000" /> |
|
7
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
148 <assert_command> |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
149 <has_text text="--skip-gerp-bp" /> |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
150 <has_text text="--skip-cadd" /> |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
151 <has_text text="--skip-gene-tables" /> |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
152 <not_has_text text="--skip-pls" /> |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
153 <not_has_text text="--no-load-genotypes" /> |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
154 <not_has_text text="--passonly" /> |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
155 <not_has_text text="--save-info-string" /> |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
156 <has_text text="--no-genotypes" /> |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
157 </assert_command> |
|
5
b382ddaf8445
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 283362494058ed64143b1f27afb447b8a1cb4313
iuc
parents:
4
diff
changeset
|
158 </test> |
|
b382ddaf8445
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 283362494058ed64143b1f27afb447b8a1cb4313
iuc
parents:
4
diff
changeset
|
159 <test> |
|
b382ddaf8445
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 283362494058ed64143b1f27afb447b8a1cb4313
iuc
parents:
4
diff
changeset
|
160 <param name="annotation_databases" value="1999-01-01" /> |
|
b382ddaf8445
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 283362494058ed64143b1f27afb447b8a1cb4313
iuc
parents:
4
diff
changeset
|
161 <param name="infile" dbkey="hg19" value="gemini_amend.vcf" ftype="vcf" /> |
|
7
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
162 <param name="opt_content" value="gene_tables,genotypes,gt_pl" /> |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
163 <param name="has_genotypes" value="True" /> |
|
5
b382ddaf8445
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 283362494058ed64143b1f27afb447b8a1cb4313
iuc
parents:
4
diff
changeset
|
164 <param name="ped" value="gemini_amend.ped" ftype="tabular" /> |
|
12
1561834c60bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit f7bdf08922aaf4119aefe7041e754a69cf64aebd
iuc
parents:
11
diff
changeset
|
165 <output name="outfile" file="gemini_auto_rec_input.db" ftype="gemini.sqlite" compare="sim_size" delta="20000" /> |
|
0
7f7fbd50e9dc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/gemini commit e88029bb12e5262687267293f9d2a694eb00d3f0-dirty
iuc
parents:
diff
changeset
|
166 </test> |
|
9
aabda1846d52
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 251c6024b4ff643a63e17fbfe2590998c2bae3a7"
iuc
parents:
8
diff
changeset
|
167 <test> |
|
aabda1846d52
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 251c6024b4ff643a63e17fbfe2590998c2bae3a7"
iuc
parents:
8
diff
changeset
|
168 <param name="annotation_databases" value="1999-01-01" /> |
|
aabda1846d52
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 251c6024b4ff643a63e17fbfe2590998c2bae3a7"
iuc
parents:
8
diff
changeset
|
169 <param name="infile" dbkey="hg19" value="gemini_amend.vcf.gz" ftype="vcf_bgzip" /> |
|
aabda1846d52
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 251c6024b4ff643a63e17fbfe2590998c2bae3a7"
iuc
parents:
8
diff
changeset
|
170 <param name="opt_content" value="gene_tables,genotypes,gt_pl" /> |
|
aabda1846d52
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 251c6024b4ff643a63e17fbfe2590998c2bae3a7"
iuc
parents:
8
diff
changeset
|
171 <param name="has_genotypes" value="True" /> |
|
aabda1846d52
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 251c6024b4ff643a63e17fbfe2590998c2bae3a7"
iuc
parents:
8
diff
changeset
|
172 <param name="ped" value="gemini_amend.ped" ftype="tabular" /> |
|
12
1561834c60bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit f7bdf08922aaf4119aefe7041e754a69cf64aebd
iuc
parents:
11
diff
changeset
|
173 <output name="outfile" file="gemini_auto_rec_input.db" ftype="gemini.sqlite" compare="sim_size" delta="20000" /> |
|
9
aabda1846d52
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 251c6024b4ff643a63e17fbfe2590998c2bae3a7"
iuc
parents:
8
diff
changeset
|
174 </test> |
|
0
7f7fbd50e9dc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/gemini commit e88029bb12e5262687267293f9d2a694eb00d3f0-dirty
iuc
parents:
diff
changeset
|
175 </tests> |
|
7f7fbd50e9dc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/gemini commit e88029bb12e5262687267293f9d2a694eb00d3f0-dirty
iuc
parents:
diff
changeset
|
176 <help><![CDATA[ |
|
8
7d9b78678bc2
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 0d594bd114a5b090efd84449c4af74ef219c9646
iuc
parents:
7
diff
changeset
|
177 .. class:: Warning mark |
|
7d9b78678bc2
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 0d594bd114a5b090efd84449c4af74ef219c9646
iuc
parents:
7
diff
changeset
|
178 |
|
7d9b78678bc2
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 0d594bd114a5b090efd84449c4af74ef219c9646
iuc
parents:
7
diff
changeset
|
179 **CADD scores licensing** |
|
7d9b78678bc2
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 0d594bd114a5b090efd84449c4af74ef219c9646
iuc
parents:
7
diff
changeset
|
180 |
|
7d9b78678bc2
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 0d594bd114a5b090efd84449c4af74ef219c9646
iuc
parents:
7
diff
changeset
|
181 CADD scores are freely available for non-commercial applications only. Make |
|
7d9b78678bc2
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 0d594bd114a5b090efd84449c4af74ef219c9646
iuc
parents:
7
diff
changeset
|
182 sure you `contact the developers <https://cadd.gs.washington.edu/contact>`__ |
|
7d9b78678bc2
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 0d594bd114a5b090efd84449c4af74ef219c9646
iuc
parents:
7
diff
changeset
|
183 before using them in any commercial application. |
|
7d9b78678bc2
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 0d594bd114a5b090efd84449c4af74ef219c9646
iuc
parents:
7
diff
changeset
|
184 |
|
7d9b78678bc2
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 0d594bd114a5b090efd84449c4af74ef219c9646
iuc
parents:
7
diff
changeset
|
185 ----- |
|
7d9b78678bc2
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 0d594bd114a5b090efd84449c4af74ef219c9646
iuc
parents:
7
diff
changeset
|
186 |
|
0
7f7fbd50e9dc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/gemini commit e88029bb12e5262687267293f9d2a694eb00d3f0-dirty
iuc
parents:
diff
changeset
|
187 **What it does** |
|
7f7fbd50e9dc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/gemini commit e88029bb12e5262687267293f9d2a694eb00d3f0-dirty
iuc
parents:
diff
changeset
|
188 |
|
7
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
189 Before we can use GEMINI to explore genetic variation, we must first load the |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
190 variant information stored in VCF format into the GEMINI database framework. |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
191 |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
192 To fully leverage the power of GEMINI, you should first **annotate your VCF |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
193 dataset** with the functional consequences of the variants using either *VEP* |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
194 or *snpEff*. |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
195 |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
196 .. class:: Warning mark |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
197 |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
198 To avoid problems during annotation, but also during later variant queries with |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
199 GEMINI tools, it is good practice to preprocess your VCF dataset even before |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
200 annoation to split records with multiple alternate alleles, and to left-align |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
201 and trim indels. The authors of GEMINI recommend the tool *vt* for this purpose, |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
202 an equivalently good option is *bcftools norm*, and Galaxy wrappers exist for |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
203 both tools. |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
204 |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
205 In addition, you are encouraged to provide **family and sample phenotype |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
206 information in PED format**, if you are planning to use GEMINI for any kind of |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
207 variant identification based on inheritance patterns. |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
208 |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
209 A PED file is simply a tabular text file (columns can be separated by either |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
210 spaces or TABs, but not a mixture of the two within the same file) with the |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
211 header:: |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
212 |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
213 #family_id name paternal_id maternal_id sex phenotype |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
214 |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
215 and optional additional columns. The actual column names in the header are not |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
216 fixed, but there have to be at least six columns that are interpreted as |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
217 detailed next. |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
218 |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
219 Subsequent lines describe one sample from the VCF input dataset each, where |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
220 |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
221 - *family_id* is an alphanumeric identifier of a family |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
222 |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
223 If the family, to which the sample belongs, is unknown, a placeholder of |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
224 ``0``, ``-9`` or ``None`` can be used to indicate this fact. |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
225 |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
226 - *name* is the identifier of the sample described by the line |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
227 |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
228 - *paternal_id* is the identifier of the sample's father |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
229 |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
230 If the sample's father is not available in the VCF, a placeholder of |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
231 ``0``, ``-9`` or ``None`` can be used to indicate this fact. |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
232 |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
233 - *maternal_id* is the identifier of the sample's mother |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
234 |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
235 If the sample's mother is not available in the VCF, a placeholder of |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
236 ``0``, ``-9`` or ``None`` can be used to indicate this fact. |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
237 |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
238 - *sex* is a numeric code for the sample's sex |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
239 (1=male, 2=female, any other number=unknown sex) |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
240 |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
241 - *phenotype* is a numeric code for the sample's phenotypic affection status |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
242 (1=unaffected, 2=affected) |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
243 |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
244 If the sample's phenotype is unknown, a placeholder of ``0`` or ``-9`` can be |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
245 used to indicate this fact. |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
246 |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
247 - Optional additional columns can have any column name you like, and accept any |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
248 per-sample value. The data from such extra columns will be added to the |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
249 samples table of the GEMINI database so you can use them in queries. Extra |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
250 columns can be used, *e.g.*, to describe additional phenotypes. |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
251 |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
252 - If no extra columns are present in a PED file, then the header line is |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
253 optional. |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
254 |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
255 Here are two examples of valid PED file contents:: |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
256 |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
257 #family_id name paternal_id maternal_id sex phenotype hair_color |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
258 1 M10475 -9 -9 1 1 brown |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
259 1 M10478 M10475 M10500 2 2 brown |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
260 1 M10500 -9 -9 2 2 black |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
261 1 M128215 M10475 M10500 1 1 blue |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
262 |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
263 This describes a family with two kids, in which mother and daughter, but not |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
264 father and son are phenotypically affected. The file also stores the hair color |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
265 of all family members. |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
266 |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
267 :: |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
268 |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
269 #family_id name paternal_id maternal_id sex phenotype |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
270 0 M10475 0 0 -1 1 |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
271 0 M10478 0 0 -1 2 |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
272 0 M10500 0 0 -1 2 |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
273 0 M128215 0 0 -1 1 |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
274 |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
275 This describes the same samples as above, but without recording family |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
276 structure, sex or additional traits. Only the sample phenotypes are provided. |
|
0e136caab106
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
iuc
parents:
6
diff
changeset
|
277 In this case (no extra columns), the header line could be omitted. |
|
0
7f7fbd50e9dc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/gemini commit e88029bb12e5262687267293f9d2a694eb00d3f0-dirty
iuc
parents:
diff
changeset
|
278 |
|
7f7fbd50e9dc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/gemini commit e88029bb12e5262687267293f9d2a694eb00d3f0-dirty
iuc
parents:
diff
changeset
|
279 ]]></help> |
|
7f7fbd50e9dc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/gemini commit e88029bb12e5262687267293f9d2a694eb00d3f0-dirty
iuc
parents:
diff
changeset
|
280 <expand macro="citations"/> |
|
7f7fbd50e9dc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/gemini commit e88029bb12e5262687267293f9d2a694eb00d3f0-dirty
iuc
parents:
diff
changeset
|
281 </tool> |
