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
• 734 views
•
link
updated
by
Jordan M Eizenga
78
• |
written
by
Thomas
0
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Is vg giraffe appropriate for RADseq sequencing reads?
written by RianeZ 0Hi vg team, I am working with a plant pangenome generated from multiple genome assemblies. For our whole-genome resequencing data, we have been using vg …
-
Can vg giraffe align to a subset of the HRPC pangenome graph (e.g. one chromosome)?
written by Karam 0I’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 3Hello 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 1Hello 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 0Hi 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 1Hello, 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 0Hello! 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 3I 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 1Hello, I was wondering if it is possible to use VG Giraffe to map reads only to a single connected component in a graph? Thanks!
-
Bwa Mapping Of Solid Paired End Reads
written by William 540<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.