Search in sources :

Example 6 with IntervalBed

use of au.edu.wehi.idsv.bed.IntervalBed in project gridss by PapenfussLab.

the class GenomicProcessingContext method setBlacklist.

public void setBlacklist(File blacklistFile) throws IOException {
    this.blacklistFile = blacklistFile;
    this.blacklist = new IntervalBed(getDictionary(), getLinear(), blacklistFile);
}
Also used : IntervalBed(au.edu.wehi.idsv.bed.IntervalBed)

Aggregations

IntervalBed (au.edu.wehi.idsv.bed.IntervalBed)6 Test (org.junit.Test)5 SAMRecord (htsjdk.samtools.SAMRecord)1