Пример #1
0
Файл: dca.py Проект: 50wu/gpdb
 def __init__(self, name, ctxt=LOCAL, remoteHost=None):
     self.cmdStr="/opt/dca/bin/dca_gpdb_stopped"
     Command.__init__(self, name, self.cmdStr, ctxt, remoteHost)
Пример #2
0
 def __init__(self, name, ctxt=LOCAL, remoteHost=None):
     self.cmdStr = "/opt/dca/bin/dca_gpdb_stopped"
     Command.__init__(self, name, self.cmdStr, ctxt, remoteHost)
Пример #3
0
	def __init__(self):
		Command.__init__(self, prog="oncodrivefm", desc="Compute the FM bias for genes and pathways")
Пример #4
0
	def __init__(self):
		Command.__init__(self, prog="oncodrivefm-combine", desc="Combine FM bias results")
Пример #5
0
	def __init__(self):
		Command.__init__(self, prog="oncodrivefm-compute", desc="Compute the FM bias")