Mercurial > repos > iuc > seq2hla
annotate seq2hla.xml @ 2:62423040f17e draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seq2hla commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
| author | iuc |
|---|---|
| date | Wed, 01 Sep 2021 08:35:37 +0000 |
| parents | 1db16e5fde32 |
| children | 2e2130c69672 |
| rev | line source |
|---|---|
|
1
1db16e5fde32
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seq2hla commit c6f68e0efd9aa7e566289650ad126e0c7d192a8b"
iuc
parents:
0
diff
changeset
|
1 <tool id="seq2hla" name="seq2HLA" version="2.2.0+galaxy1"> |
|
0
00b89af60f18
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seq2hla commit 96f219ed86ce674def72c73393d3c29c87cb56e5"
iuc
parents:
diff
changeset
|
2 <description>HLA genotype and expression from RNA-seq</description> |
|
2
62423040f17e
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seq2hla commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
1
diff
changeset
|
3 <xrefs> |
|
62423040f17e
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seq2hla commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
1
diff
changeset
|
4 <xref type="bio.tools">seq2hla</xref> |
|
62423040f17e
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seq2hla commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
1
diff
changeset
|
5 </xrefs> |
|
0
00b89af60f18
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seq2hla commit 96f219ed86ce674def72c73393d3c29c87cb56e5"
iuc
parents:
diff
changeset
|
6 <requirements> |
|
00b89af60f18
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seq2hla commit 96f219ed86ce674def72c73393d3c29c87cb56e5"
iuc
parents:
diff
changeset
|
7 <!-- needed because of some non POSIX compliant wc usage --> |
|
00b89af60f18
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seq2hla commit 96f219ed86ce674def72c73393d3c29c87cb56e5"
iuc
parents:
diff
changeset
|
8 <requirement type="package" version="8.31">coreutils</requirement> |
|
00b89af60f18
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seq2hla commit 96f219ed86ce674def72c73393d3c29c87cb56e5"
iuc
parents:
diff
changeset
|
9 <requirement type="package" version="2.2">seq2hla</requirement> |
|
00b89af60f18
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seq2hla commit 96f219ed86ce674def72c73393d3c29c87cb56e5"
iuc
parents:
diff
changeset
|
10 </requirements> |
|
00b89af60f18
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seq2hla commit 96f219ed86ce674def72c73393d3c29c87cb56e5"
iuc
parents:
diff
changeset
|
11 <command detect_errors="exit_code"><![CDATA[ |
|
00b89af60f18
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seq2hla commit 96f219ed86ce674def72c73393d3c29c87cb56e5"
iuc
parents:
diff
changeset
|
12 seq2HLA --runName='$run_name' -1 '$fastq_input1' -2 '$fastq_input2' |
|
00b89af60f18
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seq2hla commit 96f219ed86ce674def72c73393d3c29c87cb56e5"
iuc
parents:
diff
changeset
|
13 #if str($trim) != '': |
|
00b89af60f18
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seq2hla commit 96f219ed86ce674def72c73393d3c29c87cb56e5"
iuc
parents:
diff
changeset
|
14 --trim3=$trim |
|
00b89af60f18
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seq2hla commit 96f219ed86ce674def72c73393d3c29c87cb56e5"
iuc
parents:
diff
changeset
|
15 #end if |
|
00b89af60f18
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seq2hla commit 96f219ed86ce674def72c73393d3c29c87cb56e5"
iuc
parents:
diff
changeset
|
16 -p \${GALAXY_SLOTS:-1} >> '$seq2hla_log' |
|
00b89af60f18
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seq2hla commit 96f219ed86ce674def72c73393d3c29c87cb56e5"
iuc
parents:
diff
changeset
|
17 && cp -p '${run_name}-ClassI.HLAgenotype2digits' '${c1_genotype2digits}' |
|
00b89af60f18
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seq2hla commit 96f219ed86ce674def72c73393d3c29c87cb56e5"
iuc
parents:
diff
changeset
|
18 && cp -p '${run_name}-ClassI.HLAgenotype4digits' '${c1_genotype4digits}' |
|
00b89af60f18
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seq2hla commit 96f219ed86ce674def72c73393d3c29c87cb56e5"
iuc
parents:
diff
changeset
|
19 && echo '#Locus_RPKM' | cat - '${run_name}-ClassI.expression' | sed 's/^\(.*\): \([0-9.]*\).*$/\1_\2/' | tr '_' '\t' > '${c1_expression}' |
|
00b89af60f18
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seq2hla commit 96f219ed86ce674def72c73393d3c29c87cb56e5"
iuc
parents:
diff
changeset
|
20 && cp -p '${run_name}-ClassII.HLAgenotype4digits' '${c2_genotype4digits}' |
|
00b89af60f18
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seq2hla commit 96f219ed86ce674def72c73393d3c29c87cb56e5"
iuc
parents:
diff
changeset
|
21 && echo '#Locus_RPKM' | cat - '${run_name}-ClassII.expression' | sed 's/^\(.*\): \([0-9.]*\).*$/\1_\2/' | tr '_' '\t' > '${c2_expression}' |
|
00b89af60f18
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seq2hla commit 96f219ed86ce674def72c73393d3c29c87cb56e5"
iuc
parents:
diff
changeset
|
22 && cp -p '${run_name}.ambiguity' '${ambiguity}' |
|
00b89af60f18
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seq2hla commit 96f219ed86ce674def72c73393d3c29c87cb56e5"
iuc
parents:
diff
changeset
|
23 ]]></command> |
|
00b89af60f18
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seq2hla commit 96f219ed86ce674def72c73393d3c29c87cb56e5"
iuc
parents:
diff
changeset
|
24 <inputs> |
|
00b89af60f18
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seq2hla commit 96f219ed86ce674def72c73393d3c29c87cb56e5"
iuc
parents:
diff
changeset
|
25 <param name="run_name" type="text" value="sample1" label="Name prefix for this analysis"> |
|
00b89af60f18
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seq2hla commit 96f219ed86ce674def72c73393d3c29c87cb56e5"
iuc
parents:
diff
changeset
|
26 <validator type="regex" message="Use letters,digits,_.-">^[A-Za-z0-9_\-+.]+$</validator> |
|
00b89af60f18
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seq2hla commit 96f219ed86ce674def72c73393d3c29c87cb56e5"
iuc
parents:
diff
changeset
|
27 </param> |
|
1
1db16e5fde32
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seq2hla commit c6f68e0efd9aa7e566289650ad126e0c7d192a8b"
iuc
parents:
0
diff
changeset
|
28 <param name="fastq_input1" type="data" format="fastqsanger,fastqsanger.gz" label="Select first set of reads" help="Specify dataset with forward reads"/> |
|
1db16e5fde32
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seq2hla commit c6f68e0efd9aa7e566289650ad126e0c7d192a8b"
iuc
parents:
0
diff
changeset
|
29 <param name="fastq_input2" type="data" format="fastqsanger,fastqsanger.gz" label="Select second set of reads" help="Specify dataset with reverse reads"/> |
|
0
00b89af60f18
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seq2hla commit 96f219ed86ce674def72c73393d3c29c87cb56e5"
iuc
parents:
diff
changeset
|
30 <param name="trim" type="integer" value="" min="0" optional="true" label="Trim bases from 3 prime" |
|
00b89af60f18
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seq2hla commit 96f219ed86ce674def72c73393d3c29c87cb56e5"
iuc
parents:
diff
changeset
|
31 help="trim this many bases from the low-quality end of each read" /> |
|
00b89af60f18
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seq2hla commit 96f219ed86ce674def72c73393d3c29c87cb56e5"
iuc
parents:
diff
changeset
|
32 </inputs> |
|
00b89af60f18
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seq2hla commit 96f219ed86ce674def72c73393d3c29c87cb56e5"
iuc
parents:
diff
changeset
|
33 <outputs> |
|
00b89af60f18
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seq2hla commit 96f219ed86ce674def72c73393d3c29c87cb56e5"
iuc
parents:
diff
changeset
|
34 <data format="txt" name="seq2hla_log" label="${tool.name} on ${on_string}: ${run_name} logfile"/> |
|
00b89af60f18
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seq2hla commit 96f219ed86ce674def72c73393d3c29c87cb56e5"
iuc
parents:
diff
changeset
|
35 <data format="tabular" name="c1_genotype2digits" label="${tool.name} on ${on_string}: ${run_name}-ClassI.HLAgenotype2digits"/> |
|
00b89af60f18
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seq2hla commit 96f219ed86ce674def72c73393d3c29c87cb56e5"
iuc
parents:
diff
changeset
|
36 <data format="tabular" name="c1_genotype4digits" label="${tool.name} on ${on_string}: ${run_name}-ClassI.HLAgenotype4digits"/> |
|
00b89af60f18
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seq2hla commit 96f219ed86ce674def72c73393d3c29c87cb56e5"
iuc
parents:
diff
changeset
|
37 <data format="tabular" name="c2_genotype4digits" label="${tool.name} on ${on_string}: ${run_name}-ClassII.HLAgenotype4digits"/> |
|
00b89af60f18
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seq2hla commit 96f219ed86ce674def72c73393d3c29c87cb56e5"
iuc
parents:
diff
changeset
|
38 <data format="tabular" name="c1_expression" label="${tool.name} on ${on_string}: ${run_name}-ClassI.expression"/> |
|
00b89af60f18
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seq2hla commit 96f219ed86ce674def72c73393d3c29c87cb56e5"
iuc
parents:
diff
changeset
|
39 <data format="tabular" name="c2_expression" label="${tool.name} on ${on_string}: ${run_name}-ClassII.expression"/> |
|
00b89af60f18
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seq2hla commit 96f219ed86ce674def72c73393d3c29c87cb56e5"
iuc
parents:
diff
changeset
|
40 <data format="tabular" name="c2_expression" label="${tool.name} on ${on_string}: ${run_name}-ClassII.expression"/> |
|
00b89af60f18
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seq2hla commit 96f219ed86ce674def72c73393d3c29c87cb56e5"
iuc
parents:
diff
changeset
|
41 <data format="txt" name="ambiguity" label="${tool.name} on ${on_string}: ${run_name}.ambiguity"/> |
|
00b89af60f18
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seq2hla commit 96f219ed86ce674def72c73393d3c29c87cb56e5"
iuc
parents:
diff
changeset
|
42 </outputs> |
|
00b89af60f18
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seq2hla commit 96f219ed86ce674def72c73393d3c29c87cb56e5"
iuc
parents:
diff
changeset
|
43 <tests> |
|
00b89af60f18
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seq2hla commit 96f219ed86ce674def72c73393d3c29c87cb56e5"
iuc
parents:
diff
changeset
|
44 <test> |
|
00b89af60f18
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seq2hla commit 96f219ed86ce674def72c73393d3c29c87cb56e5"
iuc
parents:
diff
changeset
|
45 <param name="run_name" value="test"/> |
|
1
1db16e5fde32
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seq2hla commit c6f68e0efd9aa7e566289650ad126e0c7d192a8b"
iuc
parents:
0
diff
changeset
|
46 <param name="fastq_input1" ftype="fastqsanger.gz" value="reads1.fastq.gz"/> |
|
1db16e5fde32
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seq2hla commit c6f68e0efd9aa7e566289650ad126e0c7d192a8b"
iuc
parents:
0
diff
changeset
|
47 <param name="fastq_input2" ftype="fastqsanger.gz" value="reads2.fastq.gz"/> |
|
0
00b89af60f18
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seq2hla commit 96f219ed86ce674def72c73393d3c29c87cb56e5"
iuc
parents:
diff
changeset
|
48 <output name="c1_genotype4digits"> |
|
00b89af60f18
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seq2hla commit 96f219ed86ce674def72c73393d3c29c87cb56e5"
iuc
parents:
diff
changeset
|
49 <assert_contents> |
|
00b89af60f18
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seq2hla commit 96f219ed86ce674def72c73393d3c29c87cb56e5"
iuc
parents:
diff
changeset
|
50 <has_text text="A*24:02" /> |
|
00b89af60f18
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seq2hla commit 96f219ed86ce674def72c73393d3c29c87cb56e5"
iuc
parents:
diff
changeset
|
51 </assert_contents> |
|
00b89af60f18
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seq2hla commit 96f219ed86ce674def72c73393d3c29c87cb56e5"
iuc
parents:
diff
changeset
|
52 </output> |
|
00b89af60f18
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seq2hla commit 96f219ed86ce674def72c73393d3c29c87cb56e5"
iuc
parents:
diff
changeset
|
53 </test> |
|
00b89af60f18
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seq2hla commit 96f219ed86ce674def72c73393d3c29c87cb56e5"
iuc
parents:
diff
changeset
|
54 </tests> |
|
00b89af60f18
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seq2hla commit 96f219ed86ce674def72c73393d3c29c87cb56e5"
iuc
parents:
diff
changeset
|
55 <help><![CDATA[ |
|
00b89af60f18
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seq2hla commit 96f219ed86ce674def72c73393d3c29c87cb56e5"
iuc
parents:
diff
changeset
|
56 |
|
00b89af60f18
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seq2hla commit 96f219ed86ce674def72c73393d3c29c87cb56e5"
iuc
parents:
diff
changeset
|
57 **seq2HLA** *HLA typing from RNA-Seq sequence reads* |
|
00b89af60f18
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seq2hla commit 96f219ed86ce674def72c73393d3c29c87cb56e5"
iuc
parents:
diff
changeset
|
58 |
|
00b89af60f18
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seq2hla commit 96f219ed86ce674def72c73393d3c29c87cb56e5"
iuc
parents:
diff
changeset
|
59 Release: 2.2 |
|
00b89af60f18
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seq2hla commit 96f219ed86ce674def72c73393d3c29c87cb56e5"
iuc
parents:
diff
changeset
|
60 |
|
00b89af60f18
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seq2hla commit 96f219ed86ce674def72c73393d3c29c87cb56e5"
iuc
parents:
diff
changeset
|
61 seq2HLA_ is an in-silico method, written in python and R, which takes standard RNA-Seq sequence reads in fastq format |
|
00b89af60f18
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seq2hla commit 96f219ed86ce674def72c73393d3c29c87cb56e5"
iuc
parents:
diff
changeset
|
62 as input, uses a bowtie index comprising all HLA alleles and outputs the most likely HLA class I and class II genotypes (in 4 digit resolution), |
|
00b89af60f18
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seq2hla commit 96f219ed86ce674def72c73393d3c29c87cb56e5"
iuc
parents:
diff
changeset
|
63 a p-value for each call, and the expression of each class |
|
00b89af60f18
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seq2hla commit 96f219ed86ce674def72c73393d3c29c87cb56e5"
iuc
parents:
diff
changeset
|
64 |
|
00b89af60f18
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seq2hla commit 96f219ed86ce674def72c73393d3c29c87cb56e5"
iuc
parents:
diff
changeset
|
65 **Inputs** |
|
00b89af60f18
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seq2hla commit 96f219ed86ce674def72c73393d3c29c87cb56e5"
iuc
parents:
diff
changeset
|
66 |
|
00b89af60f18
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seq2hla commit 96f219ed86ce674def72c73393d3c29c87cb56e5"
iuc
parents:
diff
changeset
|
67 Paired read fastq files with illumina style IDs. |
|
00b89af60f18
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seq2hla commit 96f219ed86ce674def72c73393d3c29c87cb56e5"
iuc
parents:
diff
changeset
|
68 |
|
00b89af60f18
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seq2hla commit 96f219ed86ce674def72c73393d3c29c87cb56e5"
iuc
parents:
diff
changeset
|
69 |
|
00b89af60f18
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seq2hla commit 96f219ed86ce674def72c73393d3c29c87cb56e5"
iuc
parents:
diff
changeset
|
70 **Outputs** |
|
00b89af60f18
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seq2hla commit 96f219ed86ce674def72c73393d3c29c87cb56e5"
iuc
parents:
diff
changeset
|
71 |
|
00b89af60f18
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seq2hla commit 96f219ed86ce674def72c73393d3c29c87cb56e5"
iuc
parents:
diff
changeset
|
72 1. <prefix>-ClassI.HLAgenotype2digits => 2 digit result of Class I |
|
00b89af60f18
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seq2hla commit 96f219ed86ce674def72c73393d3c29c87cb56e5"
iuc
parents:
diff
changeset
|
73 2. <prefix>-ClassII.HLAgenotype2digits => 2 digit result of Class II |
|
00b89af60f18
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seq2hla commit 96f219ed86ce674def72c73393d3c29c87cb56e5"
iuc
parents:
diff
changeset
|
74 3. <prefix>-ClassI.HLAgenotype4digits => 4 digit result of Class I |
|
00b89af60f18
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seq2hla commit 96f219ed86ce674def72c73393d3c29c87cb56e5"
iuc
parents:
diff
changeset
|
75 4. <prefix>-ClassII.HLAgenotype4digits => 4 digit result of Class II |
|
00b89af60f18
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seq2hla commit 96f219ed86ce674def72c73393d3c29c87cb56e5"
iuc
parents:
diff
changeset
|
76 5. <prefix>.ambiguity => reports typing ambuigities (more than one solution for an allele possible) |
|
00b89af60f18
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seq2hla commit 96f219ed86ce674def72c73393d3c29c87cb56e5"
iuc
parents:
diff
changeset
|
77 6. <prefix>-ClassI.expression => expression of Class I alleles |
|
00b89af60f18
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seq2hla commit 96f219ed86ce674def72c73393d3c29c87cb56e5"
iuc
parents:
diff
changeset
|
78 7. <prefix>-ClassII.expression => expression of Class II alleles |
|
00b89af60f18
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seq2hla commit 96f219ed86ce674def72c73393d3c29c87cb56e5"
iuc
parents:
diff
changeset
|
79 |
|
00b89af60f18
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seq2hla commit 96f219ed86ce674def72c73393d3c29c87cb56e5"
iuc
parents:
diff
changeset
|
80 |
|
00b89af60f18
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seq2hla commit 96f219ed86ce674def72c73393d3c29c87cb56e5"
iuc
parents:
diff
changeset
|
81 ClassI.HLAgenotype4digits |
|
00b89af60f18
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seq2hla commit 96f219ed86ce674def72c73393d3c29c87cb56e5"
iuc
parents:
diff
changeset
|
82 |
|
00b89af60f18
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seq2hla commit 96f219ed86ce674def72c73393d3c29c87cb56e5"
iuc
parents:
diff
changeset
|
83 ======= ======== =========== ======== ============ |
|
00b89af60f18
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seq2hla commit 96f219ed86ce674def72c73393d3c29c87cb56e5"
iuc
parents:
diff
changeset
|
84 #Locus Allele 1 Confidence Allele 2 Confidence |
|
00b89af60f18
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seq2hla commit 96f219ed86ce674def72c73393d3c29c87cb56e5"
iuc
parents:
diff
changeset
|
85 ======= ======== =========== ======== ============ |
|
00b89af60f18
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seq2hla commit 96f219ed86ce674def72c73393d3c29c87cb56e5"
iuc
parents:
diff
changeset
|
86 A A*03:01 0.000510333 A*02:01' 0.0005975604 |
|
00b89af60f18
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seq2hla commit 96f219ed86ce674def72c73393d3c29c87cb56e5"
iuc
parents:
diff
changeset
|
87 B B*50:01 0.001271273 B*58:02 3.52561e-05 |
|
00b89af60f18
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seq2hla commit 96f219ed86ce674def72c73393d3c29c87cb56e5"
iuc
parents:
diff
changeset
|
88 C C*04:01 0.06362723 C*06:02 0.04725865 |
|
00b89af60f18
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seq2hla commit 96f219ed86ce674def72c73393d3c29c87cb56e5"
iuc
parents:
diff
changeset
|
89 ======= ======== =========== ======== ============ |
|
00b89af60f18
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seq2hla commit 96f219ed86ce674def72c73393d3c29c87cb56e5"
iuc
parents:
diff
changeset
|
90 |
|
00b89af60f18
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seq2hla commit 96f219ed86ce674def72c73393d3c29c87cb56e5"
iuc
parents:
diff
changeset
|
91 |
|
00b89af60f18
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seq2hla commit 96f219ed86ce674def72c73393d3c29c87cb56e5"
iuc
parents:
diff
changeset
|
92 ClassI.expression |
|
00b89af60f18
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seq2hla commit 96f219ed86ce674def72c73393d3c29c87cb56e5"
iuc
parents:
diff
changeset
|
93 |
|
00b89af60f18
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seq2hla commit 96f219ed86ce674def72c73393d3c29c87cb56e5"
iuc
parents:
diff
changeset
|
94 ======= ====== |
|
00b89af60f18
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seq2hla commit 96f219ed86ce674def72c73393d3c29c87cb56e5"
iuc
parents:
diff
changeset
|
95 #Locus RPKM |
|
00b89af60f18
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seq2hla commit 96f219ed86ce674def72c73393d3c29c87cb56e5"
iuc
parents:
diff
changeset
|
96 ======= ====== |
|
00b89af60f18
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seq2hla commit 96f219ed86ce674def72c73393d3c29c87cb56e5"
iuc
parents:
diff
changeset
|
97 A 89.59 |
|
00b89af60f18
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seq2hla commit 96f219ed86ce674def72c73393d3c29c87cb56e5"
iuc
parents:
diff
changeset
|
98 B 139.66 |
|
00b89af60f18
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seq2hla commit 96f219ed86ce674def72c73393d3c29c87cb56e5"
iuc
parents:
diff
changeset
|
99 C 184.42 |
|
00b89af60f18
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seq2hla commit 96f219ed86ce674def72c73393d3c29c87cb56e5"
iuc
parents:
diff
changeset
|
100 ======= ====== |
|
00b89af60f18
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seq2hla commit 96f219ed86ce674def72c73393d3c29c87cb56e5"
iuc
parents:
diff
changeset
|
101 |
|
00b89af60f18
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seq2hla commit 96f219ed86ce674def72c73393d3c29c87cb56e5"
iuc
parents:
diff
changeset
|
102 |
|
00b89af60f18
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seq2hla commit 96f219ed86ce674def72c73393d3c29c87cb56e5"
iuc
parents:
diff
changeset
|
103 .. _seq2HLA: https://bitbucket.org/sebastian_boegel/seq2hla |
|
00b89af60f18
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seq2hla commit 96f219ed86ce674def72c73393d3c29c87cb56e5"
iuc
parents:
diff
changeset
|
104 |
|
00b89af60f18
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seq2hla commit 96f219ed86ce674def72c73393d3c29c87cb56e5"
iuc
parents:
diff
changeset
|
105 ]]></help> |
|
00b89af60f18
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seq2hla commit 96f219ed86ce674def72c73393d3c29c87cb56e5"
iuc
parents:
diff
changeset
|
106 <citations> |
|
00b89af60f18
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seq2hla commit 96f219ed86ce674def72c73393d3c29c87cb56e5"
iuc
parents:
diff
changeset
|
107 <citation type="doi">10.1186/gm403</citation> |
|
00b89af60f18
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seq2hla commit 96f219ed86ce674def72c73393d3c29c87cb56e5"
iuc
parents:
diff
changeset
|
108 </citations> |
|
00b89af60f18
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seq2hla commit 96f219ed86ce674def72c73393d3c29c87cb56e5"
iuc
parents:
diff
changeset
|
109 </tool> |
