Package Exports
- cytoscape
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (cytoscape) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Cytoscape.js
Documentation
You can find the documentation and downloads on the project website. This readme is mostly for developers of Cytoscape.js.
Contributing to Cytoscape.js
Cytoscape.js is an open source project, and anyone interested is encouraged to contribute to Cytoscape.js. We gladly accept pull requests. If you are interested in regular contributions to Cytoscape.js, then we can arrange granting you permission to the repository by [contacting us](mailto:cytoscape-discuss@googlegroups.com?subject=Granting permission to Cytoscape.js repository).
If your pull request is a bugfix, please make changes to the master branch. Otherwise, please make changes to the next version's branch.
Acknowledgements
Arbor was used in one of Cytoscape.js' included layouts. We made some modifications to the library, written by Samizdat Drafting Co., so that it would work with multiple instances of Cytoscape.js and that it would work on lesser browsers, like IE. Information about this library can be found at the Arbor website and on GitHub where the original code was forked.
Adding source files
When adding source (.js) files to the repository, update the list of JS files in gulpfile.js
. You can update the references to these JS files in the tests and debug page et cetera with gulp
:
gulp debugrefs
: Update the JS files referenced in the debug page (debug/index.html
).gulp testrefs
: Update the JS files referenced in the test page (test/index.html
).gulp testlist
: Update the JS test files referenced in the test page (test/index.html
).
Or you can do them together via gulp refs
.
Build dependencies
Install npm
and gulp
. Of course, npm install
before using gulp
.
Build instructions
Run gulp
in the console. The main targets are:
Building:
build
: build the libraryzip
: build the release ZIPclean
: clean thebuild
directorydist
: update the distribution JS for npm, bower, etc.
File references:
refs
: update all refstestrefs
: update JS lib file refs in the tests pagetestlist
: update list of test JS files in tests pagedebugrefs
: update JS lib file refs in debug page
Testing:
test
: run the Mocha unit testslint
: lint the JS sources via jshintwatch
: update JS refs in HTML files (debug page, test page) automatically when JS files are added or deleted
Documenation:
docs
: build the documentation templatedocsdemoshots
: get snapshots of demos referenced in the docs (requires PhantomJS, e.g.brew update && brew install phantomjs
)docsmin
: build the documentation template with all resources minifieddocspub
: build the documentation for publishing (ZIPs, JS refs, etc.)
Release instructions
- Update the
VERSION
environment variable, e.g.export VERSION=1.2.3
. - Confirm
VERSION
is picked up by gulp:gulp version
. - Confirm JS files pass linting:
gulp lint
- Confirm all tests passing:
gulp test
- Build and publish the release:
gulp pub
, and then... - Make sure all your changes are pushed.
- Create a tag for this version in
git
(e.g.gulp tag
) - Copy the docs in
documentation
to thegh-pages
branch and push (e.g.gulp docspush
) - Publish to npm (e.g.
gulp npm
)
Tests
Mocha tests are found in the test directory. The tests can be run in the browser or they can be run via Node.js (gulp test
).
Funding
Funding for Cytoscape.js and Cytoscape is provided by NRNB (U.S. National Institutes of Health, National Center for Research Resources grant numbers P41 RR031228 and GM103504) and by NIH grants 2R01GM070743 and 1U41HG006623. The following organizations help develop Cytoscape:
ISB | UCSD | MSKCC | Pasteur | Agilent | UCSF | Unilever | Toronto | NCIBI | NRNB