-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
15 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,24 @@ | ||
# GBOL5 Web Application | ||
# Barcode Workflow Manager | ||
|
||
- Home: https://gbol5.de | ||
- Code: https://bitbucket.org/kai42/gbol5 | ||
A web framework to assemble, analyze and manage DNA barcode data and metadata. | ||
|
||
|
||
Web application for mass assembly of primer reads generated in the GBOL5 project into contigs, auto-assignment of reads to isolates, specimens, species and management of specimens, target species, etc. | ||
- Example usage: https://gbol5.de | ||
|
||
|
||
### License | ||
|
||
GBOL5 Web App is Copyright (c) 2014-2017 Kai Müller. | ||
|
||
### Warranty | ||
|
||
This software is provided "as is" and without any express or implied | ||
warranties, including, without limitation, the implied warranties of | ||
merchantability and fitness for a particular purpose. | ||
Copyright (C) 2020 Kai Müller <[email protected]>, Sarah Wiechers <[email protected]> | ||
|
||
Barcode Workflow Manager is free software: you can redistribute it and/or modify | ||
it under the terms of the GNU Affero General Public License as | ||
published by the Free Software Foundation, either version 3 of the | ||
License, or (at your option) any later version. | ||
|
||
### Setup | ||
Barcode Workflow Manager is distributed in the hope that it will be useful, | ||
but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
GNU Affero General Public License for more details. | ||
|
||
Change project specific configuration in config/application.yml. Restart container after changes to this file. | ||
Add images to dir assets/project_images. | ||
You should have received a copy of the GNU Affero General Public License | ||
along with Barcode Workflow Manager. If not, see | ||
<http://www.gnu.org/licenses/>. |