
org.opencb.biodata.tools.feature.BedManager Maven / Gradle / Ivy
/*
*
*
*/
package org.opencb.biodata.tools.feature;
import org.opencb.biodata.formats.feature.bed.Bed;
/**
* Created by imedina on 26/10/16.
*/
public class BedManager extends FeatureManager {
public BedManager() {
this.chromsomeColIndex = 1;
this.startColIndex = 3;
this.endColIndex = 4;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy