RahmanTeam / DECoN

49 stars 29 forks source link

Problem while running Rscript makeCNVcalls.R #43

Open glbala87 opened 1 year ago

glbala87 commented 1 year ago

Dear All,

I have successfully installed Decon in my PC and encountering below mentioned error while executing Rscript makeCNVcalls.R command:

Attaching package: ‘R.oo’

The following object is masked from ‘package:R.methodsS3’:

throw

The following objects are masked from ‘package:methods’:

getClasses, getMethods

The following objects are masked from ‘package:base’:

attach, detach, load, save

R.utils v2.11.0 (2021-09-26 08:30:02 UTC) successfully loaded. See ?R.utils for help.

Attaching package: ‘R.utils’

The following object is masked from ‘package:utils’:

timestamp

The following objects are masked from ‘package:base’:

cat, commandArgs, getOption, inherits, isOpen, nullfile, parse,
warnings

[1] "BEGIN makeCNVCalls.R" 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

Any solution for this problem?

Your help would be highly appreciated.

Thank you Bala

Sbird600 commented 1 year ago

Dear Bala, you have to use RData flag (capital D). There is a mistake in the respective examples in DECon v2.pdf file.

glbala87 commented 1 year ago

I am using RData 'capital D', still I am getting this error.