コード例 #1
0
ファイル: Rps2blast.py プロジェクト: marieBvr/virAnnot
 def __init__(self, args):
     self.execution = 1
     self.check_args(args)
     bcontigfile = os.getcwd() + '/' + str(
         args['sample']) + '/' + args['bcontigs']
     if not os.path.exists(bcontigfile):
         self.csv_to_fasta()
     self.cmd = []
     self.ssh_cmd = []
     if self.execution == 1:
         Blast.create_cmd(self)