Skip to content

Commit

Permalink
updates to take account of the URL changes that came about by the HEC
Browse files Browse the repository at this point in the history
site overhaul
  • Loading branch information
jimboid committed Feb 9, 2016
1 parent c13e493 commit 1bee09c
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Longbow/longbow
Original file line number Diff line number Diff line change
Expand Up @@ -525,8 +525,8 @@ if __name__ == "__main__":

subprocess.check_output([
"wget",
"http://www.hecbiosim.ac.uk/longbow/send/5-longbow/" +
"4-longbow-examples",
"http://www.hecbiosim.ac.uk/downloads/send/" +
"2-software/4-longbow-examples",
"-O",
os.path.join(os.getcwd(), "LongbowExamples.zip")])

Expand All @@ -535,8 +535,8 @@ if __name__ == "__main__":
subprocess.call([
"curl",
"-L",
"http://www.hecbiosim.ac.uk/longbow/send/5-longbow/" +
"4-longbow-examples",
"http://www.hecbiosim.ac.uk/downloads/send/" +
"2-software/4-longbow-examples",
"-o",
os.path.join(os.getcwd(), "LongbowExamples.zip")])

Expand Down
22 changes: 22 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,15 @@ Documentation for Longbow can be found here:
http://www.hecbiosim.ac.uk/longbow-docs


Examples
========

Example files can be installed either through the Longbow command-line or by
downloading from the HECBioSim website manually here:

http://www.hecbiosim.ac.uk/longbow-examples


Support
=======

Expand All @@ -71,6 +80,19 @@ to report bug or to suggest new ideas. You should use the Longbow forums here:
http://www.hecbiosim.ac.uk/longbow-support


Developers
==========

Developers of software that wish to contribute to Longbow/integrate Longbow
into other software tools are welcome, we do ask that if you wish to contribute
to the Longbow base code that you contact us first. The following resources are
available to developers:

source code: https://bitbucket.org/jimboid/longbow

documentation: http://www.hecbiosim.ac.uk/longbow-devdocs


Contact
=======

Expand Down

0 comments on commit 1bee09c

Please sign in to comment.