You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Beta (only allowed to be set once initially, range of Beta is not supported)
603
604
# Species
604
605
# W cannot be given as a range of values
605
-
parser=OptionParser()
606
+
parser=OptionParser(version="Multi-PCSF version %s"%__version__)
606
607
parser.add_option("--interactomepath", type="string", dest="interactomePath", help="This path points to the directory that contains the interaction network files",default='None')
607
608
parser.add_option("--terminalpath",type="string",dest="terminalPath",help="This path points to the directory that contains the terminal (node prize) files",default='None')
608
609
parser.add_option("--resultpath",type="string",dest="resultPath",help="This path points to the directory where the output files will be written.",default='None')
0 commit comments