Skip to content

Commit 3fedb46

Browse files
committed
New test data, updated dependencies
1 parent 8ce298d commit 3fedb46

File tree

8 files changed

+2220
-1286
lines changed

8 files changed

+2220
-1286
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,19 @@ npm run build
1818
```
1919

2020
When it completes, load `file:///path-to-your-checkout/react-workflow-viz/index.html`.
21+
New testdata won't show with `npm run build` unless is already present in unpkg/npm. For local development, do the following
22+
23+
### For Development
24+
25+
For local development (watches file, serves on localhost:8100), run `npm run dev`.
26+
2127

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

31+
#### 2021-09-13 (v0.1.3, v0.1.4)
32+
- Added couple of new demo files for development.
33+
2534
#### 2020-03-13 (v0.1.3, v0.1.4)
2635
- Improvements in path plotting - do not diverge into separate paths unless necessary.
2736
- Demo updates.

demo/demo.js

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,18 @@ class DemoApp extends Component {
6161
"description" : null,
6262
"href" : url.resolve(BASE_HREF, "workflow-bedtobeddb.json"),
6363
"opts" : workflowOpts
64+
},
65+
{
66+
"name" : "WorkflowRunAWSEM (hi-c-processing-bam) - Previous Version (no scatter)",
67+
"description" : null,
68+
"href" : url.resolve(BASE_HREF, "previous-hi-c-worfklowrunawsem.json"),
69+
"opts" : workflowOpts
70+
},
71+
{
72+
"name" : "WorkflowRunAWSEM (hi-c-processing-bam) - Next Version (scatter)",
73+
"description" : null,
74+
"href" : url.resolve(BASE_HREF, "for-development-hi-c-workflowrunawsem.json"),
75+
"opts" : workflowOpts
6476
}
6577
]
6678
};

0 commit comments

Comments
 (0)