diff blast2html.py @ 0:d448fe1df4a1

update
author Jan Kanis <jan.code@jankanis.nl>
date Wed, 22 Jul 2015 17:13:06 +0200
parents
children 9272a08cb8fe
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/blast2html.py	Wed Jul 22 17:13:06 2015 +0200
@@ -0,0 +1,14 @@
+#!/usr/bin/env python3
+# -*- coding: utf-8 -*-
+
+# Actually this program works with both python 2 and 3, tested against python 2.6
+
+# Copyright The Hyve B.V. 2014-2015
+# License: GPL version 3 or (at your option) any higher version
+
+from __future__ import unicode_literals, division, print_function
+
+print("Hello World")
+print("The tool is working!")
+
+