Annot is a web application to annotate bioscience experiments, to capture the experiments metadata and data so that data are ready for analysis and sharing.
Annot is utterly modularly implemented to be adaptable to each laboratories specific needs.
Annot is written in Python 3 with Django.
The source code is distributed under the free and open source GNU AGPLv3 license, while this documentation is under the free and open source GNU FDLv1.3 license.
| Annot is a web application to annotate bioscience experiments, to capture the experiments metadata and data so that data are ready for analysis and sharing.
| Annot is utterly modularly implemented to be adaptable to each laboratories specific needs.
| Annot is written in Python 3 with Django.
| The source code is distributed under the free and open source GNU AGPLv3 license, while this documentation is under the free and open source GNU FDLv1.3 license.
.. dont froget README.rst file with version log! readme.rst shoul link to readthedocs.org
@@ -6,7 +6,7 @@ This manual is intended for programers who like to take part in the Annot projec
You can skip step 4 and staight git clone git\@gitlab.com:biotransistor/annot.git without forking, if you only like to adapt the Annot source code to your needs and not plane to fork you changes back to the Annot project master branch.
How-to Get Annot Developer version Up and Running
How-to Get Annot Developer Version Up and Running
-------------------------------------------------
Install Annot for Development
@@ -71,7 +71,7 @@ Run Annot for Development
* Don't forget to add, commit, and push your changes to your git repository. And if your code runs, don't forget to merge request that the changes can be forked back into the official repository.
Sotware Philosphy and Style Guide
Software Philosphy and Style Guide
----------------------------------
This is section is about coding stile and philosopy.