You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thread xxxx terminated abnormally: Use of uninitialized value in sprintf at /apps/CAVEMANWRAPPER/1.16.0_threads/lib/perl5/Sanger/CGP/Caveman/Implement.pm line 378
Which in the Implement.pm script corresponds to:
$options->{'species-assembly'}
I tried hg38, GRCh38, and 38, but the 3 options give me this same error. I get actually the results, but the tmpFolder is not removed, and I cannot figure out where the problem is.
Hello,
I’m trying to run the caveman command:
Problem is I get the error:
Thread xxxx terminated abnormally: Use of uninitialized value in sprintf at /apps/CAVEMANWRAPPER/1.16.0_threads/lib/perl5/Sanger/CGP/Caveman/Implement.pm line 378
Which in the Implement.pm script corresponds to:
$options->{'species-assembly'}
I tried hg38, GRCh38, and 38, but the 3 options give me this same error. I get actually the results, but the tmpFolder is not removed, and I cannot figure out where the problem is.
Here are the modules with the versions I use:
module load pcre2/10.35 gcc/9.2.0 R/4.1.2 perl/5.26.2_threads intel htslib linasm caveman vcftools cavemanpost/1.8.9_threads cgpbigwig pcap-core/5.7.0_threaded cavemanwrapper/1.16.0_threads cgpvcf/2.0.4_threads
I’d appreciate any insights that could help me solve that.
Thanks for your time!
Anna
The text was updated successfully, but these errors were encountered: