GithubHelp home page GithubHelp logo

Failed installation about decon HOT 9 OPEN

rahmanteam avatar rahmanteam commented on August 31, 2024 1
Failed installation

from decon.

Comments (9)

zgtman avatar zgtman commented on August 31, 2024 2

Yes I did - use Exome Depth for CNV calling - works perfectly fine.

from decon.

flapa86 avatar flapa86 commented on August 31, 2024

I've a similar error....did you find the solution?
I've R version 3.6.0

from decon.

zgtman avatar zgtman commented on August 31, 2024

Absolutely agree. I try to install this tools with no success. I do not understand why developers do not put all necessary packages under the packrat directory. Still with some error. I think this project is dead. I would everybody recommend rather ExomeDepth.

Thank you.

from decon.

seon22break avatar seon22break commented on August 31, 2024

I've a similar error....did you find the solution?
I've R version 3.6.0

The R version is very important and in a project like this, where they are not updating the code, I would recommend you to install the R 3.1.2 version. I am creating a Docker image with DeCoN installed. As soon as I have it, I will post it.

from decon.

ClaraffD avatar ClaraffD commented on August 31, 2024

I've a similar error....did you find the solution?
I've R version 3.6.0

The R version is very important and in a project like this, where they are not updating the code, I would recommend you to install the R 3.1.2 version. I am creating a Docker image with DeCoN installed. As soon as I have it, I will post it.

Hi, have you created your Docker image? Running out of options to successfully use DECoN here.. thank you!

from decon.

seon22break avatar seon22break commented on August 31, 2024

I've a similar error....did you find the solution?
I've R version 3.6.0

The R version is very important and in a project like this, where they are not updating the code, I would recommend you to install the R 3.1.2 version. I am creating a Docker image with DeCoN installed. As soon as I have it, I will post it.

Hi, have you created your Docker image? Running out of options to successfully use DECoN here.. thank you!

Yes , I have a docker image with DeCoN. Works correctly

from decon.

ClaraffD avatar ClaraffD commented on August 31, 2024

I've a similar error....did you find the solution?
I've R version 3.6.0

The R version is very important and in a project like this, where they are not updating the code, I would recommend you to install the R 3.1.2 version. I am creating a Docker image with DeCoN installed. As soon as I have it, I will post it.

Hi, have you created your Docker image? Running out of options to successfully use DECoN here.. thank you!

Yes , I have a docker image with DeCoN. Works correctly

Would it be possible for you to link it please? Thank you for your help

from decon.

worker000000 avatar worker000000 commented on August 31, 2024

Yes I did - use Exome Depth for CNV calling - works perfectly fine.

do you kown which column of exomedepth stands for copy number, thanks a lot
and have you ever met this vplagnol/ExomeDepth#44

from decon.

worker000000 avatar worker000000 commented on August 31, 2024

@ClaraffD
i once download one, not writen by me, but it needs to enter the docker, can not concatate argument directly, not that convenient

#################################################################

Dockerfile # # Version: 0.1

Software: DECoN V1.0.2

Description: DECoN Detection of Exon Copy Number variants

Website: http://www.thetgmi.org/tgmi-news/detecting-tricky-gene-mutations/

Tags: None, for the moment

Base Image: r-base:3.1.2

#################################################################
From r-base:3.1.2
ENTRYPOINT ["/bin/bash"]

Adding user decon

RUN useradd -ms /bin/bash decon

Adding Certificates for wget tu download from git

RUN apt-get update &&
apt-get install -y --no-install-recommends
ca-certificates
&& rm -rf /var/lib/apt/lists/*

Running Container as decon and install decon from git

USER decon
WORKDIR /home/decon/
RUN wget https://github.com/RahmanTeam/DECoN/archive/v1.0.2.tar.gz
RUN tar -xzvf v1.0.2.tar.gz
Run rm v1.0.2.tar.gz
WORKDIR /home/decon/DECoN-1.0.2/Linux/

Starting setup

RUN mkdir /home/decon/DECoN-1.0.2/Linux/packrat/src/VGAM/
RUN wget https://cran.r-project.org/src/contrib/Archive/VGAM/VGAM_0.9-8.tar.gz -O /home/decon/DECoN-1.0.2/Linux/packrat/src/VGAM/VGAM_0.9-8.tar.gz
RUN ./setup.sh

from decon.

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.