Mercurial > repos > erasmus-medical-center > hla_dq
annotate hla_dq.xml @ 1:4fc47a3ff9e8 draft default tip
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/hla_dq commit 3f631031b57350f0437e90e4de3352725bb84716
author | erasmus-medical-center |
---|---|
date | Wed, 30 May 2018 09:21:15 -0400 |
parents | 10a407fb5072 |
children |
rev | line source |
---|---|
1
4fc47a3ff9e8
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/hla_dq commit 3f631031b57350f0437e90e4de3352725bb84716
erasmus-medical-center
parents:
0
diff
changeset
|
1 <tool id="hla_dq" name="HLA-DQ typing" version="1.1"> |
0
10a407fb5072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/hla_dq commit d6273a8247a1cbb7df2b26b9e97cd1bd3faa4f61
erasmus-medical-center
parents:
diff
changeset
|
2 <description> Determine possible associated types given BLAST IMGT/HLA annotation</description> |
10a407fb5072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/hla_dq commit d6273a8247a1cbb7df2b26b9e97cd1bd3faa4f61
erasmus-medical-center
parents:
diff
changeset
|
3 <command detect_errors="exit_code"><![CDATA[ |
10a407fb5072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/hla_dq commit d6273a8247a1cbb7df2b26b9e97cd1bd3faa4f61
erasmus-medical-center
parents:
diff
changeset
|
4 python '$__tool_directory__/hla_dq.py' |
10a407fb5072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/hla_dq commit d6273a8247a1cbb7df2b26b9e97cd1bd3faa4f61
erasmus-medical-center
parents:
diff
changeset
|
5 #for $i in $filesA: |
10a407fb5072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/hla_dq commit d6273a8247a1cbb7df2b26b9e97cd1bd3faa4f61
erasmus-medical-center
parents:
diff
changeset
|
6 -A '$i.A' |
10a407fb5072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/hla_dq commit d6273a8247a1cbb7df2b26b9e97cd1bd3faa4f61
erasmus-medical-center
parents:
diff
changeset
|
7 #end for |
10a407fb5072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/hla_dq commit d6273a8247a1cbb7df2b26b9e97cd1bd3faa4f61
erasmus-medical-center
parents:
diff
changeset
|
8 #for $i in $filesB: |
10a407fb5072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/hla_dq commit d6273a8247a1cbb7df2b26b9e97cd1bd3faa4f61
erasmus-medical-center
parents:
diff
changeset
|
9 -B '$i.B' |
10a407fb5072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/hla_dq commit d6273a8247a1cbb7df2b26b9e97cd1bd3faa4f61
erasmus-medical-center
parents:
diff
changeset
|
10 #end for |
10a407fb5072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/hla_dq commit d6273a8247a1cbb7df2b26b9e97cd1bd3faa4f61
erasmus-medical-center
parents:
diff
changeset
|
11 #if $column and $column is not None: |
10a407fb5072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/hla_dq commit d6273a8247a1cbb7df2b26b9e97cd1bd3faa4f61
erasmus-medical-center
parents:
diff
changeset
|
12 --column $column |
10a407fb5072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/hla_dq commit d6273a8247a1cbb7df2b26b9e97cd1bd3faa4f61
erasmus-medical-center
parents:
diff
changeset
|
13 #end if |
10a407fb5072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/hla_dq commit d6273a8247a1cbb7df2b26b9e97cd1bd3faa4f61
erasmus-medical-center
parents:
diff
changeset
|
14 ]]></command> |
10a407fb5072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/hla_dq commit d6273a8247a1cbb7df2b26b9e97cd1bd3faa4f61
erasmus-medical-center
parents:
diff
changeset
|
15 <inputs> |
10a407fb5072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/hla_dq commit d6273a8247a1cbb7df2b26b9e97cd1bd3faa4f61
erasmus-medical-center
parents:
diff
changeset
|
16 <!-- use repeats cuz order matters --> |
10a407fb5072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/hla_dq commit d6273a8247a1cbb7df2b26b9e97cd1bd3faa4f61
erasmus-medical-center
parents:
diff
changeset
|
17 <repeat name="filesA" title="BLAST results A gene sequences" min="1"> |
10a407fb5072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/hla_dq commit d6273a8247a1cbb7df2b26b9e97cd1bd3faa4f61
erasmus-medical-center
parents:
diff
changeset
|
18 <param argument="-A" label="BLAST IMGT/HLA hits A gene" type="data" format="tabular"/> |
10a407fb5072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/hla_dq commit d6273a8247a1cbb7df2b26b9e97cd1bd3faa4f61
erasmus-medical-center
parents:
diff
changeset
|
19 </repeat> |
10a407fb5072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/hla_dq commit d6273a8247a1cbb7df2b26b9e97cd1bd3faa4f61
erasmus-medical-center
parents:
diff
changeset
|
20 <repeat name="filesB" title="BLAST results B gene sequences" min="1"> |
10a407fb5072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/hla_dq commit d6273a8247a1cbb7df2b26b9e97cd1bd3faa4f61
erasmus-medical-center
parents:
diff
changeset
|
21 <param argument="-B" label="BLAST IMGT/HLA hits B gene" type="data" format="tabular"/> |
10a407fb5072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/hla_dq commit d6273a8247a1cbb7df2b26b9e97cd1bd3faa4f61
erasmus-medical-center
parents:
diff
changeset
|
22 </repeat> |
10a407fb5072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/hla_dq commit d6273a8247a1cbb7df2b26b9e97cd1bd3faa4f61
erasmus-medical-center
parents:
diff
changeset
|
23 <param argument="--column" label="Column number containing the BLAST IMGT/HLA genotype annotation" type="integer" value="5" min="1" help="Example annotation: HLA:HLA11066 DQA1*01:05:02 768 bp"/> |
10a407fb5072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/hla_dq commit d6273a8247a1cbb7df2b26b9e97cd1bd3faa4f61
erasmus-medical-center
parents:
diff
changeset
|
24 </inputs> |
10a407fb5072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/hla_dq commit d6273a8247a1cbb7df2b26b9e97cd1bd3faa4f61
erasmus-medical-center
parents:
diff
changeset
|
25 <outputs> |
10a407fb5072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/hla_dq commit d6273a8247a1cbb7df2b26b9e97cd1bd3faa4f61
erasmus-medical-center
parents:
diff
changeset
|
26 <data name="serotype_table" format="tabular" from_work_dir="results.tsv" label="${tool.name} on ${on_string}: Serotype table"/> |
10a407fb5072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/hla_dq commit d6273a8247a1cbb7df2b26b9e97cd1bd3faa4f61
erasmus-medical-center
parents:
diff
changeset
|
27 </outputs> |
10a407fb5072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/hla_dq commit d6273a8247a1cbb7df2b26b9e97cd1bd3faa4f61
erasmus-medical-center
parents:
diff
changeset
|
28 <tests> |
10a407fb5072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/hla_dq commit d6273a8247a1cbb7df2b26b9e97cd1bd3faa4f61
erasmus-medical-center
parents:
diff
changeset
|
29 <test><!-- test with real data --> |
10a407fb5072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/hla_dq commit d6273a8247a1cbb7df2b26b9e97cd1bd3faa4f61
erasmus-medical-center
parents:
diff
changeset
|
30 <repeat name="filesA"> |
10a407fb5072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/hla_dq commit d6273a8247a1cbb7df2b26b9e97cd1bd3faa4f61
erasmus-medical-center
parents:
diff
changeset
|
31 <param name="A" value="sideA1.blast.tsv"/> |
10a407fb5072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/hla_dq commit d6273a8247a1cbb7df2b26b9e97cd1bd3faa4f61
erasmus-medical-center
parents:
diff
changeset
|
32 </repeat> |
10a407fb5072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/hla_dq commit d6273a8247a1cbb7df2b26b9e97cd1bd3faa4f61
erasmus-medical-center
parents:
diff
changeset
|
33 <repeat name="filesA"> |
10a407fb5072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/hla_dq commit d6273a8247a1cbb7df2b26b9e97cd1bd3faa4f61
erasmus-medical-center
parents:
diff
changeset
|
34 <param name="A" value="sideA2.blast.tsv"/> |
10a407fb5072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/hla_dq commit d6273a8247a1cbb7df2b26b9e97cd1bd3faa4f61
erasmus-medical-center
parents:
diff
changeset
|
35 </repeat> |
10a407fb5072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/hla_dq commit d6273a8247a1cbb7df2b26b9e97cd1bd3faa4f61
erasmus-medical-center
parents:
diff
changeset
|
36 <repeat name="filesB"> |
10a407fb5072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/hla_dq commit d6273a8247a1cbb7df2b26b9e97cd1bd3faa4f61
erasmus-medical-center
parents:
diff
changeset
|
37 <param name="B" value="sideB1.blast.tsv"/> |
10a407fb5072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/hla_dq commit d6273a8247a1cbb7df2b26b9e97cd1bd3faa4f61
erasmus-medical-center
parents:
diff
changeset
|
38 </repeat> |
10a407fb5072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/hla_dq commit d6273a8247a1cbb7df2b26b9e97cd1bd3faa4f61
erasmus-medical-center
parents:
diff
changeset
|
39 <repeat name="filesB"> |
10a407fb5072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/hla_dq commit d6273a8247a1cbb7df2b26b9e97cd1bd3faa4f61
erasmus-medical-center
parents:
diff
changeset
|
40 <param name="B" value="sideB2.blast.tsv"/> |
10a407fb5072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/hla_dq commit d6273a8247a1cbb7df2b26b9e97cd1bd3faa4f61
erasmus-medical-center
parents:
diff
changeset
|
41 </repeat> |
10a407fb5072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/hla_dq commit d6273a8247a1cbb7df2b26b9e97cd1bd3faa4f61
erasmus-medical-center
parents:
diff
changeset
|
42 <output name="serotype_table" file="test1_results.tsv"/> |
10a407fb5072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/hla_dq commit d6273a8247a1cbb7df2b26b9e97cd1bd3faa4f61
erasmus-medical-center
parents:
diff
changeset
|
43 </test> |
10a407fb5072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/hla_dq commit d6273a8247a1cbb7df2b26b9e97cd1bd3faa4f61
erasmus-medical-center
parents:
diff
changeset
|
44 <test><!-- test three files each and data leading to serotypes --> |
10a407fb5072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/hla_dq commit d6273a8247a1cbb7df2b26b9e97cd1bd3faa4f61
erasmus-medical-center
parents:
diff
changeset
|
45 <repeat name="filesA"> |
10a407fb5072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/hla_dq commit d6273a8247a1cbb7df2b26b9e97cd1bd3faa4f61
erasmus-medical-center
parents:
diff
changeset
|
46 <param name="A" value="sideA1.blast.tsv"/> |
10a407fb5072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/hla_dq commit d6273a8247a1cbb7df2b26b9e97cd1bd3faa4f61
erasmus-medical-center
parents:
diff
changeset
|
47 </repeat> |
10a407fb5072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/hla_dq commit d6273a8247a1cbb7df2b26b9e97cd1bd3faa4f61
erasmus-medical-center
parents:
diff
changeset
|
48 <repeat name="filesA"> |
10a407fb5072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/hla_dq commit d6273a8247a1cbb7df2b26b9e97cd1bd3faa4f61
erasmus-medical-center
parents:
diff
changeset
|
49 <param name="A" value="sideA2.blast.tsv"/> |
10a407fb5072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/hla_dq commit d6273a8247a1cbb7df2b26b9e97cd1bd3faa4f61
erasmus-medical-center
parents:
diff
changeset
|
50 </repeat> |
10a407fb5072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/hla_dq commit d6273a8247a1cbb7df2b26b9e97cd1bd3faa4f61
erasmus-medical-center
parents:
diff
changeset
|
51 <repeat name="filesA"> |
10a407fb5072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/hla_dq commit d6273a8247a1cbb7df2b26b9e97cd1bd3faa4f61
erasmus-medical-center
parents:
diff
changeset
|
52 <param name="A" value="all_sideA3.blast.tsv"/> |
10a407fb5072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/hla_dq commit d6273a8247a1cbb7df2b26b9e97cd1bd3faa4f61
erasmus-medical-center
parents:
diff
changeset
|
53 </repeat> |
10a407fb5072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/hla_dq commit d6273a8247a1cbb7df2b26b9e97cd1bd3faa4f61
erasmus-medical-center
parents:
diff
changeset
|
54 <repeat name="filesB"> |
10a407fb5072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/hla_dq commit d6273a8247a1cbb7df2b26b9e97cd1bd3faa4f61
erasmus-medical-center
parents:
diff
changeset
|
55 <param name="B" value="sideB1.blast.tsv"/> |
10a407fb5072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/hla_dq commit d6273a8247a1cbb7df2b26b9e97cd1bd3faa4f61
erasmus-medical-center
parents:
diff
changeset
|
56 </repeat> |
10a407fb5072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/hla_dq commit d6273a8247a1cbb7df2b26b9e97cd1bd3faa4f61
erasmus-medical-center
parents:
diff
changeset
|
57 <repeat name="filesB"> |
10a407fb5072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/hla_dq commit d6273a8247a1cbb7df2b26b9e97cd1bd3faa4f61
erasmus-medical-center
parents:
diff
changeset
|
58 <param name="B" value="sideB2.blast.tsv"/> |
10a407fb5072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/hla_dq commit d6273a8247a1cbb7df2b26b9e97cd1bd3faa4f61
erasmus-medical-center
parents:
diff
changeset
|
59 </repeat> |
10a407fb5072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/hla_dq commit d6273a8247a1cbb7df2b26b9e97cd1bd3faa4f61
erasmus-medical-center
parents:
diff
changeset
|
60 <repeat name="filesB"> |
10a407fb5072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/hla_dq commit d6273a8247a1cbb7df2b26b9e97cd1bd3faa4f61
erasmus-medical-center
parents:
diff
changeset
|
61 <param name="B" value="all_sideB3.blast.tsv"/> |
10a407fb5072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/hla_dq commit d6273a8247a1cbb7df2b26b9e97cd1bd3faa4f61
erasmus-medical-center
parents:
diff
changeset
|
62 </repeat> |
10a407fb5072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/hla_dq commit d6273a8247a1cbb7df2b26b9e97cd1bd3faa4f61
erasmus-medical-center
parents:
diff
changeset
|
63 <output name="serotype_table" file="test2_results.tsv"/> |
10a407fb5072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/hla_dq commit d6273a8247a1cbb7df2b26b9e97cd1bd3faa4f61
erasmus-medical-center
parents:
diff
changeset
|
64 </test> |
10a407fb5072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/hla_dq commit d6273a8247a1cbb7df2b26b9e97cd1bd3faa4f61
erasmus-medical-center
parents:
diff
changeset
|
65 </tests> |
10a407fb5072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/hla_dq commit d6273a8247a1cbb7df2b26b9e97cd1bd3faa4f61
erasmus-medical-center
parents:
diff
changeset
|
66 |
10a407fb5072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/hla_dq commit d6273a8247a1cbb7df2b26b9e97cd1bd3faa4f61
erasmus-medical-center
parents:
diff
changeset
|
67 <help><![CDATA[ |
10a407fb5072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/hla_dq commit d6273a8247a1cbb7df2b26b9e97cd1bd3faa4f61
erasmus-medical-center
parents:
diff
changeset
|
68 |
10a407fb5072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/hla_dq commit d6273a8247a1cbb7df2b26b9e97cd1bd3faa4f61
erasmus-medical-center
parents:
diff
changeset
|
69 Given files annotated with BLAST and IMGT/HLA database for HLA-A and HLA-B gene (one or more files each), determine possible associated serotypes. |
10a407fb5072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/hla_dq commit d6273a8247a1cbb7df2b26b9e97cd1bd3faa4f61
erasmus-medical-center
parents:
diff
changeset
|
70 |
10a407fb5072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/hla_dq commit d6273a8247a1cbb7df2b26b9e97cd1bd3faa4f61
erasmus-medical-center
parents:
diff
changeset
|
71 ===== ===== ===== |
10a407fb5072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/hla_dq commit d6273a8247a1cbb7df2b26b9e97cd1bd3faa4f61
erasmus-medical-center
parents:
diff
changeset
|
72 DQA1 DQB1 type |
10a407fb5072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/hla_dq commit d6273a8247a1cbb7df2b26b9e97cd1bd3faa4f61
erasmus-medical-center
parents:
diff
changeset
|
73 ===== ===== ===== |
10a407fb5072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/hla_dq commit d6273a8247a1cbb7df2b26b9e97cd1bd3faa4f61
erasmus-medical-center
parents:
diff
changeset
|
74 02:01 02:02 DQ2.2 |
10a407fb5072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/hla_dq commit d6273a8247a1cbb7df2b26b9e97cd1bd3faa4f61
erasmus-medical-center
parents:
diff
changeset
|
75 03:03 02:02 DQ2.3 |
10a407fb5072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/hla_dq commit d6273a8247a1cbb7df2b26b9e97cd1bd3faa4f61
erasmus-medical-center
parents:
diff
changeset
|
76 05:01 02:01 DQ2.3 |
10a407fb5072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/hla_dq commit d6273a8247a1cbb7df2b26b9e97cd1bd3faa4f61
erasmus-medical-center
parents:
diff
changeset
|
77 03:01 03:02 DQ8 |
10a407fb5072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/hla_dq commit d6273a8247a1cbb7df2b26b9e97cd1bd3faa4f61
erasmus-medical-center
parents:
diff
changeset
|
78 03:02 03:02 DQ8 |
10a407fb5072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/hla_dq commit d6273a8247a1cbb7df2b26b9e97cd1bd3faa4f61
erasmus-medical-center
parents:
diff
changeset
|
79 03:03 03:02 DQ8 |
10a407fb5072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/hla_dq commit d6273a8247a1cbb7df2b26b9e97cd1bd3faa4f61
erasmus-medical-center
parents:
diff
changeset
|
80 ===== ===== ===== |
10a407fb5072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/hla_dq commit d6273a8247a1cbb7df2b26b9e97cd1bd3faa4f61
erasmus-medical-center
parents:
diff
changeset
|
81 |
10a407fb5072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/hla_dq commit d6273a8247a1cbb7df2b26b9e97cd1bd3faa4f61
erasmus-medical-center
parents:
diff
changeset
|
82 Example result table: |
10a407fb5072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/hla_dq commit d6273a8247a1cbb7df2b26b9e97cd1bd3faa4f61
erasmus-medical-center
parents:
diff
changeset
|
83 |
10a407fb5072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/hla_dq commit d6273a8247a1cbb7df2b26b9e97cd1bd3faa4f61
erasmus-medical-center
parents:
diff
changeset
|
84 ==== ==== ========= |
10a407fb5072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/hla_dq commit d6273a8247a1cbb7df2b26b9e97cd1bd3faa4f61
erasmus-medical-center
parents:
diff
changeset
|
85 type A1 A2 |
10a407fb5072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/hla_dq commit d6273a8247a1cbb7df2b26b9e97cd1bd3faa4f61
erasmus-medical-center
parents:
diff
changeset
|
86 ==== ==== ========= |
10a407fb5072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/hla_dq commit d6273a8247a1cbb7df2b26b9e97cd1bd3faa4f61
erasmus-medical-center
parents:
diff
changeset
|
87 B1 DQ8 None |
10a407fb5072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/hla_dq commit d6273a8247a1cbb7df2b26b9e97cd1bd3faa4f61
erasmus-medical-center
parents:
diff
changeset
|
88 B2 None DQ2.2;DQ8 |
10a407fb5072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/hla_dq commit d6273a8247a1cbb7df2b26b9e97cd1bd3faa4f61
erasmus-medical-center
parents:
diff
changeset
|
89 ==== ==== ========= |
10a407fb5072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/hla_dq commit d6273a8247a1cbb7df2b26b9e97cd1bd3faa4f61
erasmus-medical-center
parents:
diff
changeset
|
90 |
10a407fb5072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/hla_dq commit d6273a8247a1cbb7df2b26b9e97cd1bd3faa4f61
erasmus-medical-center
parents:
diff
changeset
|
91 Where A1, A2 correspond to two annotated input files given for gene A, each representing possible allele sequence |
10a407fb5072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/hla_dq commit d6273a8247a1cbb7df2b26b9e97cd1bd3faa4f61
erasmus-medical-center
parents:
diff
changeset
|
92 |
10a407fb5072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/hla_dq commit d6273a8247a1cbb7df2b26b9e97cd1bd3faa4f61
erasmus-medical-center
parents:
diff
changeset
|
93 ]]></help> |
10a407fb5072
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/hla_dq commit d6273a8247a1cbb7df2b26b9e97cd1bd3faa4f61
erasmus-medical-center
parents:
diff
changeset
|
94 </tool> |