Repository 'vcfcommonsamples'
hg clone https://toolshed.g2.bx.psu.edu/repos/anton/vcfcommonsamples

Changeset 1:239ddfe40290 (2014-06-25)
Previous changeset 0:6a1a90ea160f (2014-06-11) Next changeset 2:4acc5abb5e8e (2014-06-25)
Commit message:
Updated to vcflib 86723982aa
modified:
tool_dependencies.xml
vcfcommonsamples.xml
b
diff -r 6a1a90ea160f -r 239ddfe40290 tool_dependencies.xml
--- a/tool_dependencies.xml Wed Jun 11 17:12:01 2014 -0400
+++ b/tool_dependencies.xml Wed Jun 25 16:13:47 2014 -0400
b
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <tool_dependency>
-  <package name="vcflib" version="586c5ae5d57a38dae6b32ea831fb1f7cfa14c9bd">
-      <repository changeset_revision="7949cc09120a" name="package_vcflib" owner="anton" toolshed="http://toolshed.g2.bx.psu.edu" />
+  <package name="vcflib" version="86723982aa">
+      <repository changeset_revision="a6826babf644" name="vcflib_86723982aa" owner="anton" toolshed="https://toolshed.g2.bx.psu.edu" />
     </package>
 </tool_dependency>
b
diff -r 6a1a90ea160f -r 239ddfe40290 vcfcommonsamples.xml
--- a/vcfcommonsamples.xml Wed Jun 11 17:12:01 2014 -0400
+++ b/vcfcommonsamples.xml Wed Jun 25 16:13:47 2014 -0400
b
@@ -1,6 +1,6 @@
 <tool id="vcfcommonsamples" name="VCFcommonSamples:" version="0.0.1">
 <requirements>
-    <requirement type="package" version="586c5ae5d57a38dae6b32ea831fb1f7cfa14c9bd">vcflib</requirement>
+    <requirement type="package" version="86723982aa">vcflib</requirement>
 </requirements>
   <description>Output records belonging to samples commong between two datasets</description>
   <command>vcfcommonsamples "${input1}" "${input2}" > "${out_file1}"</command>