Entering edit mode
3 months ago
Pau
•
0
I would like to subset a GAM file to contain less reads so I can visualize it with Sequence Tube Map.
I've tried
vg view -a myreads.gam | head -n1000 | vg view -G -J
but it doesn't recognize the standard input.
I was hoping that something like samtools view -s 0.1 bamfile.bam
Thanks