﻿Welcome to Communique!
Our software aims to design genetic information to fit a specific environment. 
You are now just a few clicks away from receiving a microbiome‫-‬specific version
of your gene!

Please follow the next few steps to ensure correct installation of this tool.


*******Prerequisites************
Docker: you must have Docker installed on your local desktop. 
Installation details for your operating system: https://docs.docker.com/get-docker/
********************************


*******Installation Guide*******
Open your cmd and run the following commands:

docker pull igemtau21/communique
docker run -p 5000:5000 igemtau21/communique python main.py

Now, open your Chrome browser and go to http://127.0.0.1:5000/
For more details regarding the software modules, please refer to the supplied user guide.
********************************


*******Errors*******************
If an error occurs, this might be due to previous use of our local port.
You may fix this by running: docker ps
To find the 'Container ID', and then run: docker stop <Container ID>
********************************


*******Contact Deatils**********
Email: igem.tau.21@gmail.com
Website: https://2021.igem.org/Team:TAU_Israel/
********************************


*******Credits******************
Our source code is available at: https://github.com/leviliyam/TAU_Israel

Copyright notice: 
The Communique software was created by the 2021 iGEM team from Tel Aviv University.
The software and its code are the intellectual property of the iGEM TAU group and are to be
used for non-commercial purposes only.

## Enable
Free Chrome plugin: https://www.enable.co.il/tos/

## Python 3.9 Docker image
Python official free Docker image: https://hub.docker.com/_/python

## MEME Suite
Motif finder tool: https://meme-suite.org/meme/
Authors: Timothy L. Bailey, William Noble
Copyright (c) 1994-2019 The Regents of the University of California. All Rights Reserved.
********************************
