Skip to content

Commit

Permalink
Merge 711357d into f9343b2
Browse files Browse the repository at this point in the history
  • Loading branch information
mwatts15 committed Jan 26, 2019
2 parents f9343b2 + 711357d commit ca275e0
Show file tree
Hide file tree
Showing 80 changed files with 4,473 additions and 18,516 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ matrix:
- python: '3.4'
- python: '2.7'
before_install:
- pip install --upgrade pip
- pip install coveralls
- pip uninstall pytest --yes
- pip install pytest>=3.4.0
Expand Down
25 changes: 15 additions & 10 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,31 +4,36 @@ The recommended way to get PyOpenWorm is from [pip](http://pip.readthedocs.org/e

pip install pyopenworm

Alternatively, you can grab the contents from GitHub:
Alternatively, you can grab the latest on the development branch from GitHub:

git clone https://github.com/openworm/PyOpenWorm.git
cd PyOpenWorm
python setup.py install

Uninstall
----------

pip uninstall PyOpenWorm

Running tests
-------------

After checking out the project, tests can be run from the command line in the root folder with::

py.test
python setup.py test

You may also run individual test cases with::

py.test -k <NameOfTest>
python setup.py test --addopts "-k <NameOfTest>"

For example, where *test_muscles1* is a test in the *WormTest* suite of tests (see tests/WormTest.py)::

For example, where *test_muscles*1 is a test in the *WormTest* suite of tests (see tests/WormTest.py)::
python setup.py test --addopts "-k test_muscles1"

py.test -k test_muscles1
Python 2 support
----------------
Python 2.7 will be supported in PyOpenWorm through Python 2.7 end-of-life in 2020. Subsequent to that, any regressions for 2.7-based applications will only be fixed for the sake of OpenWorm projects.


Uninstall
----------

pip uninstall PyOpenWorm


Optional
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2014-2016 OpenWorm
Copyright (c) 2014-2019 OpenWorm

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
Expand Down
1,357 changes: 0 additions & 1,357 deletions OpenWormData/aux_data/C. elegans Cell List - WormAtlas.tsv

This file was deleted.

1,359 changes: 0 additions & 1,359 deletions OpenWormData/aux_data/C. elegans Cell List - WormBase.csv

This file was deleted.

This file was deleted.

61 changes: 0 additions & 61 deletions OpenWormData/aux_data/Ion channels - Ion Channel To Neuron.tsv

This file was deleted.

2,260 changes: 0 additions & 2,260 deletions OpenWormData/aux_data/Modified celegans db dump.csv

This file was deleted.

2 changes: 0 additions & 2 deletions OpenWormData/aux_data/NeuroML_Channel.csv

This file was deleted.

Binary file removed OpenWormData/aux_data/NeuronConnect.xls
Binary file not shown.
1 change: 0 additions & 1 deletion OpenWormData/aux_data/README.md

This file was deleted.

6 changes: 0 additions & 6 deletions OpenWormData/aux_data/bibtex_files/WormAtlas.bib

This file was deleted.

16 changes: 0 additions & 16 deletions OpenWormData/aux_data/bibtex_files/altun2009.bib

This file was deleted.

17 changes: 0 additions & 17 deletions OpenWormData/aux_data/bibtex_files/harris2010.bib

This file was deleted.

10 changes: 0 additions & 10 deletions OpenWormData/aux_data/bibtex_files/rand1997.bib

This file was deleted.

Binary file removed OpenWormData/aux_data/celegans.db
Binary file not shown.

0 comments on commit ca275e0

Please sign in to comment.