Skip to content

Commit

Permalink
added number of individuals represented
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaGuarracino committed Jun 8, 2020
1 parent f2e01f7 commit 27a3a96
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ControlHeader.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,9 @@ class ControlHeader extends React.Component {
<span style={{ marginLeft: "30px" }}>
Pangenome Length: {this.props.store.last_bin_pangenome}
</span>
<span style={{ marginLeft: "30px" }}>
Num. of individuals: {this.props.schematic.pathNames.length}
</span>
<div className={"row"}>
Jump to path at nucleotide position:
<span className="myarrow">
Expand Down

1 comment on commit 27a3a96

@AndreaGuarracino
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually, it should be number of individuals in the dataset #86

Please sign in to comment.