What are restrictions on interval creation?
Posted in Ask the team | Posted on 2013-02-25 11:45:46


There are 4 comments on this article. To see them or add your own, view this post on the forum


GATK Queue implements a Scatter/Gather algorithm to create a set of intervals in order to parallelise data alalysis. If -scatter_gather option is issued, a respective number of interval files will be created and the input BAM files will be processed using these intervals. However a question arises what happens if the point of subsequent analysis is at or near the start/end of an interval? Are all the codes which support -l/-L options robust in the respect to interval positions? Since the input files are not actually spliced, all information is available to the processing program which could make the right decisions so that no artefacts are produced. Are there any restrictions on interval creation? Perhaps it should be at least a few read lengths. Anything else? Thanks in advance!


Return to top

There are 4 comments on this article. To see them or add your own, view this post on the forum