Skip to content

Commit

Permalink
circle CI deployment [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
nalcala committed Aug 12, 2020
1 parent 7d05418 commit a07e9e9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions dag.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,9 @@
{ data: { id: 'p10', label: 'getAllelicFractionSomatic'}, classes: 'PROCESS' },
{ data: { id: 'p11', label: 'into'}, classes: 'OPERATOR' },
{ data: { id: 'p12'}, classes: 'NODE' },
{ data: { id: 'p13', label: 'filter_pass'}, classes: 'PROCESS' },
{ data: { id: 'p14'}, classes: 'NODE' },
{ data: { id: 'p13', label: 'flatten'}, classes: 'OPERATOR' },
{ data: { id: 'p14', label: 'filter_pass'}, classes: 'PROCESS' },
{ data: { id: 'p15'}, classes: 'NODE' },
],
edges: [
{ data: { source: 'p0', target: 'p1'} },
Expand All @@ -135,7 +136,8 @@
{ data: { source: 'p10', target: 'p11', label: 'passfiles' } },
{ data: { source: 'p11', target: 'p13', label: 'vcffiles2' } },
{ data: { source: 'p11', target: 'p12', label: 'vcffiles1' } },
{ data: { source: 'p13', target: 'p14', label: 'filtered' } },
{ data: { source: 'p13', target: 'p14'} },
{ data: { source: 'p14', target: 'p15', label: 'filtered' } },
],
},

Expand Down
Binary file modified dag.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a07e9e9

Please sign in to comment.