Skip to content
This repository has been archived by the owner on Aug 23, 2024. It is now read-only.

ERROR: Use of uninitialized value $item in sprintf at /opt/wtsi-cgp/bin/ds-cgpwgs.pl line 255. #26

Open
leiendeckerlu opened this issue May 14, 2018 · 2 comments
Labels

Comments

@leiendeckerlu
Copy link

Hi there,

I tried to run the dockstore-cgpwgs:2.0.0 container like this:

singularity exec ./dockstore-cgpwgs-2.0.0.simg ds-cgpwgs.pl \
-r /groups/ob/Software/docker/ftp.sanger.ac.uk/pub/cancer/dockstore/human/core_ref_GRCh37d5.tar.gz \
-a /groups/ob/Software/docker/ftp.sanger.ac.uk/pub/cancer/dockstore/human/VAGrENT_ref_GRCh37d5_ensembl_75.tar.gz \
-si /groups/ob/Software/docker/ftp.sanger.ac.uk/pub/cancer/dockstore/human/SNV_INDEL_ref_GRCh37d5.tar.gz \
-cs /groups/ob/Software/docker/ftp.sanger.ac.uk/pub/cancer/dockstore/human/CNV_SV_ref_GRCh37d5_brass6+.tar.gz \
-cr 350000 \
-sc /groups/ob/Software/docker/ftp.sanger.ac.uk/pub/cancer/dockstore/human/SUBCL_ref_GRCh37d5.tar.gz \
-t /groups/ob/Software/docker/MCC_1T/MCC_1T.bam \
-tidx /groups/ob/Software/docker/MCC_1T/MCC_1T.bam.bai \
-n /groups/ob/Software/docker/MCC_1N/MCC_1N.bam \
-nidx /groups/ob/Software/docker/MCC_1N/MCC_1N.bam.bai \
-o ./cgpwgs_MCC1_out \
-c 14 \
-e /groups/ob/Software/docker/ignore_contigs_GRCh37d5.txt

And got the following error output:

https://gist.github.com/leiendeckerlu/c72d1589dd2595bd5e0c2f2c23dbb247

Any idea whats going wrong here?

Thank you!

@keiranmraine
Copy link
Contributor

keiranmraine commented May 14, 2018

Hi,

Looks like we've failed to document -qc/-qcset in the command line help.

see here for files:

https://github.com/cancerit/dockstore-cgpwgs/blob/develop/examples/cgpwgs/bam_bai_pu_pl.json#L22-L24

(also need to make checks for these more robust and give informative error messages, historical assumption of CWL use is making us miss these)

@zhouyangyu
Copy link

Please merge PR #32 to help users avoid this issue in the future.

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

No branches or pull requests

3 participants