0
|
1 <tool id="imgt_loader_igg" name="IMGT Loader" version="1.0">
|
|
2 <description> </description>
|
|
3 <command interpreter="bash">
|
|
4 imgtconvert.sh $in_file $out_file
|
|
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" />
|
|
11 </outputs>
|
|
12 <help>
|
|
13 Converting all 1_Summary, 5_AA-sequence and 6_Junction files belonging to a sample from an archive (supported: 7z, rar, tar, tar.bz2, tar.gz and zip) into a single file to be used in the Immune repertoire toolchain (Step 3)
|
|
14 </help>
|
|
15
|
|
16 </tool>
|