nf-core / pangenome

Renders a collection of sequences into a pangenome graph.
https://nf-co.re/pangenome
MIT License
65 stars 16 forks source link

Documentation #76

Closed subwaystation closed 1 year ago

subwaystation commented 2 years ago

Is your feature request related to a problem? Please describe

:warning: The pipeline is still work in progress, so documentation is really sparse.

Describe the solution you'd like

Documentation is required for:

There already exists https://odgi.readthedocs.io/en/latest/ which covers all the ODGI modules. I doubt we want to mirror everything here again? Maybe just describing, what the module does. For details link to the existing Docs. Some basic documentation of the actual graph building modules can be found at https://github.com/pangenome/pggb. However, this pipeline is not a dump clone of PGGB, but presents an implementation that already scales better on a cluster. This part should be highlighted in the upcoming Documentation.

subwaystation commented 2 years ago

During the hackathon March 2022 I will focus on extending the PGGB documentation https://pggb.readthedocs.io/en/latest/ which's code is at https://github.com/pangenome/pggb/tree/master/docs. We will be able to copy most of it directly into this pipeline.

subwaystation commented 1 year ago

See #70.