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

Error: input to reg_linear() should be two reference to arrays #108

Open
sahwa opened this issue Jun 19, 2023 · 0 comments
Open

Error: input to reg_linear() should be two reference to arrays #108

sahwa opened this issue Jun 19, 2023 · 0 comments

Comments

@sahwa
Copy link

sahwa commented Jun 19, 2023

I am trying to use the gcmodel file /PennCNV-1.0.5/gc_file/hg38.gc5Base.txt which is distributed with PennCNV.

However, when I run the command:

perl ${source_dir}/detect_cnv.pl \
        -test \
        -gcmodelfile ${gcfile} \
        -hmm ${hmm} \
        -pfb ${plate}/${bname}_pfb.txt \
        -list pdb_input_files_${bname}.txt \
        -log ${bname}.log \
        -out ${bname}.rawcnv

I get the output:

NOTICE: All program notification/warning messages that appear in STDERR will be also written to log file plates1-53_cnv.log
NOTICE: Reading marker coordinates and population frequency of B allele (PFB) from ../data/plates1-53_cnv/plates1-53_cnv_pfb.txt ... Done with 781390 records (416 records in chr MT were discarded)
NOTICE: Reading LRR and BAF values for from `gunzip -c ../data/plates1-53_cnv/56_14110603_CK24916489G_H07.penncnv.cnv.txt.gz` ... Done with 781390 records in 24 chromosomes (416 records are discarded due to lack of PFB information for the markers)
Error: input to reg_linear() should be two reference to arrays

The program runs fine without including the gcmodel file. What might be causing this error?

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

1 participant