Skip to content

Commit

Permalink
Adjust test data
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Nov 25, 2018
1 parent ad60d1c commit b00af45
Showing 1 changed file with 3 additions and 18 deletions.
21 changes: 3 additions & 18 deletions tests/js_tests/spec/VCF.spec.js
Expand Up @@ -266,30 +266,15 @@ describe('VCF store', function() {
expect(features[0].get('genotypes')).toEqual({
'sample_data/raw/volvox/volvox-sorted.bam': {
GT: {
meta: {
Description: ['Genotype'],
id: ['GT'],
Number: 1,
Type: 'String',
},

values: ['0/1'],
},
PL: {
meta: {
Description: ['List of Phred-scaled genotype likelihoods'],
id: ['PL'],
Number: 'G',
Type: 'Integer',
},

values: [55, 0, 73],
},
GQ: {
meta: {
Description: ['Genotype Quality'],
id: ['GQ'],
Number: 1,
Type: 'Integer',
},

values: [58],
},
},
Expand Down

0 comments on commit b00af45

Please sign in to comment.