How to debug the metapipeline? #50
-
@yashpatel6 @Alfredo-Enrique
Maybe the call-gSNP failed? Any suggestion to debug the meta-pipeline? |
Beta Was this translation helpful? Give feedback.
Answered by
yashpatel6
Aug 4, 2022
Replies: 1 comment 1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
maotian06
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
So for debugging with the metapipeline, you'll want to look at the specific logs for the patients. You can find these by looking at the main log file:
At the beginning, the workDir locations correspond to the workDir in the common work dir, so these logs are accessible by going to where the common work dir you specified is then going to the the specific process folder. I this case, it would be
<common work dir>/36/568ac1...
. In there you can find the specific logs for the pipelines. Looking at the.command.log
in that directory, it's a call-mtSNV error caused by a badgmapdb
path since that directory was moved/updated (you'll want to use/hot/ref/mitochondria_ref/gmapdb/gmapdb_2021-03-08/
)