Code Monkey home page Code Monkey logo

docker_massql's Introduction

README

Ligne de commande pour lancer le docker

Commencer en créant deux dossiers :

mkdir data
mkdir output

Puis lancer la ligne de commande suivante:

docker run -v $(pwd)/data:/data -v $(pwd)/output:/output tmp /data/MIX_ACs.mzML "QUERY scaninfo(MS1DATA)" --output_file /output/results.tsv

  • -v local:conteneur permet de monter un dossier "local" sur le "conteneur"
  • $(pwd) signifie le dossier dans lequel on travaille actuellement
  • on monte un dossier data contenant les data à traiter et un dossier output pour les fichiers de resultats
  • tmp est le nom de notre container massql
  • /data/MIX_ACs.mzML est le nom de notre fichier mzML à traiter
  • \"QUERY scaninfo(MS1DATA)\" est la query de requête de défaut dans l'exemple de massql
  • --output_file /output/results.tsv est le fichier de sortie de résultats qui va être retrouvé en local car monté sur notre dossier output

docker_massql's People

Contributors

jsaintvanne avatar

Watchers

 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.