Class org.broadinstitute.hellbender.engine.FeatureManagerUnitTest

29

tests

0

failures

0

ignored

0.045s

duration

100%

successful

Tests

Test Duration Result
testDetectCorrectFileFormat[0](/gatkCloneMountPoint/src/test/resources/org/broadinstitute/hellbender/engine/minimal_vcf4_file.vcf, class htsjdk.variant.vcf.VCFCodec) 0.003s passed
testDetectCorrectFileFormat[1](/gatkCloneMountPoint/src/test/resources/org/broadinstitute/hellbender/engine/minimal_vcf3_file.vcf, class htsjdk.variant.vcf.VCF3Codec) 0.002s passed
testDetectCorrectFileFormat[2](/gatkCloneMountPoint/src/test/resources/org/broadinstitute/hellbender/engine/minimal_bcf_file.bcf, class htsjdk.variant.bcf2.BCF2Codec) 0.002s passed
testDetectCorrectFileFormat[3](/gatkCloneMountPoint/src/test/resources/org/broadinstitute/hellbender/engine/minimal_bed_file.bed, class htsjdk.tribble.bed.BEDCodec) 0.002s passed
testDetectCorrectFileFormat[4](/gatkCloneMountPoint/src/test/resources/org/broadinstitute/hellbender/engine/minimal_table_file.table, class org.broadinstitute.hellbender.utils.codecs.table.TableCodec) 0.002s passed
testDetectFeatureTypeFromFeatureInputField[0](variantContextFeatureInput, class htsjdk.variant.variantcontext.VariantContext) 0.001s passed
testDetectFeatureTypeFromFeatureInputField[1](variantContextListFeatureInput, class htsjdk.variant.variantcontext.VariantContext) 0.001s passed
testDetectFeatureTypeFromFeatureInputField[2](bedFeatureInput, interface htsjdk.tribble.bed.BEDFeature) 0s passed
testDetectFeatureTypeFromFeatureInputField[3](bedListFeatureInput, interface htsjdk.tribble.bed.BEDFeature) 0.001s passed
testDetectParameterlessFeatureInputs[0](parameterlessFeatureInput) 0.001s passed
testDetectParameterlessFeatureInputs[1](parameterlessListFeatureInput) 0.001s passed
testDetectUnsupportedFileFormat 0.001s passed
testEmptySequenceDictionary 0.002s passed
testGetAllSequenceDictionaries 0.004s passed
testHandleRequestForNonExistentFeatureInput 0.001s passed
testHandleRequestForValidFeatureInputIterator 0.003s passed
testHandleRequestForValidFeatureInputIteratorWithoutIndex 0.002s passed
testHandleRequestForValidFeatureInputs 0.003s passed
testIsFeatureFile[0](/gatkCloneMountPoint/src/test/resources/org/broadinstitute/hellbender/engine/minimal_vcf4_file.vcf, true) 0.001s passed
testIsFeatureFile[1](/gatkCloneMountPoint/src/test/resources/org/broadinstitute/hellbender/engine/minimal_vcf3_file.vcf, true) 0.001s passed
testIsFeatureFile[2](/gatkCloneMountPoint/src/test/resources/org/broadinstitute/hellbender/engine/minimal_bcf_file.bcf, true) 0.001s passed
testIsFeatureFile[3](/gatkCloneMountPoint/src/test/resources/org/broadinstitute/hellbender/engine/minimal_bed_file.bed, true) 0.001s passed
testIsFeatureFile[4](/gatkCloneMountPoint/src/test/resources/org/broadinstitute/hellbender/engine/minimal_table_file.table, true) 0.001s passed
testIsFeatureFile[5](/gatkCloneMountPoint/src/test/resources/org/broadinstitute/hellbender/engine/unsupported_format_file, false) 0s passed
testIsFeatureFile[6](/gatkCloneMountPoint/src/test/resources/org/broadinstitute/hellbender/engine/reads_data_source_test1.bam, false) 0.001s passed
testIsFeatureFile[7](/gatkCloneMountPoint/src/test/resources/org/broadinstitute/hellbender/engine/non_existent_file.bed, false) 0s passed
testRestrictCodecSelectionToWrongFeatureType 0.001s passed
testSequenceDictionary 0.002s passed
testTwoSequenceDictionaries 0.004s passed

Standard error

15:09:15.858 INFO  FeatureManager - Using codec VCFCodec to read file file:///gatkCloneMountPoint/src/test/resources/org/broadinstitute/hellbender/engine/minimal_vcf4_file.vcf
15:09:15.859 INFO  FeatureManager - Using codec VCFCodec to read file file:///gatkCloneMountPoint/src/test/resources/org/broadinstitute/hellbender/engine/minimal_vcf4_file.vcf
15:09:15.861 INFO  FeatureManager - Using codec VCF3Codec to read file file:///gatkCloneMountPoint/src/test/resources/org/broadinstitute/hellbender/engine/minimal_vcf3_file.vcf
15:09:15.862 INFO  FeatureManager - Using codec VCF3Codec to read file file:///gatkCloneMountPoint/src/test/resources/org/broadinstitute/hellbender/engine/minimal_vcf3_file.vcf
15:09:15.863 INFO  FeatureManager - Using codec BCF2Codec to read file file:///gatkCloneMountPoint/src/test/resources/org/broadinstitute/hellbender/engine/minimal_bcf_file.bcf
15:09:15.864 INFO  FeatureManager - Using codec BCF2Codec to read file file:///gatkCloneMountPoint/src/test/resources/org/broadinstitute/hellbender/engine/minimal_bcf_file.bcf
15:09:15.865 INFO  FeatureManager - Using codec BEDCodec to read file file:///gatkCloneMountPoint/src/test/resources/org/broadinstitute/hellbender/engine/minimal_bed_file.bed
15:09:15.865 INFO  FeatureManager - Using codec BEDCodec to read file file:///gatkCloneMountPoint/src/test/resources/org/broadinstitute/hellbender/engine/minimal_bed_file.bed
15:09:15.867 INFO  FeatureManager - Using codec TableCodec to read file file:///gatkCloneMountPoint/src/test/resources/org/broadinstitute/hellbender/engine/minimal_table_file.table
15:09:15.868 INFO  FeatureManager - Using codec TableCodec to read file file:///gatkCloneMountPoint/src/test/resources/org/broadinstitute/hellbender/engine/minimal_table_file.table
15:09:15.875 INFO  FeatureManager - Using codec VCFCodec to read file file:///gatkCloneMountPoint/src/test/resources/org/broadinstitute/hellbender/engine/feature_data_source_test.vcf
15:09:15.878 INFO  FeatureManager - Using codec VCFCodec to read file file:///gatkCloneMountPoint/src/test/resources/org/broadinstitute/hellbender/engine/feature_data_source_test.vcf
15:09:15.879 INFO  FeatureManager - Using codec BEDCodec to read file file:///gatkCloneMountPoint/src/test/resources/org/broadinstitute/hellbender/engine/minimal_bed_file.bed
15:09:15.880 WARN  IndexUtils - Feature file "file:///gatkCloneMountPoint/src/test/resources/org/broadinstitute/hellbender/engine/feature_data_source_test.vcf" appears to contain no sequence dictionary. Attempting to retrieve a sequence dictionary from the associated index file
15:09:15.880 WARN  IndexUtils - Feature file "file:///gatkCloneMountPoint/src/test/resources/org/broadinstitute/hellbender/engine/minimal_bed_file.bed" appears to contain no sequence dictionary. Attempting to retrieve a sequence dictionary from the associated index file
15:09:15.883 INFO  FeatureManager - Using codec VCFCodec to read file file:///gatkCloneMountPoint/src/test/resources/org/broadinstitute/hellbender/engine/feature_data_source_test.vcf
15:09:15.884 INFO  FeatureManager - Using codec BEDCodec to read file file:///gatkCloneMountPoint/src/test/resources/org/broadinstitute/hellbender/engine/minimal_bed_file.bed
15:09:15.887 INFO  FeatureManager - Using codec VCFCodec to read file file:///gatkCloneMountPoint/src/test/resources/org/broadinstitute/hellbender/engine/feature_data_source_test.wo-idx.vcf
15:09:15.889 INFO  FeatureManager - Using codec VCFCodec to read file file:///gatkCloneMountPoint/src/test/resources/org/broadinstitute/hellbender/engine/feature_data_source_test.vcf
15:09:15.890 INFO  FeatureManager - Using codec BEDCodec to read file file:///gatkCloneMountPoint/src/test/resources/org/broadinstitute/hellbender/engine/minimal_bed_file.bed
15:09:15.900 INFO  FeatureManager - Using codec VCFCodec to read file file:///gatkCloneMountPoint/src/test/resources/org/broadinstitute/hellbender/engine/feature_data_source_test_withSequenceDict.vcf
15:09:15.903 INFO  FeatureManager - Using codec VCFCodec to read file file:///gatkCloneMountPoint/src/test/resources/org/broadinstitute/hellbender/engine/feature_data_source_test_withSequenceDict.vcf
15:09:15.905 INFO  FeatureManager - Using codec VCFCodec to read file file:///gatkCloneMountPoint/src/test/resources/org/broadinstitute/hellbender/engine/feature_data_source_test_with_bigHeader.vcf