Skip to content

Commit

Permalink
Update description of FornaContainer component.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shammamah Hossain committed Oct 18, 2019
1 parent 8f4f572 commit 7f5df65
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion dash_bio/FornaContainer.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@

class FornaContainer(Component):
"""A FornaContainer component.
This is a FornaContainer component.
FornaContainer is a force-directed graph that is used to visualize
the secondary structure of biomolecules. It is based on the fornac
library (https://github.com/ViennaRNA/fornac).
Keyword arguments:
- id (string; optional): The ID of this component, used to identify dash components in
Expand Down
2 changes: 1 addition & 1 deletion dash_bio/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -768,7 +768,7 @@
}
},
"src/lib/components/FornaContainer.react.js": {
"description": "This is a FornaContainer component.",
"description": "FornaContainer is a force-directed graph that is used to visualize\nthe secondary structure of biomolecules. It is based on the fornac\nlibrary (https://github.com/ViennaRNA/fornac).",
"displayName": "FornaContainer",
"methods": [
{
Expand Down
4 changes: 3 additions & 1 deletion src/lib/components/FornaContainer.react.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ import {FornaContainer as PreFornaContainer} from 'fornac';
import * as R from 'ramda';

/**
* This is a FornaContainer component.
* FornaContainer is a force-directed graph that is used to visualize
* the secondary structure of biomolecules. It is based on the fornac
* library (https://github.com/ViennaRNA/fornac).
*/
export default class FornaContainer extends Component {
constructor(props) {
Expand Down

0 comments on commit 7f5df65

Please sign in to comment.