vg giraffe, accept admixed single and paired reads as input
Is it possible for vg giraffe to accept admixed single-end and paired-end reads together in a single input stream - similar to minimap2 or bwa smart pairing?
Thanks.
vg
• 725 views
•
link
updated
by
Jordan M Eizenga •
•
written
by
Thomas •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Can vg giraffe align to a subset of the HRPC pangenome graph (e.g. one chromosome)?
written by Karam •I’m using vg giraffe with the HPRC pangenome graph and was wondering if it’s possible to align reads to only a subset of the graph …
-
vg giraffe successfully mapped?
written by kingcohn •Hello again. So, after taking your suggestions I was able to generate a mapping file with my paired-end reads-yay! However, there were some warnings that …
-
[VG sim, surject, giraffe] How to remove a sample from GFA/GBZ graph
written by saruman •Hello VG team, I want to compare alignment performances between **Bowtie2**, **BWA-MEM2**, and **VG Giraffe**. To do so, I have generated simulated reads (50 paired-end …
-
VG STATS: 2000 Properly Paired Inquiry
written by abdelf6 •Hi there! I had a quick question about the output for properly paired in vg stats. I ran the vg stats command on 3 files …
-
warning[vg::giraffe]: Cannot cluster reads with a fragment distance smaller than read distance
written by cassiwatt •Hello, While using vg giraffe to map reads I simulated using vg sim, I keep hitting these warning messages: ``` warning[vg::giraffe]: Finalizing fragment length distribution …
-
Retrieving alignment scores with vg surject
written by Gabriela •Hello! I'm trying to get multiple alignments with their corresponding **alignment scores** for paired-end reads against a pangenome using `vg giraffe`, and then `vg surject` …
-
vg: Mapping fewer reads to a genome graph than a linear reference
written by John Lloyd •I am seeing a 5-10% reduction in reads mapped to a genome graph compared to a linear reference of the same genome sequence. I have …
-
VG Giraffe Mapping to a Single Connected Component
written by jdru •Hello, I was wondering if it is possible to use VG Giraffe to map reads only to a single connected component in a graph? Thanks!
-
Single end or paired end for variant calling
written by memory_donkHi Biostars, I want to align reads from a non-model microbat genome to the repeat-masked version of the published microbat (Myotis lucifugus) genome and do …
-
Bwa Mapping Of Solid Paired End Reads
written by William<p>Is it possible to use BWA to map Solid paired end reads , including the usage of the BWA Sampe pairing module? With BWA I …
This is not currently implemented. They would have to be separated and mapped with two
vg giraffeprocesses.