Skip to content

Commit d264793

Browse files
committed
corrections to v1.2.1
1 parent 16db38e commit d264793

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

Longbow/longbow

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ except ImportError:
6868
STAGING = __import__("Longbow.corelibs.staging", fromlist=[''])
6969

7070
PYTHONVERSION = "{0}.{1}".format(sys.version_info[0], sys.version_info[1])
71-
LONGBOWVERSION = "1.2.0"
71+
LONGBOWVERSION = "1.2.1"
7272

7373
LOG = logging.getLogger("Longbow")
7474

@@ -213,19 +213,19 @@ if __name__ == "__main__":
213213
In addition, the following longbow flags may be provided before the
214214
executable (pmemd.MPI in the above example):
215215
216-
--hosts [filename]
217-
--job [filename]
218-
--log [filename]
216+
--hosts [host file name]
217+
--job [job file name]
218+
--log [log file name]
219+
--recover [recovery file name]
219220
--resource [remote resource name]
220221
--replicates [number]
221-
--jobname [jobname]
222+
--jobname [job name]
222223
--debug
223224
--verbose
224225
--about
225226
--version
226227
--help
227228
--examples
228-
--recover
229229
230230
Read the documentation at http://www.hecbiosim.ac.uk/ for more information
231231
on how to setup and run jobs using Longbow.
@@ -408,29 +408,29 @@ if __name__ == "__main__":
408408
"connection with a\n"
409409
"target remote resource and setup configuration files according "
410410
"to the\n"
411-
"documentation.\n\n"
411+
"documentation http://www.hecbiosim.ac.uk/longbow-docs \n\n"
412412
"Submit jobs using the following syntax:\n\n"
413413
"longbow [longbow args] executable [executable args]\n\n"
414414
"e.g.:\n"
415415
"%longbow --verbose pmemd.MPI -i example.in -c example.min -p "
416416
"example.top -o output\n\n"
417417
"longbow args:\n\n"
418-
"--hosts [filename] : specifies the hosts configuration "
419-
"file filename\n"
420-
"--job [filename] : specifies the job configuration "
421-
"file filename\n"
422-
"--log [filename] : specifies the file Longbow output "
418+
"--hosts [file name] : specifies the hosts configuration "
419+
"file file name\n"
420+
"--job [file name] : specifies the job configuration "
421+
"file file name\n"
422+
"--log [file name] : specifies the file Longbow output "
423423
"should be directed to\n"
424424
"--resource [name] : specifies the remote resource\n"
425425
"--replicates [number] : number of replicate jobs to be "
426426
"submitted\n"
427-
"--jobname [jobname] : the name of the job to be submitted"
427+
"--jobname [job name] : the name of the job to be submitted"
428428
"\n"
429429
"--debug : additional output to assist "
430430
"debugging\n"
431431
"--verbose : additional run-time info to be "
432432
"output\n"
433-
"--recover : Launches the recovery mode\n"
433+
"--recover [file name] : Launches the recovery mode\n"
434434
"--about : prints Longbow description\n"
435435
"--version, -V : prints Longbow version number\n"
436436
"--help, -h : prints Longbow help\n"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
# Setup
4545
setup(name = 'Longbow',
46-
version = '1.2.0',
46+
version = '1.2.1',
4747
description = 'Biomolecular simulation remote job submission tool.',
4848
long_description = open('README.rst').read(),
4949
author = 'James T Gebbie-Rayet, Gareth B Shannon',

0 commit comments

Comments
 (0)