Open natashapinto opened 6 years ago
Hmm, unfortunately the output of the actual error isn't captured above so I can't tell if it's an installation type error (ExomeDepth not installed, working, etc) or a problem with the data.
You could try finding the analysis run directory and doing:
/data/natasha/ximmer/eval/tools/bpipe/0.9.9.6/bin/bpipe errors
The run directory will probably be inside the output directory that you specified on the command line and called 'run1' but that can change depending on your configuration.
You could check that ExomeDepth is installed just by running R and then entering
library(ExomeDepth)
I notice that you're running with only 3 input files which could be too few and causing ExomeDepth to fail to identify any usable controls. That's a bit harder to deal with - normally you would try to give it at least 8 - 10 samples to work with.
Dear @ssadedin ,
I can confirm that increasing the number of bam files keeps ExomeDepth from failing.
Still having some errors with conifer and CODEX on the same data set though.
Best,
Hi I've got a new error; the program spits out multiple errors like the one below:
------------------------------------- run_exome_depth ( 8 ) --------------------------------------
Command in stage run_exome_depth failed with exit status = 1 :
unset TMP; unset TEMP; TEMPDIR="/tmp/701468094965155-0" setsid Rscript - <<'!'
!
Use 'bpipe errors' to see output from failed commands.
Caught: java.lang.RuntimeException: Analysis failed for results/run1: java.lang.RuntimeException: Analysis failed for results/run1: at Ximmer.runAnalysisForRun(Ximmer.groovy:462) at Ximmer$runAnalysisForRun$2.callCurrent(Unknown Source) at Ximmer.runAnalysis(Ximmer.groovy:337) at Ximmer$runAnalysis$1.callCurrent(Unknown Source) at Ximmer.run(Ximmer.groovy:199) at Ximmer$run.call(Unknown Source) at Ximmer.main(Ximmer.groovy:1279)