view libs/Util.py @ 12:0fdf26c5e805 draft

planemo upload commit a4fb57231f274270afbfebd47f67df05babffa4a-dirty
author charles_s_test
date Thu, 30 Nov 2017 12:10:15 -0500
parents 38ad1130d077
children
line wrap: on
line source

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