File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @hms-dbmi-bgm/react-workflow-viz" ,
3- "version" : " 0.0.15 " ,
3+ "version" : " 0.1.0 " ,
44 "description" : " React component for visualizing CWL-like workflows and provenance graphs." ,
55 "main" : " ./dist/react-workflow-viz.min.js" ,
66 "unpkg" : " ./dist/react-workflow-viz.min.js" ,
Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ export const DEFAULT_PARSING_OPTIONS = {
136136 * Workflow graph component.
137137 *
138138 * @param {Step[] } analysis_steps List of steps from the back-end to generate nodes & edges from.
139- * @param {ParsingOptions } [parsingOptions] Options for parsing and post-processing.
139+ * @param {ParsingOptions } [parsingOptions] Options for parsing and post-processing.
140140 * @returns {{ 'nodes' : Node[], 'edges' : Edge[] } } Container object for the two lists.
141141 */
142142export function parseAnalysisSteps ( analysis_steps , parsingOptions = { } ) {
You can’t perform that action at this time.
0 commit comments