dondi / GRNsight

Web app and service for modeling and visualizing gene regulatory networks.
http://dondi.github.io/GRNsight
BSD 3-Clause "New" or "Revised" License
17 stars 8 forks source link

Start working on documentation for database network loading scripts #961

Closed dondi closed 1 year ago

dondi commented 2 years ago

As the network loading code stabilizes, we will need to write up documentation (likely .md files) so that other users can generate new networks and load them into their databases as needed.

Python code should also be run through a linter; OK to do this manually. PyCharm may be the most convenient because it is Python-based from the ground up and reformatting should be one-key right out of the box (as opposed to having to install additional plugins on other systems)

dondi commented 2 years ago

(can already be done for #949 and should also be done for #960 when finished)

Onariaginosa commented 2 years ago

I started on the documentation. Progress is slow, but forthcoming.

Onariaginosa commented 1 year ago

Documentation is complete as mentioned in issue #988

Onariaginosa commented 1 year ago

This is contained in WIP PR #985

dondi commented 1 year ago

Will close for prior version of docs; if revisions are needed due to latest time zone changes, open a new issue and work using that