-
Notifications
You must be signed in to change notification settings - Fork 82
Git Repository Structure
Hannes Hauswedell edited this page Jan 11, 2017
·
5 revisions
-
seqan/seqan3
- the library
- api reference (inside library code)
- cmake file and pkgconfig file
-
seqan/seqan3/wiki
(wiki page ofseqan/seqan3
)- "SeqAn project" organisation, e.g. who-is-who, contributor guides...
- resources for developers of the library, e.g. release check-lists
-
seqan/seqan3-manual
- readthedocs stuff, but only for users of the library, not developers of the library
-
seqan/seqan3-test
- unit tests
-
seqan/seqan3-util
- any other stuff, e.g. additional cmake files, application templates...
-
seqan/seqan3-standalone
orseqan/seqan3-full
- submodule of seqan/seqan3
- submodule of seqan/seqan3-manual
- submodule of seqan/seqan3-test
- submodule of seqan/seqan3-util
- submodule of each dependency
Apps go wherever they want to, completely unrelated.