Mercurial > repos > charles_s_test > seqsero2
view libs/Util.py @ 11:b4484db557ab draft
planemo upload commit a4fb57231f274270afbfebd47f67df05babffa4a-dirty
author | charles_s_test |
---|---|
date | Wed, 29 Nov 2017 12:46:19 -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