comparison 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
comparison
equal deleted inserted replaced
2:0d65b71ff8df 3:38ad1130d077
1 class util:
2 def BWApath(self,path="bwa"):
3 self.path=path
4 def Blastnpath(self,path="blastn"):
5 self.path=path
6 def SRApath(self,path):
7 self.path=path
8 def Samtoolspath(self,path="samtools"):
9 self.path=path
10 def Makeblstdbpath(self,path="makeblastdb"):
11 self.path=path
12
13