-
Notifications
You must be signed in to change notification settings - Fork 20
ERROR: Exception caught in WorkDoerFactory #134
Comments
run chmod +x on the tabix executable |
Hi, |
Hi,
Thanks for the reply.
chmod +x on the tabix executable did not work.
Still i am getting same error
…On Mon, 4 Nov 2019 at 23:41, Eric Roller ***@***.***> wrote:
run chmod +x on the tabix executable
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#134?email_source=notifications&email_token=AKXA3TTSOCTQZSVZSAB654TQSBQUDA5CNFSM4JIQYGN2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDAGBVI#issuecomment-549478613>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKXA3TQ3T6KWHFJVZO7UMNLQSBQUDANCNFSM4JIQYGNQ>
.
|
The std out should show the command that is failing. Can you make sure this is the same tabix executable you updated permissions on. There may be more than one tabix executable. You can also just try: |
Hi eroller, I even tried it.. Error i am getting ERROR: Exception caught in WorkDoerFactory. Cancelling all jobs. Exception: |
Try again using an empty output directory |
Hi Eroller, Thank for the reply.. i tried giving empty folder. Again i am getting errors: |
So far I have seen three different error messages, with only one command line indicating you are running SmallPedigree-WGS workflow. However, the most recent error indicates you are running Germline-WGS? You should be running SmallPedigree-WGS as Germline-WGS has been deprecated. Please attach these files in the future: CanvasLog.txt, CanvasError.txt and any log files mentioned in CanvasError.txt, for example looking at the above error you should also include: /home/ec2-user/data/human_exome/ES_MSC_cnv_t/Logging/CNV.vcf.gz.stdout |
Hi Eroller, Thanks for the rapid response.. i am running now SmallPedigree-WGS I am attaching the error log.. |
Hi Eroller,
Thanks for the rapid response..
i am running now SmallPedigree-WGS
I am attaching the error log..
kindly check it
…On Thu, 7 Nov 2019 at 04:11, Eric Roller ***@***.***> wrote:
So far I have seen three different error messages, with only one command
line indicating you are running SmallPedigree-WGS workflow. However, the
most recent error indicates you are running Germline-WGS? You should be
running SmallPedigree-WGS as Germline-WGS has been deprecated.
Please attach these files in the future: CanvasLog.txt, CanvasError.txt
and any log files mentioned in CanvasError.txt, for example looking at the
above error you should also include:
/home/ec2-user/data/human_exome/ES_MSC_cnv_t/Logging/CNV.vcf.gz.stdout
/home/ec2-user/data/human_exome/ES_MSC_cnv_t/Logging/CNV.vcf.gz.stderr
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#134?email_source=notifications&email_token=AKXA3TWE3MEJ4UFXXJJZCXTQSNB2JA5CNFSM4JIQYGN2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDIHZSI#issuecomment-550534345>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKXA3TS3R3JCGCK5L52M3GLQSNB2JANCNFSM4JIQYGNQ>
.
|
Failed to open file /home/ec2-user/data/human_exome/ES_MSC_cnv_2/TempCNV_/ballele.bedgraph.gz Can you open that file? What are the contents? Is it a valid gz file? |
Hi Eroller, Its a empty file. |
Can you send me the Logging directory inside the output folder? |
Hi Eroller, |
It is empty? I don't see any files in there. |
Hi Eroller, Please check this attachment Thanks |
It looks like all the b-allele VCF entries are being skipped. Sites must have PASS filter with GT field and GQ. Can you show me some lines of the VCF? |
Hi Eroller, |
yes, try adding PASS to the FILTER column |
Hi Eroller, thanks for the reply, shall i add "PASS" to all Filter columns in the VCF file? |
typically the FILTER is applied based on the quality of the variant calls (e.g. by using a threshold on GQ). You should consult the documentation for the small variant caller that generated the VCF on how to apply filters. |
Hi Eroller, |
Hi Team,
I am getting error in running Canvas germline caller.
ERROR:
ERROR: Exception caught in WorkDoerFactory. Cancelling all jobs. Exception:
One or more errors occurred. (One or more errors occurred. (Job tabix-index-tmp-ballele.bedgraph.gz.1 failed with exit code 139))
cmd:
/home/ec2-user/dotnet/dotnet /home/ec2-user/data/Canvas-1.40.0.1613+master_x64/Canvas.dll SmallPedigree-WGS -b L2.sorted.rmdup.bam --sample-b-allele-vcf L2.HC.vcf -n MSC --ploidy-vcf canvas_ploidy.vcf -o MSC_cnv -r /home/ec2-user/data/genome/hg19/hg38.fa -g /home/ec2-user/data/genome/hg19/ -f exclude_intervals.bed
Kindly help me to fix the bug.
thanks a lot
The text was updated successfully, but these errors were encountered: