Entering edit mode
2 days ago
DBScan
▴
450
Hi, I am currently playing around with pangenome approaches using vg giraffe
and DeepVariant
. I was that there is an official workflow here https://github.com/vgteam/vg_wdl?tab=readme-ov-file#giraffe-deepvariant-workflow. I'm not very fluent in reading WDL scripts, but it looks like there is for instance no adapter trimming involved? I've read some papers and there was also no mention of adapter trimming. So basically the only steps are:
- Running
vg giraffe
- Sorting the resulting
bam
- Calling variants with DeepVariant
- Sorting the resulting
Is this correct?
Thanks, that is what I expected!