Skip to content
Discussion options

You must be logged in to vote

This is a good approach. If you want to reduce weirdness around the boundaries, you could do a slightly more complex split of your bed files where you only split in areas with no read alignments. To really speed up the collapse with each chunk, I reccommend extracting the read names from each chunk, then generated matched subsets of the fastq reads and using those to feed into collapse. Since collapse has realignment steps, if you don't do this, each collapse on each chunk will realign all the reads.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@fbyukgo
Comment options

@cafelton
Comment options

@fbyukgo
Comment options

Answer selected by fbyukgo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants