You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was attempting to perform analyses using rpvg on the spliced graph, pantranscriptome, and alignment produced with vg however shortly after running rpvg it crashed. The minimal files and pipeline used to reproduce this error are given below, though the same error occurs when using the full sized files.
##fileformat=VCFv4.0
##FILTER=<ID=PASS,Description="All filters passed">
##Tassel=<ID=GenotypeTable,Version=5,Description="Reference allele is not known. The major allele was used as reference allele">
##FORMAT=<ID=GT,Number=1,Type=String,Description="Genotype">
##FORMAT=<ID=AD,Number=.,Type=Integer,Description="Allelic depths for the reference and alternate alleles in the order listed">
##FORMAT=<ID=DP,Number=1,Type=Integer,Description="Read Depth (only filtered reads used for calling)">
##FORMAT=<ID=GQ,Number=1,Type=Float,Description="Genotype Quality">
##FORMAT=<ID=PL,Number=.,Type=Float,Description="Normalized, Phred-scaled likelihoods for AA,AB,BB genotypes where A=ref and B=alt; not applicable if site is not biallelic">
##INFO=<ID=NS,Number=1,Type=Integer,Description="Number of Samples With Data">
##INFO=<ID=DP,Number=1,Type=Integer,Description="Total Depth">
##INFO=<ID=AF,Number=.,Type=Float,Description="Allele Frequency">
##contig=<ID=NC_050103.1>
##INFO=<ID=AC,Number=A,Type=Integer,Description="Allele count in genotypes">
##INFO=<ID=AN,Number=1,Type=Integer,Description="Total number of alleles in called genotypes">
#CHROM POS ID REF ALT QUAL FILTER INFO FORMAT Mo17 P39 B97
NC_050103.1 363813 8-17988 C G . PASS DP=0;AC=2;AN=6 GT:AD:DP:GQ:PL 0/0:0,0:0:33:0,0,0 0/0:0,0:0:33:0,0,0 1/1:0,0:0:33:0,0,0
NC_050103.1 364616 8-18791 C T . PASS DP=0;AC=0;AN=6 GT:AD:DP:GQ:PL 0/0:0,0:0:33:0,0,0 0/0:0,0:0:33:0,0,0 0/0:0,0:0:33:0,0,0
NC_050103.1 364621 8-18796 C G . PASS DP=0;AC=4;AN=6 GT:AD:DP:GQ:PL 0/0:0,0:0:33:0,0,0 1/1:0,0:0:33:0,0,0 1/1:0,0:0:33:0,0,0
NC_050103.1 364622 8-18797 T C . PASS DP=0;AC=4;AN=6 GT:AD:DP:GQ:PL 0/0:0,0:0:33:0,0,0 1/1:0,0:0:33:0,0,0 1/1:0,0:0:33:0,0,0
NC_050103.1 364624 8-18799 A C . PASS DP=0;AC=4;AN=6 GT:AD:DP:GQ:PL 0/0:0,0:0:33:0,0,0 1/1:0,0:0:33:0,0,0 1/1:0,0:0:33:0,0,0
NC_050103.1 364629 8-18804 C T . PASS DP=0;AC=0;AN=6 GT:AD:DP:GQ:PL 0/0:0,0:0:33:0,0,0 0/0:0,0:0:33:0,0,0 0/0:0,0:0:33:0,0,0
NC_050103.1 364734 8-18909 C G . PASS DP=0;AC=0;AN=6 GT:AD:DP:GQ:PL 0/0:0,0:0:33:0,0,0 0/0:0,0:0:33:0,0,0 0/0:0,0:0:33:0,0,0
NC_050103.1 364782 8-18957 C T . PASS DP=0;AC=2;AN=6 GT:AD:DP:GQ:PL 0/0:0,0:0:33:0,0,0 0/0:0,0:0:33:0,0,0 1/1:0,0:0:33:0,0,0
NC_050103.1 364901 8-19076 G T . PASS DP=0;AC=2;AN=6 GT:AD:DP:GQ:PL 0/0:0,0:0:33:0,0,0 0/0:0,0:0:33:0,0,0 1/1:0,0:0:33:0,0,0
NC_050103.1 364944 8-19119 T A . PASS DP=0;AC=0;AN=6 GT:AD:DP:GQ:PL 0/0:0,0:0:33:0,0,0 0/0:0,0:0:33:0,0,0 0/0:0,0:0:33:0,0,0
Hi, thank you for writing. The standard deviation for the fragment length distribution (--frag-sd) needs to be above 0. Changing this should resolve the error. Please let me know if you run into any other issues.
In this example we are trying to quantify a single-end 3' RNA-seq library that has 90bp reads (no variance in read length). We have no information regarding the true fragment distribution of the library, unfortunately.
What would you recommend in this case? Perhaps the -l option that removes the effective length normalization is the right path, though I'm not sure if that assumes long reads instead of the short reads we have.
I was attempting to perform analyses using
rpvg
on the spliced graph, pantranscriptome, and alignment produced withvg
however shortly after runningrpvg
it crashed. The minimal files and pipeline used to reproduce this error are given below, though the same error occurs when using the full sized files.error:
gff file
genomic_chr8.gff
vcf file
chr8_3lines_renamed.vcf
:fastq file
SRR5911103.4reads.fastq
:yaml file
environment.yml
for the conda environment:command line pipeline:
Your help in identifying the cause of this error would be greatly appreciated!
The text was updated successfully, but these errors were encountered: