Entering edit mode
5.9 years ago
firestar
★
1.6k
For one of my samples, I have two runs.
sample1
+-- run1/
| +-- *.bax.h5
+-- run2/
+-- *.bax.h5
My workflow involves using bax2bam to convert .bax.h5 to unaligned bam. Then using pbalign to convert unaligned bam to aligned bam.
How do I combine these two runs into one sample? And at what point in my workflow do i do that?