Skip to content

Commit

Permalink
corrections to v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jimboid committed Aug 3, 2016
1 parent 16db38e commit d264793
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
28 changes: 14 additions & 14 deletions Longbow/longbow
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ except ImportError:
STAGING = __import__("Longbow.corelibs.staging", fromlist=[''])

PYTHONVERSION = "{0}.{1}".format(sys.version_info[0], sys.version_info[1])
LONGBOWVERSION = "1.2.0"
LONGBOWVERSION = "1.2.1"

LOG = logging.getLogger("Longbow")

Expand Down Expand Up @@ -213,19 +213,19 @@ if __name__ == "__main__":
In addition, the following longbow flags may be provided before the
executable (pmemd.MPI in the above example):
--hosts [filename]
--job [filename]
--log [filename]
--hosts [host file name]
--job [job file name]
--log [log file name]
--recover [recovery file name]
--resource [remote resource name]
--replicates [number]
--jobname [jobname]
--jobname [job name]
--debug
--verbose
--about
--version
--help
--examples
--recover
Read the documentation at http://www.hecbiosim.ac.uk/ for more information
on how to setup and run jobs using Longbow.
Expand Down Expand Up @@ -408,29 +408,29 @@ if __name__ == "__main__":
"connection with a\n"
"target remote resource and setup configuration files according "
"to the\n"
"documentation.\n\n"
"documentation http://www.hecbiosim.ac.uk/longbow-docs \n\n"
"Submit jobs using the following syntax:\n\n"
"longbow [longbow args] executable [executable args]\n\n"
"e.g.:\n"
"%longbow --verbose pmemd.MPI -i example.in -c example.min -p "
"example.top -o output\n\n"
"longbow args:\n\n"
"--hosts [filename] : specifies the hosts configuration "
"file filename\n"
"--job [filename] : specifies the job configuration "
"file filename\n"
"--log [filename] : specifies the file Longbow output "
"--hosts [file name] : specifies the hosts configuration "
"file file name\n"
"--job [file name] : specifies the job configuration "
"file file name\n"
"--log [file name] : specifies the file Longbow output "
"should be directed to\n"
"--resource [name] : specifies the remote resource\n"
"--replicates [number] : number of replicate jobs to be "
"submitted\n"
"--jobname [jobname] : the name of the job to be submitted"
"--jobname [job name] : the name of the job to be submitted"
"\n"
"--debug : additional output to assist "
"debugging\n"
"--verbose : additional run-time info to be "
"output\n"
"--recover : Launches the recovery mode\n"
"--recover [file name] : Launches the recovery mode\n"
"--about : prints Longbow description\n"
"--version, -V : prints Longbow version number\n"
"--help, -h : prints Longbow help\n"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

# Setup
setup(name = 'Longbow',
version = '1.2.0',
version = '1.2.1',
description = 'Biomolecular simulation remote job submission tool.',
long_description = open('README.rst').read(),
author = 'James T Gebbie-Rayet, Gareth B Shannon',
Expand Down

0 comments on commit d264793

Please sign in to comment.