Skip to content
/ lctoxy Public

Program for converting Ultimate 3000 RSCL ASCII chromatograms to XY data

License

Notifications You must be signed in to change notification settings

stigrs/lctoxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lctoxy

Program for converting Ultimate 3000 RSCL ASCII chromatograms to XY data.

Licensing

This software is released under the MIT license.

Quick Start

Requirements

Supported Platforms

This software has been built successfully on the following platforms:

  • GNU/Linux using GCC 5.4.0
  • GNU/Linux using Clang 3.8.0
  • OS X El Capitan (10.12) using Apple LLVM 8.1.0
  • Windows using Visual Studio 2017

Obtaining the Source Code

The source code can be obtained from

    git clone git@github.com:stigrs/lctoxy.git

Building the Software

These steps assumes that the source code of this repository has been cloned into a directory called lctoxy.

  1. Create a directory to contain the build outputs:

     cd lctoxy
     mkdir build
     cd build
    
  2. Configure CMake to use the compiler of your choice (you can see a list by running cmake --help):

     cmake -G "Visual Studio 15 2017" ..
    
  3. Build the software (in this case in the Release configuration):

     cmake --build . --config Release
    
  4. Install the software:

     cmake --build . --config Release --target install
    

Usage

Command to run the software:

    lctoxy -m mass_file -c chromatogram_file

About

Program for converting Ultimate 3000 RSCL ASCII chromatograms to XY data

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published