Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×
Software Science

Lab Samples Database "JuliaBase" Published As Open Source 27

First time accepted submitter bronger writes After six years of closed-source development, the Research Centre Jülich published its database solution for laboratory samples and processes as open source, while continuing maintaining it. JuliaBase is a framework written in Python/Django that enables research institution or research group to set up browser-based samples tracking and measurement management easily. Next to Bika and LabLey, this is one of the very few open source LIMS systems, and in contrast to the others, not specialized in biomedicine or service labs.
This discussion has been archived. No new comments can be posted.

Lab Samples Database "JuliaBase" Published As Open Source

Comments Filter:
  • LIS, LMS (Score:5, Interesting)

    by CurryCamel ( 2265886 ) on Sunday February 01, 2015 @11:39AM (#48951455) Journal

    http://en.wikipedia.org/wiki/L... [wikipedia.org]

    So much stuff one has never heard about.

    • The problem is that lab systems need to be specific to the academic domain being studied. Even in similar studies, the results can vary greatly.
      • Re:LIS, LMS (Score:4, Informative)

        by plopez ( 54068 ) on Sunday February 01, 2015 @04:18PM (#48953363) Journal

        No I do not think so. I have used LIMS and database applications to track samples extensively. If you understand database normalization and Object Orientation you will find that most LIMS can follow a pattern very much the same regardless of the domain. You have samples, which then have tests, which mostly look for constituents, results of the tests, test methods (often ANSI or ISO), blanks, dupes, spikes, counts, densities or concentrations, some decay rates (chemical or radiological), and some other rates such as death rates of test subjects.

        That's a huge chuck of chemistry and biology. I have used LIMS for hydrology; which included chemical and boilogical tests; geology; chemical and lithographic; and remediation; which included chemical and biological tests, and materials science which includes chemical and physical properties of materials.

        I have seen and spoken with people in medicine and biology and the overlap is quite large with what I have written above. If it does not work either the standard is garbage or you do not understand how LIMS works.

        • Big, no huge, LIMS LIS market out there. Many products, 500+ and growing, A fist full of FOSS, say 20. Many from academic background, and in even faster growing Bioinformatics and Biobanking. Because of those odds, forgive me the punt: please read http://www.bikalims.org/ [bikalims.org], and lend us your weight among the suits at the LIMS Circus, http://goo.gl/nK6xqv [goo.gl]. Appreciated
  • Full disclosure: I am a Drupal CMS web developer, and I know nothing about Python/Django.

    I explored the demo and what I saw, to me, looked like in 2015 it would be most efficient to re-write the system using the Drupal CMS going forward, using the current system as a Functional Requirements specification to meet or better. The development bang-for-buck goes with Drupal for managing the content required, while gaining much from using Drupal, while lowering development costs. Since the system was closed-sourc

    • by Anonymous Coward

      I just left Drupal forever. I had spent about 18 months beating on it. The documentation is 90/10: 90% wrong, 10% right. The API is abysmal. Unless you are doing something that everyone else is doing, you get nowhere very fast, and stay nowhere. Drupal is 'in the box'. If your project is 'out of the box' then Drupal is not your box. "Never Hack Core" but then you steal from core and hack that. I switched to another CMS. I won't mention it because you will only bash it. But it works immensely bette

  • So Yet Another Web Based Thingy ( YAWBT ) written by academics who don't understand how to write software. There I was in a sample and I clicked on the owner, was taken to the owners page, and yes, no obvious way to get back, except to hit the back button, which as we all know is perfection.

    • Does everything seriously need a breadcrumb these days? The back button works just fine; every browser has one.

      • Frankly, no; however, this is not just text as it wants to be taken seriously as a data portal and should therefor be written with just a little more polish and not have to rely simply on the back button.

  • According to their info page, juliabase has not had a 1.0 release yet.

    JuliaBase is organized in a public Git repository on GitHub. So far, there is no public release of JuliaBase 1.0. However, the master branch in the repository is a release candidate, ...

    I'm not sure I would solely trust my lab results to a LIMS system that is pre-release.

  • Comment removed based on user account deletion

Make sure your code does nothing gracefully.

Working...