Skip to content

Commit

Permalink
added note and syntactic sugar
Browse files Browse the repository at this point in the history
  • Loading branch information
nathandunn committed Mar 7, 2019
1 parent 4b40fb1 commit 519fb1a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/apollo/js/JSONUtils.js
Expand Up @@ -283,6 +283,8 @@ JSONUtils.generateSubFeaturesFromCigar = function(feature){
openExon = false ;
}
}
// we ignore insertions when calculating potential exon length
else
if( op !== 'I' ) {
currOffset += len;
}
Expand Down

0 comments on commit 519fb1a

Please sign in to comment.