Skip to content

Commit

Permalink
New test data, updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkb0009 committed Sep 13, 2021
1 parent 8ce298d commit 3fedb46
Show file tree
Hide file tree
Showing 8 changed files with 2,220 additions and 1,286 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,19 @@ npm run build
```

When it completes, load `file:///path-to-your-checkout/react-workflow-viz/index.html`.
New testdata won't show with `npm run build` unless is already present in unpkg/npm. For local development, do the following

### For Development

For local development (watches file, serves on localhost:8100), run `npm run dev`.


## Changelog
_Side Note -_ Is there a way to auto-generate a `CHANGELOG.md` file out of releases' content?

#### 2021-09-13 (v0.1.3, v0.1.4)
- Added couple of new demo files for development.

#### 2020-03-13 (v0.1.3, v0.1.4)
- Improvements in path plotting - do not diverge into separate paths unless necessary.
- Demo updates.
Expand Down
12 changes: 12 additions & 0 deletions demo/demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,18 @@ class DemoApp extends Component {
"description" : null,
"href" : url.resolve(BASE_HREF, "workflow-bedtobeddb.json"),
"opts" : workflowOpts
},
{
"name" : "WorkflowRunAWSEM (hi-c-processing-bam) - Previous Version (no scatter)",
"description" : null,
"href" : url.resolve(BASE_HREF, "previous-hi-c-worfklowrunawsem.json"),
"opts" : workflowOpts
},
{
"name" : "WorkflowRunAWSEM (hi-c-processing-bam) - Next Version (scatter)",
"description" : null,
"href" : url.resolve(BASE_HREF, "for-development-hi-c-workflowrunawsem.json"),
"opts" : workflowOpts
}
]
};
Expand Down
Loading

0 comments on commit 3fedb46

Please sign in to comment.