Merge branch 'rodTesting'
Conflicts: private/java/src/org/broadinstitute/sting/gatk/walkers/performance/ProfileRodSystem.java
This commit is contained in:
commit
85c5a6f890
|
|
@ -374,7 +374,7 @@ class RodBindingArgumentTypeDescriptor extends ArgumentTypeDescriptor {
|
||||||
FeatureManager.FeatureDescriptor featureDescriptor = manager.getByFiletype(file);
|
FeatureManager.FeatureDescriptor featureDescriptor = manager.getByFiletype(file);
|
||||||
if ( featureDescriptor != null ) {
|
if ( featureDescriptor != null ) {
|
||||||
tribbleType = featureDescriptor.getName();
|
tribbleType = featureDescriptor.getName();
|
||||||
logger.warn("Dynamically determined type of " + file + " to be " + tribbleType);
|
logger.info("Dynamically determined type of " + file + " to be " + tribbleType);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -961,7 +961,7 @@ public class GenomeAnalysisEngine {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get the list of intervals passed to the engine.
|
* Get the list of intervals passed to the engine.
|
||||||
* @return List of intervals.
|
* @return List of intervals, or null if no intervals are in use
|
||||||
*/
|
*/
|
||||||
public GenomeLocSortedSet getIntervals() {
|
public GenomeLocSortedSet getIntervals() {
|
||||||
return this.intervals;
|
return this.intervals;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue