-
Notifications
You must be signed in to change notification settings - Fork 87
Git Repository Structure
Hannes Hauswedell edited this page Mar 14, 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...
Apps go wherever they want to, completely unrelated.