Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.41 KB

README.md

File metadata and controls

38 lines (27 loc) · 1.41 KB

Maturity level-0

Fragler

Overview

This tool implements an alogrithm to recycle fragments for modular DNA assembley. For details, see Öling et al ("FRAGLER: A Fragment Recycler Application Enabling Rapid and Scalable Modular DNA Assembly").

Dependencies

The tool uses conda to manage its dependencies. Follow installation instructions in either the official conda repository or any other conda flavour. We recommend mamba as a drop-in replacement for conda.

The tool is also dependent on acces to the GeneArt API (https://www.thermofisher.com/se/en/home/life-science/cloning/gene-synthesis/geneart-gene-synthesis.html) and requires an access key. To obtain an access key, see instructions http://assets.thermofisher.com/TFS-Assets/BID/Reference-Materials/geneart-gene-synthesis-api-presentation.pdf and contact [email protected]

Installation instructions

  1. Clone the repo:
[email protected]:DS-QuBi/golden-gate-cloning.git
  1. Install dependencies
cd golden-gate-cloning
conda env create -f environment.yaml -n golden-gate-cloning

Usage

  1. Activate conda environment
conda activate golden-gate-cloning
  1. Start the server
bash start_server.sh
  1. Access the app through a browser using the url reported in the previous step