Move and rename a hybrid-selection-specific coverage calculation to hybridselection/
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@2225 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
2c83f2f2bc
commit
a3343c75db
|
|
@ -1,4 +1,4 @@
|
||||||
package org.broadinstitute.sting.playground.gatk.walkers;
|
package org.broadinstitute.sting.playground.gatk.walkers.hybridselection;
|
||||||
|
|
||||||
import org.broadinstitute.sting.gatk.walkers.*;
|
import org.broadinstitute.sting.gatk.walkers.*;
|
||||||
import org.broadinstitute.sting.gatk.refdata.RefMetaDataTracker;
|
import org.broadinstitute.sting.gatk.refdata.RefMetaDataTracker;
|
||||||
|
|
@ -24,7 +24,7 @@ import java.util.Arrays;
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@By(DataSource.REFERENCE)
|
@By(DataSource.REFERENCE)
|
||||||
public class CoverageAcrossIntervalsWalker extends LocusWalker<Pair<Integer, Integer>, CoverageAcrossIntervalsWalker.Coverage> {
|
public class CoverageAcrossBaitsWalker extends LocusWalker<Pair<Integer, Integer>, CoverageAcrossBaitsWalker.Coverage> {
|
||||||
/* Accumulates coverage across hybrid selection bait intervals to assess effect of bait adjacency.
|
/* Accumulates coverage across hybrid selection bait intervals to assess effect of bait adjacency.
|
||||||
Requires input bait intervals that have an overhang beyond the actual bait interval to capture coverage data at these points.
|
Requires input bait intervals that have an overhang beyond the actual bait interval to capture coverage data at these points.
|
||||||
Outputs R parseable file that has all data in lists and then does some basic plotting.
|
Outputs R parseable file that has all data in lists and then does some basic plotting.
|
||||||
Loading…
Reference in New Issue