Code Monkey home page Code Monkey logo

readw-dockerized's Introduction

readw-dockerized

This is a dockerized version of ReAdW for use in the Cravatt lab. This allows us to convert .RAW files collected from Thermo mass spectrometers to .mzXMLs for downstream analysis. ReAdW was designed for use in Windows but this project makes it available on Linux through the use of Docker and wine.

Use

docker run --rm -v path_to_raw_files:/raw -v $PWD/output:/output radusuciu/readw-dockerized /raw/experiment_123

The last argument above can be a folder containing .raw files, or it can be a .raw file itself. You may specify multiple .raw files, or folders by just adding more arguments. Matching for the .raw extension is case insensitive as some machines output .RAW files by default.

Output files will be placed in the output directory of your choice. You can change the second mount above to that effect.

Installation Requirements

Docker is required to build and run this image. Additionally, the following .dll files must be obtained from a licensed install of Xcalibur:

  • fileio.dll
  • fregistry.dll
  • XRawfile2.dll
  • zlib1.dll

These must be placed in the readw folder. After that you can simply docker build . to build the image.

Useful Links:

readw-dockerized's People

Contributors

radusuciu avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.