Hi all, I'm getting an error using CREST's example pipeline for structural variation detection
It's not obvious to me from the code how $tid failed to initialize, and my search for similar errors came up empty. Before I try to isolate the problem I thought I would raise the error here to see if anyone else has seen it before.
Thanks!
Code:
$CREST.pl -f tumor.bam.cover -d tumor.bam -g germline.bam --ref_genome \ hg18.fa -t /genome/hg18.2bit -r chr1 Use of uninitialized value $tid in array element at ./CREST.pl line 338.
Thanks!
Comment