0
|
1 <?xml version="1.0"?>
|
|
2 <tool name="labels" id="bg_labels" version="1.0.5.0">
|
|
3 <description>remapper and annotator of alignments</description>
|
|
4 <requirements>
|
|
5 <requirement type="package" version="1.0.5">labels</requirement>
|
|
6 <requirement type="package" version="0.7.7">pysam</requirement>
|
|
7 </requirements>
|
|
8 <stdio>
|
|
9 <exit_code range="1:" />
|
|
10 <exit_code range=":-1" />
|
|
11 <regex match="Error:" />
|
|
12 <regex match="Exception:" />
|
|
13 </stdio>
|
|
14 <command>
|
|
15 <![CDATA[
|
|
16 pylapels
|
|
17 -c "${chrom_list}"
|
|
18 $alias
|
|
19 $sorted
|
|
20 -p \${GALAXY_SLOTS:-4}
|
|
21 -q
|
|
22 -o $output
|
|
23 $input_mod
|
|
24 $input_bam
|
|
25 ]]>
|
|
26 </command>
|
|
27 <inputs>
|
|
28 <param name="input_bam" type="data" format="bam" label="BAM file">
|
1
|
29 <!--validator type="unspecified_build" />
|
|
30 <validator type="dataset_metadata_in_data_table" table_name="gatk2_picard_indexes" metadata_name="dbkey" metadata_column="dbkey" message="Sequences are not currently available for the specified build." /-->
|
0
|
31 </param>
|
1
|
32 <param name="input_mod" type="data" format="txt" label="MOD file"/>
|
0
|
33
|
|
34 <param name="alias" optional="true" type="data" format="tabular" label="CSV? file for alias classes of sequence name"/>
|
|
35 <param name="sorted" type="boolean" truevalue="-n" falsevalue=""
|
|
36 label="Sort the output BAM file by read names" help="-n"/>
|
|
37 <param name="chrom_list" type="text" value="all" label="Comma-separated list of chromosomes in the output" help="e.g. 1,2,3 (-c)" />
|
|
38
|
|
39 </inputs>
|
|
40 <outputs>
|
|
41 <data name="output" format="bam" label="${tool.name} on ${on_string}"/>
|
|
42 </outputs>
|
|
43 <tests>
|
|
44
|
|
45 </tests>
|
|
46 <help>
|
|
47 <![CDATA[
|
|
48
|
|
49 **What it does**
|
|
50
|
|
51 A remapper and annotator of in silico (pseudo) genome alignments.
|
|
52
|
|
53 https://code.google.com/p/lapels/
|
|
54
|
|
55 ]]>
|
|
56 </help>
|
|
57 </tool>
|