Jove
Visualize
Contact Us
JoVE
x logofacebook logolinkedin logoyoutube logo
ABOUT JoVE
OverviewLeadershipBlogJoVE Help Center
AUTHORS
Publishing ProcessEditorial BoardScope & PoliciesPeer ReviewFAQSubmit
LIBRARIANS
TestimonialsSubscriptionsAccessResourcesLibrary Advisory BoardFAQ
RESEARCH
JoVE JournalMethods CollectionsJoVE Encyclopedia of ExperimentsArchive
EDUCATION
JoVE CoreJoVE BusinessJoVE Science EducationJoVE Lab ManualFaculty Resource CenterFaculty Site
Terms & Conditions of Use
Privacy Policy
Policies

Related Experiment Videos

A Perl toolkit for LIMS development.

James A Morris1, Simon A Gayther, Ian J Jacobs

  • 1Translational Research Laboratories, UCL EGA Institute for Women's Health, University College London, UK. c.jones@ucl.ac.uk.

Source Code for Biology and Medicine
|March 21, 2008
PubMed
Summary
This summary is machine-generated.

Related Concept Videos

You might also read

Related Articles

Articles linked to this work by shared authors, journal, and citation graph.

Sort by
Same author

Outcomes on pseudophakic mini-monovision with monofocal intraocular lens on intermediate vision with immediate sequential bilateral cataract surgery.

Eye (London, England)·2026
Same author

Added value of point-of-care testing for Group A Streptococcus in community pharmacy sore throat pathways: Analysis of the Wales Sore Throat Test and Treat service.

Clinical microbiology and infection : the official publication of the European Society of Clinical Microbiology and Infectious Diseases·2026
Same author

Biomechanical Comparison of Metal Versus Suture and Screw Tension Band Technique for Olecranon Fractures.

The Journal of hand surgery·2026
Same author

Assessing a method for single- and multidomain biofilm growth in a novel biofilm reactor: shear stress, ruggedness, repeatability, and reproducibility.

Biofilm·2026
Same author

Temporal and spatial changes in fish assemblages associated with the placement of a rock armoured pipeline complex in northwestern Australia.

Marine environmental research·2026
Same author

Methods of Secondary Smile Salvation After a Failed Primary Salvation Procedure for Facial Nerve Palsy: A Systematic Review.

Annals of plastic surgery·2026
Same journal

2DKD: a toolkit for content-based local image search.

Source code for biology and medicine·2020
Same journal

Computing and graphing probability values of pearson distributions: a SAS/IML macro.

Source code for biology and medicine·2020
Same journal

iPBAvizu: a PyMOL plugin for an efficient 3D protein structure superimposition approach.

Source code for biology and medicine·2019
Same journal

Social support for collaboration and group awareness in life science research teams.

Source code for biology and medicine·2019
Same journal

MZPAQ: a FASTQ data compression tool.

Source code for biology and medicine·2019
Same journal

IPCAPS: an R package for iterative pruning to capture population structure.

Source code for biology and medicine·2019
See all related articles

Developing custom Laboratory Information Management Systems (LIMS) is now faster with ArrayPipeline, a new Perl toolkit. This tool simplifies creating bespoke LIMS applications, saving time and resources for laboratories.

Area of Science:

  • Bioinformatics
  • Computational Biology
  • Laboratory Science

Background:

  • High-throughput laboratory techniques generate vast amounts of data, necessitating Laboratory Information Management Systems (LIMS) for sample tracking, data storage, and reporting.
  • Commercial LIMS are often expensive and complex, while bespoke solutions offer flexibility and cost-effectiveness.
  • Perl is well-suited for LIMS development due to its database and web interaction capabilities, rapid development features, and strong community support.

Purpose of the Study:

  • To address the lack of development tools for creating bespoke LIMS in Perl.
  • To provide a toolkit that facilitates the rapid development of custom Laboratory Information Management Systems.

Main Methods:

  • Development of ArrayPipeline, a Perl toolkit featuring object-oriented methods.

Related Experiment Videos

  • Inclusion of Perl objects that encapsulate core LIMS components, such as database interaction, web page creation, error tracking, and user management.
  • Implementation of the MT_Plate object for microtitre plate management and extensibility for system-specific functionalities.
  • Main Results:

    • ArrayPipeline provides a suite of Perl objects and methods for efficient LIMS development.
    • The toolkit enables the creation of interactive web pages, database interactions, and robust user/session management.
    • Custom LIMS can be built by extending ArrayPipeline's core modules with system-specific methods.

    Conclusions:

    • ArrayPipeline significantly accelerates the development of in-house LIMS applications.
    • This toolkit encourages laboratories to adopt bespoke LIMS solutions tailored to their unique data management needs.
    • ArrayPipeline is a valuable resource for Perl developers working on LIMS projects.