Skip to content

Commit

Permalink
feat: offer download of datavzrd reports as excel (#81)
Browse files Browse the repository at this point in the history
* feat: offer download of datavzrd reports as excel

* offer excel in fp/fn tables
  • Loading branch information
johanneskoester authored Jun 20, 2024
1 parent c475b0f commit 6f5055e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions workflow/resources/datavzrd/fp-fn-config.yte.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ datasets:
main:
path: ?input.main_dataset
separator: "\t"
offer-excel: true
headers: ?len(params.labels) + 1
?for label in params.labels:
?label:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ datasets:
results:
path: ?input.table
separator: "\t"
offer-excel: true
links:
link to table:
column: callset
Expand Down

0 comments on commit 6f5055e

Please sign in to comment.