Code Monkey home page Code Monkey logo

Comments (3)

stanstrup avatar stanstrup commented on July 24, 2024

Hi,

it is not really in a state where it is easy to get it to run. The plan was to make a docker container, but since I changed jobs it is on hold for the moment.
You would at least need to:

  1. Clone the repo properly instead of downloading. When you download the git LFS doesn't work and you therefore don't get the packrat R libraries copied properly.
  2. Then you need to start R in the shiny folder and make sure all packages are installing properly
  3. AFAIC you need to copy the config file to the root and modify appropriately.
  4. Then you need to use init/init_db.R to setup the database properly.
  5. Probably something I forgot...

from qc4metabolomics.

etrh avatar etrh commented on July 24, 2024

Fantastic. I got it working doing the following.

git2r::clone(url = "https://github.com/stanstrup/QC4Metabolomics.git")

library(MetabolomiQCsR)

MetabolomiQCsR.env$db$db <- "metabolomicsSQLDB"
MetabolomiQCsR.env$db$user <- "R_user"
MetabolomiQCsR.env$db$password <- "pass1234"
MetabolomiQCsR.env$db$host <- "127.0.0.1"

setwd("./QC4Metabolomics/Shiny App")
source("../init/init_db.R")

shiny::runApp(launch.browser = T)

Thanks a lot for the guidelines. Much appreciated.

from qc4metabolomics.

stanstrup avatar stanstrup commented on July 24, 2024

Hi @etrh. I Finally got around to putting it in a docker container. If you are still interested in testing let me know. Planning to add a proteowizard autoconverter too.

from qc4metabolomics.

Related Issues (20)

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.