Skip to content

Commit

Permalink
Updated comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
gaurav committed May 22, 2019
1 parent a431880 commit 39bf67e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/wrappers/PhylogenyWrapper.js
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,9 @@ class PhylogenyWrapper {
// If that doesn't work, we can try to extract scientific names from
// the node label. Note that taxonomic units will NOT be extracted from
// the label if there is a taxonomic unit present!
//
// Note that old-style taxonomic units were lists while new-style taxonomic
// units are single objects. So we turn it into a single entry list here.
return [TaxonomicUnitWrapper.fromLabel(nodeLabel.trim())];
}

Expand Down

0 comments on commit 39bf67e

Please sign in to comment.