Mercurial > repos > davidvanzessen > imgt_loader
comparison imgt_loader.xml @ 0:bd23170af386 draft default tip
Uploaded
author | davidvanzessen |
---|---|
date | Fri, 18 Aug 2017 10:41:51 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:bd23170af386 |
---|---|
1 <tool id="imgt_loader_igg" name="IMGT Loader" version="1.0"> | |
2 <description> </description> | |
3 <command interpreter="bash"> | |
4 imgt_loader/imgt_loader.sh $in_file $out_file "tmp" | |
5 </command> | |
6 <inputs> | |
7 <param name="in_file" type="data" label="Archive with files" /> | |
8 </inputs> | |
9 <outputs> | |
10 <data format="tabular" name="out_file" label="IMGT Loader on ${in_file.name}"/> | |
11 </outputs> | |
12 <help> | |
13 **INPUT** | |
14 | |
15 This tool accepts an IMGT/HIGHV-QUEST ZIP file | |
16 | |
17 **OUTPUT** | |
18 | |
19 The following data is used for ARGalaxy | |
20 | |
21 +-----------------+----------------------------------------------+ | |
22 | Column name | Column contents | | |
23 +-----------------+----------------------------------------------+ | |
24 | ID | The Sequence ID provided by the sequencer. | | |
25 +-----------------+----------------------------------------------+ | |
26 | VDJ Frame | In-frame/Out-frame | | |
27 +-----------------+----------------------------------------------+ | |
28 | Top V Gene | The best matching V gene found. | | |
29 +-----------------+----------------------------------------------+ | |
30 | Top D Gene | The best matching D gene found. | | |
31 +-----------------+----------------------------------------------+ | |
32 | Top J Gene | The best matching J gene found. | | |
33 +-----------------+----------------------------------------------+ | |
34 | CDR3 Seq | The CDR3 region. | | |
35 +-----------------+----------------------------------------------+ | |
36 | CDR3 Length | The length of the CDR3 region. | | |
37 +-----------------+----------------------------------------------+ | |
38 | CDR3 Seq DNA | The CDR3 sequence region. | | |
39 +-----------------+----------------------------------------------+ | |
40 | CDR3 Length DNA | The length of the CDR3 sequence region. | | |
41 +-----------------+----------------------------------------------+ | |
42 | Functionality | If sequence is productive/unproductive | | |
43 +-----------------+----------------------------------------------+ | |
44 | |
45 | |
46 </help> | |
47 | |
48 </tool> |