Ariel Chan

Results 2 issues of Ariel Chan

I constructed a graph, pruned the graph, then indexed it using the following commands: `vg construct -r example.fa -v example.vcf -m 32 > example.vg` `vg prune -r example.vg > example_pruned.vg`...

It's my understanding that when performing linear alignment of paired-end reads, people typically follow this workflow: (1) pre-process reads in FASTQ file (2) align reads to linear reference, generating a...