annotate vcfcommonsamples.xml @ 0:6a1a90ea160f

Imported from capsule None
author anton
date Wed, 11 Jun 2014 17:12:01 -0400
parents
children 239ddfe40290
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
6a1a90ea160f Imported from capsule None
anton
parents:
diff changeset
1 <tool id="vcfcommonsamples" name="VCFcommonSamples:" version="0.0.1">
6a1a90ea160f Imported from capsule None
anton
parents:
diff changeset
2 <requirements>
6a1a90ea160f Imported from capsule None
anton
parents:
diff changeset
3 <requirement type="package" version="586c5ae5d57a38dae6b32ea831fb1f7cfa14c9bd">vcflib</requirement>
6a1a90ea160f Imported from capsule None
anton
parents:
diff changeset
4 </requirements>
6a1a90ea160f Imported from capsule None
anton
parents:
diff changeset
5 <description>Output records belonging to samples commong between two datasets</description>
6a1a90ea160f Imported from capsule None
anton
parents:
diff changeset
6 <command>vcfcommonsamples "${input1}" "${input2}" > "${out_file1}"</command>
6a1a90ea160f Imported from capsule None
anton
parents:
diff changeset
7 <inputs>
6a1a90ea160f Imported from capsule None
anton
parents:
diff changeset
8 <param format="vcf" name="input1" type="data" label="First dataset"/>
6a1a90ea160f Imported from capsule None
anton
parents:
diff changeset
9 <param format="vcf" name="input2" type="data" label="Second dataset"/>
6a1a90ea160f Imported from capsule None
anton
parents:
diff changeset
10 </inputs>
6a1a90ea160f Imported from capsule None
anton
parents:
diff changeset
11 <outputs>
6a1a90ea160f Imported from capsule None
anton
parents:
diff changeset
12 <data format="vcf" name="out_file1" />
6a1a90ea160f Imported from capsule None
anton
parents:
diff changeset
13 </outputs>
6a1a90ea160f Imported from capsule None
anton
parents:
diff changeset
14 <tests>
6a1a90ea160f Imported from capsule None
anton
parents:
diff changeset
15 <test>
6a1a90ea160f Imported from capsule None
anton
parents:
diff changeset
16 <param name="input1" value="vcflib.vcf"/>
6a1a90ea160f Imported from capsule None
anton
parents:
diff changeset
17 <param name="input2" value="vcfcommonsamples-test1-input2.vcf"/>
6a1a90ea160f Imported from capsule None
anton
parents:
diff changeset
18 <output name="out_file1" file="vcfcommonsamples-test1.vcf"/>
6a1a90ea160f Imported from capsule None
anton
parents:
diff changeset
19 </test>
6a1a90ea160f Imported from capsule None
anton
parents:
diff changeset
20 </tests>
6a1a90ea160f Imported from capsule None
anton
parents:
diff changeset
21 <help>
6a1a90ea160f Imported from capsule None
anton
parents:
diff changeset
22
6a1a90ea160f Imported from capsule None
anton
parents:
diff changeset
23 Outputs each record in the first file, removing samples not present in the second.
6a1a90ea160f Imported from capsule None
anton
parents:
diff changeset
24
6a1a90ea160f Imported from capsule None
anton
parents:
diff changeset
25 ----
6a1a90ea160f Imported from capsule None
anton
parents:
diff changeset
26
6a1a90ea160f Imported from capsule None
anton
parents:
diff changeset
27 Vcfcommonsamples is a part of VCFlib toolkit developed by Erik Garrison (https://github.com/ekg/vcflib).
6a1a90ea160f Imported from capsule None
anton
parents:
diff changeset
28
6a1a90ea160f Imported from capsule None
anton
parents:
diff changeset
29 </help>
6a1a90ea160f Imported from capsule None
anton
parents:
diff changeset
30 </tool>