Skip to content

Commit

Permalink
Merge aca69d9 into a9d3f58
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesJeffryes committed May 3, 2018
2 parents a9d3f58 + aca69d9 commit 1dd3025
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1827,8 +1827,8 @@ define ([
}]
})
.then(function(data) {
//console.log('genomeAPI.get_genome_v1(farr='+featureData['features_array']+', fidx='+featureData['feature_idx']+')',data)
featureFullRecord = data.genomes[0].data.features[0];
//console.log('genomeAPI.get_genome_v1(farr='+featureData['features_array']+', fidx='+featureData['feature_idx']+')',data);
var featureFullRecord = data.genomes[0].data.features[0];
if(featureFullRecord['protein_translation']) {
$protLen.empty().append(numberWithCommas(featureFullRecord['protein_translation'].length));
$protSeq.empty().append(printProtein(featureFullRecord['protein_translation'],50));
Expand Down

0 comments on commit 1dd3025

Please sign in to comment.