Open JoshLangman opened 1 year ago
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.
Hi @jonassibbesen, I'm working with @JoshLangman on this; thank you for the quick response.
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!