-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
added simple-event-annotation as a command line script #618
base: master
Are you sure you want to change the base?
Conversation
Hello, sorry to bother you. I encountered some issues while running this Rscript. I received the file, but it did not contain the expected columns. May I consult with you? Thank you very much! @mnshgl0110 |
Please send through a snapshot of the output file and any error messages.
Kind regards,
Tony
From: SunWinner01 ***@***.***>
Date: Thursday, 10 October 2024 at 2:10 PM
To: PapenfussLab/gridss ***@***.***>
Cc: Subscribed ***@***.***>
Subject: Re: [PapenfussLab/gridss] added simple-event-annotation as a command line script (PR #618)
Hello, sorry to bother you. I encountered some issues while running this Rscript. I received the file, but it did not contain the expected columns. May I consult with you? Thank you very much! @mnshgl0110<https://github.com/mnshgl0110>
—
Reply to this email directly, view it on GitHub<#618 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AAGWMFFCJIXVLWDBXSA6UWDZ2XVYVAVCNFSM6AAAAABPVZL5POVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMBTHA2DSMJXGI>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Hello, thank you very much for your reply. The situation is as follows. Warning: ‘timedatectl’ indicates the non-existent timezone name ‘n/a’ I want to know if this will have a negative impact on my .annotated.vcf? Is this considered normal? NC_047559.1 9671 gridss0b_4b T .GGGTTAGGGT 262.13 LOW_QUAL ANRP=0;ANRPQ=0;ANSR=0;ANSRQ=0;AS=0;ASC=1X;ASQ=0;ASRP=0;ASSR=0;BA=1;BAQ=98.12;BASRP=2;BASSR=5;BEID=asm0-20871;BEIDH=-1;BEIDL=9;BMQ=30.5;BMQN=21;BMQX=51;BQ=262.13;BSC=7;BSCQ=72.39;BUM=4;BUMQ=91.61;BVF=6;CAS=0;CASQ=0;CQ=206.75;EVENT=gridss0b_4;IC=0;IQ=0;RAS=0;RASQ=0;REF=12;REFPAIR=0;RP=0;RPQ=0;SB=0.33333334;SC=1X;SR=0;SRQ=0;SVTYPE=BND;VF=0 GT:AF:ANRP:ANRPQ:ANSR:ANSRQ:ASQ:ASRP:ASSR:BAQ:BASRP:BASSR:BQ:BSC:BSCQ:BUM:BUMQ:BVF:CASQ:IC:IQ:QUAL:RASQ:REF:REFPAIR:RP:RPQ:SR:SRQ:VF .:0.333:0:0:0:0:0:0:0:98.12:2:5:262.13:7:72.39:4:91.61:6:0:0:0:0:0:12:0:0:0:0:0:0 In addition, I would like to ask why the GT in the .vcf is always "." and why there is no numerical value? |
Created a command line utility for simple-event-annotation that can be run using:
Rscript simple-event-annotation.R <PATH_TO_INPUT_VCF> <GENOME_NAME> <OUTPUT_PREFIX>
This script works directly on the output on GRIDSS and does not require any manual change.