diff vcf_to_msa.py @ 2:a0c85f2d74a5 draft

planemo upload for repository https://github.com/sanbi-sa/tools-sanbi-uwc commit 9612f06b8c60520dc0a047ec072ced317c7796e4
author sanbi-uwc
date Wed, 01 Feb 2017 08:45:12 -0500
parents cc255feec53b
children 62fbd3f96b30
line wrap: on
line diff
--- a/vcf_to_msa.py	Wed Feb 01 07:07:32 2017 -0500
+++ b/vcf_to_msa.py	Wed Feb 01 08:45:12 2017 -0500
@@ -1,5 +1,6 @@
 #!/usr/bin/env python
 
+from __future__ import print_function
 import argparse
 import sys
 from Bio import SeqIO