Skip to content

Commit

Permalink
Improved instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemchak committed Apr 30, 2022
1 parent 94d4662 commit 0c6c8de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ For an explanation of log configuration and use, see the [LOGGING.rst](LOGGING.r
1. Verify that the setup.py file correctly identifies all external dependencies.
1. Verify that changes to the [user manual]() are correct. Be sure to activate automatic ReadTheDocs [building](https://readthedocs.org/projects/py4cytoscape/versions/) for this new version.
1. Check all sources (including documents and tests) into Github, merge them into the Master branch, and make Master the current branch
1. Successfully execute all tests by using the tests/runalltests.bat file
1. Successfully execute all tests by using the tests/runalltests.bat and tests/runsanitytests.bat files
1. Execute liveness test (e.g., [Sanity Test](https://github.com/bdemchak/cytoscape-jupyter/tree/main/sanity-test)) on Google Colab
1. Execute GangSu workflows (e.g., [Workflow1](https://colab.research.google.com/github/bdemchak/cytoscape-jupyter/blob/main/gangsu/basic%20protocol%201.ipynb) and [Workflow2](https://colab.research.google.com/github/bdemchak/cytoscape-jupyter/blob/main/gangsu/basic_protocol_2.ipynb#scrollTo=cZ9Gr2Pjnapm)) on Google Colab
1. Execute build.bat to check into PyPI __... be sure you updated the version number in build.bat first__
Expand Down Expand Up @@ -120,6 +120,6 @@ The test suite can be used in the following circumstances:
``py4cytoscape`` is released under the MIT License (see [LICENSE.rst](LICENSE.rst) file):

```
Copyright (c) 2018-2020 The Cytoscape Consortium
Copyright (c) 2018-2022 The Cytoscape Consortium
Barry Demchak <[email protected]>
```

0 comments on commit 0c6c8de

Please sign in to comment.