diff libs/Util.py @ 3:38ad1130d077 draft

planemo upload commit a4fb57231f274270afbfebd47f67df05babffa4a-dirty
author charles_s_test
date Mon, 27 Nov 2017 11:21:07 -0500
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/libs/Util.py	Mon Nov 27 11:21:07 2017 -0500
@@ -0,0 +1,13 @@
+class util:
+	def BWApath(self,path="bwa"):
+	    self.path=path
+	def Blastnpath(self,path="blastn"):
+	    self.path=path
+	def SRApath(self,path):
+	    self.path=path
+	def Samtoolspath(self,path="samtools"):
+	    self.path=path
+	def Makeblstdbpath(self,path="makeblastdb"):
+            self.path=path    
+
+