-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Welcome to the home of the Biocode LIMS (Laboratory Information Management) Software. The Biocode LIMS software operates as a plugin to the Geneious software and comprises everything you need to manage your lab and sequence analysis workflows. This wiki serves both as a repository for the plugins themselves (with release notes and links to downloads), and an extensive online manual. You can download the plugin by jumping to the Downloading section below.
You can also learn about the Biocode LIMS by reading the Laboratory Information Management Systems for DNA Barcoding article published in Methods In Molecular Biology
- Downloading
- Automatic Updates
- Getting Help
- LIMS
- Assembly
- Analysis
- Reporting
- Submission
- FIMS Annotation
- LIMS Plugin Release Instructions
- LIMS Server
By downloading and installing these plugins, you agree to the terms of use.
- All releases of the LIMS plugin can be downloaded from our releases page
- For the Genbank Submission Plugin, please visit the Geneious Genbank Submission Plugin homepage
You will want to be notified when the Biocode Plugin is updated so you can stay on top of bug and feature improvements to the plugin. Go to Tools → Preferences → General, and click “Advanced…”. Look for the advanced preference CustomPluginXmlUrl. Select it, click Edit and enter the following address:
https://raw.githubusercontent.com/biocodellc/biocode-lims/develop/DownloadablePlugins.xml
You will need to restart Geneious for your changes to take affect. The next time a biocode plugin is released, you will be notified to install it when you start Geneious.
The Biocode LIMS plugin is complex, and while learning how to use it can seem like a daunting task, help is available. Your first port of call should be the introduction video, which walks you through how to use the Biocode LIMS plugin.
If you have and questions or suggestions that you don't want to post to the community, you can email [email protected]
- Key Concepts - Key concepts that you need to know before using the biocode plugin.
- Workflows - It is important that you understand how workflows work before entering data.
- Entering Data - How to enter data into the LIMS, from your first plate through to cherry picking failed reactions for a second try.
- Searching- How to intelligently search your data in the LIMS
- Collating Workflows - Workflows can be combined into summary views for project managers and troubleshooters.
- Printing- All views of the LIMS data are fully printable. This section explains how to get the most out of printing.
- Export - The biocode plugin supports exporting plates and summary views to excel, as well as a selection of other formats.
- Creating-a-Mysql-LIMS-Database - Information on creating a shared mysql database to store your LIMS data.
- Assembly Workflow - A flow diagram describing the full assembly workflow.
- Importing Trace Data - How to get your trace data into Geneious.
- Binning - Group your traces/contigs based on overall quality to speed up the assembly workflow, and quickly identify problem sequences.
- Trimming - Trim low quality data and primers from the ends of your sequences.
- Mark as Pass/Fail - Mark sequences as having passed or failed in the LIMS
- Assembly - Assembling the prepared reads into contigs.
- Viewing And Editing Contigs - How to make base calls, edit gaps etc.
- Alignment Of Consensus Sequences - Directly compare your contigs by aligning their consensus sequences.
- Verify Taxonomy And Loci - Use BLAST to check the taxonomy of your sequences.
- Collating Workflows - Workflows can be combined into summary views for project managers and troubleshooters.
- Generating Reports Charts - Tabular reports and charts can be generated from field and lab data.
- Preparing your documents for submission - Make sure your sequences are correctly annotated.
- Genbank submission - Submit your sequences.
- Mark as submitted - Mark your sequences as being submitted in the LIMS.
- Instructions for Annotating with FIMS Data - Annotating with FIMS Data.
Instructions for developers working on release targets for the LIMS plugin are contained in a release checklist.
This repository contains the code to run the LIMS Server. The LIMS server is a beta product that can ease connections to the LIMS database and act as an interface to a multi-purpose LIMS backend. Additional information can be found on the LIMS Server wiki page