annotate vcfcommonsamples.xml @ 2:4acc5abb5e8e

Updated tool version to 0.0.2
author Anton Nekrutenko <anton@bx.psu.edu>
date Wed, 25 Jun 2014 16:37:43 -0400
parents 239ddfe40290
children 0012529b72a3
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2
4acc5abb5e8e Updated tool version to 0.0.2
Anton Nekrutenko <anton@bx.psu.edu>
parents: 1
diff changeset
1 <tool id="vcfcommonsamples" name="VCFcommonSamples:" version="0.0.2">
0
6a1a90ea160f Imported from capsule None
anton
parents:
diff changeset
2 <requirements>
1
239ddfe40290 Updated to vcflib 86723982aa
Anton Nekrutenko <anton@bx.psu.edu>
parents: 0
diff changeset
3 <requirement type="package" version="86723982aa">vcflib</requirement>
0
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>