annotate covacs_tabix.xml @ 0:a408f7737cf0 draft default tip

Uploaded
author elixir-it
date Thu, 08 Nov 2018 12:57:58 -0500
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
a408f7737cf0 Uploaded
elixir-it
parents:
diff changeset
1 <tool id="covacs_tabix" name="covacs_tabix" version="0.2.6">
a408f7737cf0 Uploaded
elixir-it
parents:
diff changeset
2 <description> tabix wrapper for covacs </description>
a408f7737cf0 Uploaded
elixir-it
parents:
diff changeset
3 <macros>
a408f7737cf0 Uploaded
elixir-it
parents:
diff changeset
4 </macros>
a408f7737cf0 Uploaded
elixir-it
parents:
diff changeset
5 <requirements>
a408f7737cf0 Uploaded
elixir-it
parents:
diff changeset
6 <requirement type="package" version="0.2.6" >tabix</requirement>
a408f7737cf0 Uploaded
elixir-it
parents:
diff changeset
7 </requirements>
a408f7737cf0 Uploaded
elixir-it
parents:
diff changeset
8 <command>
a408f7737cf0 Uploaded
elixir-it
parents:
diff changeset
9 <![CDATA[
a408f7737cf0 Uploaded
elixir-it
parents:
diff changeset
10
a408f7737cf0 Uploaded
elixir-it
parents:
diff changeset
11 ln -s $input1 covacs.vcf &&
a408f7737cf0 Uploaded
elixir-it
parents:
diff changeset
12
a408f7737cf0 Uploaded
elixir-it
parents:
diff changeset
13 bgzip covacs.vcf &&
a408f7737cf0 Uploaded
elixir-it
parents:
diff changeset
14 tabix covacs.vcf.gz
a408f7737cf0 Uploaded
elixir-it
parents:
diff changeset
15
a408f7737cf0 Uploaded
elixir-it
parents:
diff changeset
16 ]]>
a408f7737cf0 Uploaded
elixir-it
parents:
diff changeset
17 </command>
a408f7737cf0 Uploaded
elixir-it
parents:
diff changeset
18 <inputs>
a408f7737cf0 Uploaded
elixir-it
parents:
diff changeset
19 <param format="vcf" name="input1" label="input vcf " type="data" optional="true" />
a408f7737cf0 Uploaded
elixir-it
parents:
diff changeset
20 </inputs>
a408f7737cf0 Uploaded
elixir-it
parents:
diff changeset
21 <outputs>
a408f7737cf0 Uploaded
elixir-it
parents:
diff changeset
22 <data format="bgzip" name="bgzip_output" from_work_dir="covacs.vcf.gz" label="bgzip on ${on_string}"/>
a408f7737cf0 Uploaded
elixir-it
parents:
diff changeset
23 <data format="tabix" name="tabix_output" from_work_dir="covacs.vcf.gz.tbi" label="tabix on ${on_string}"/>
a408f7737cf0 Uploaded
elixir-it
parents:
diff changeset
24 </outputs>
a408f7737cf0 Uploaded
elixir-it
parents:
diff changeset
25 <help>
a408f7737cf0 Uploaded
elixir-it
parents:
diff changeset
26 The final output of the wrapper consists of two files
a408f7737cf0 Uploaded
elixir-it
parents:
diff changeset
27
a408f7737cf0 Uploaded
elixir-it
parents:
diff changeset
28 - file.vcf.gz from bgzip
a408f7737cf0 Uploaded
elixir-it
parents:
diff changeset
29 - file.vcf.gz.tbi from tabix
a408f7737cf0 Uploaded
elixir-it
parents:
diff changeset
30
a408f7737cf0 Uploaded
elixir-it
parents:
diff changeset
31 **more informations** at http://www.htslib.org/doc/tabix.html
a408f7737cf0 Uploaded
elixir-it
parents:
diff changeset
32 </help>
a408f7737cf0 Uploaded
elixir-it
parents:
diff changeset
33 <citations>
a408f7737cf0 Uploaded
elixir-it
parents:
diff changeset
34 <citation type="doi">10.1186/s12864-018-4508-1</citation>
a408f7737cf0 Uploaded
elixir-it
parents:
diff changeset
35 <citation type="doi">10.1093/bioinformatics/btq671</citation>
a408f7737cf0 Uploaded
elixir-it
parents:
diff changeset
36 </citations>
a408f7737cf0 Uploaded
elixir-it
parents:
diff changeset
37 </tool>
a408f7737cf0 Uploaded
elixir-it
parents:
diff changeset
38