Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DECoN installation error #41

Open
anilkanthi opened this issue Nov 26, 2022 · 5 comments
Open

DECoN installation error #41

anilkanthi opened this issue Nov 26, 2022 · 5 comments

Comments

@anilkanthi
Copy link

"Failed to retrieve ExomeDepth package"

Please suggest how to resolve this issue and setup DECoN successfully.

Decon_setup_error

@abernar-85
Copy link

I am having the same issue.

The version of ExomeDepth on CRAN is now 1.1.16. DECon should look for a more recent ExomeDepth.

Could you please fix this?

@emunte
Copy link

emunte commented Dec 19, 2022

Hi,
I am facing the same... It would be very nice if you could fix it.
Meanwhile what I have done is changing version of ExomeDepth in renv.lock file.
image

I don't know the differences between ExomeDepth v1.1.15 and ExomeDepth v.1.1.16 so I don't know if the solution I came up with is correct or not... but at least it fixes this bug..

@abernar-85
Copy link

Thanks @emunte I could install DECoN

But then IdentifyFailures.R fails

This is my command:
Rscript IdentifyFailures.R --Rdata DECoN_summary.RData --out DECoN

The error:
Error in getopt_options(object, args) :
Error in getopt(spec = spec, opt = args) : long flag "Rdata" is invalid
Calls: parse_args -> parse_options -> getopt_options
Execution halted

Anyone knows how to solve this issue?

makeCNVcalls.R also fails with the same error

@fishcakess
Copy link

Thanks @emunte I could install DECoN

But then IdentifyFailures.R fails

This is my command: Rscript IdentifyFailures.R --Rdata DECoN_summary.RData --out DECoN

The error: Error in getopt_options(object, args) : Error in getopt(spec = spec, opt = args) : long flag "Rdata" is invalid Calls: parse_args -> parse_options -> getopt_options Execution halted

Anyone knows how to solve this issue?

makeCNVcalls.R also fails with the same error

you're giving the option as --Rdata but you need to put --RData (capital D)

@abernar-85
Copy link

Hi, thanks @fishcakess
In DECoN manual is written as --Rdata, but it should be --RData

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants