Skip to content
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

all genotype is missing ./. #156

Open
lgbTime opened this issue Nov 11, 2024 · 2 comments
Open

all genotype is missing ./. #156

lgbTime opened this issue Nov 11, 2024 · 2 comments

Comments

@lgbTime
Copy link

lgbTime commented Nov 11, 2024

i use pip to intall cuteSV, and my command is : "cuteSV CRR302668.fastq.gz.bam Db-1_genome.fa Col-CEN_cuteSV.vcf ./".
the pogram did generate the vcf file, but i gent the results as below all the GT information is missing ./. :
#CHROM POS ID REF ALT QUAL FILTER INFO FORMAT NULL
Db-Chr1 21828 cuteSV.BND.0 t [Db-Chr3:2633736[N . PASS PRECISE;SVTYPE=BND;RE=17;RNAMES=NULL GT:DR:DV:PL:GQ ./.:.:17:.,.,.:.
Db-Chr1 22992 cuteSV.INS.0 g gATTCTTCATTCATGAAATCATTATTCCAAGGGTTTTGGGATAAGA . PASS PRECISE;SVTYPE=INS;SVLEN=45;END=22992;CIPOS=-2,2;CILEN=-0,0;RE=23;RNAMES=NULL GT:DR:DV:PL:GQ ./.:.:23:.,.,.:.
Db-Chr1 23537 cuteSV.BND.1 A N]Db-Chr3:2633735] . PASS PRECISE;SVTYPE=BND;RE=20;RNAMES=NULL GT:DR:DV:PL:GQ ./.:.:20:.,.,.:.
Db-Chr1 96131 cuteSV.BND.2 T N[Db-Chr5:20967680[ . PASS PRECISE;SVTYPE=BND;RE=80;RNAMES=NULL GT:DR:DV:PL:GQ ./.:.:80:.,.,.:.

what can i do to fix the issue?

@Meltpinkg
Copy link
Collaborator

Hello, @lgbTime

You can add the parameter --genotype to activate the genotyping module, then it will output the GT information.

Best,
Shuqi

@lgbTime
Copy link
Author

lgbTime commented Nov 11, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants