From 7f5df65fcebb49239a61ce3c4dcb3518cdf3f720 Mon Sep 17 00:00:00 2001 From: Shammamah Hossain Date: Fri, 18 Oct 2019 15:40:41 -0400 Subject: [PATCH] Update description of FornaContainer component. --- dash_bio/FornaContainer.py | 4 +++- dash_bio/metadata.json | 2 +- src/lib/components/FornaContainer.react.js | 4 +++- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/dash_bio/FornaContainer.py b/dash_bio/FornaContainer.py index 6be20c77b..e1d5293bc 100644 --- a/dash_bio/FornaContainer.py +++ b/dash_bio/FornaContainer.py @@ -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 diff --git a/dash_bio/metadata.json b/dash_bio/metadata.json index 69e4b54db..64ea691f0 100644 --- a/dash_bio/metadata.json +++ b/dash_bio/metadata.json @@ -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": [ { diff --git a/src/lib/components/FornaContainer.react.js b/src/lib/components/FornaContainer.react.js index 42ed320e1..bd10a8220 100644 --- a/src/lib/components/FornaContainer.react.js +++ b/src/lib/components/FornaContainer.react.js @@ -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) {