-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove pypiper, just use pipestat and pephub
- Loading branch information
1 parent
08f96d9
commit 8ca32cc
Showing
2 changed files
with
104 additions
and
27 deletions.
There are no files selected for viewing
23 changes: 23 additions & 0 deletions
23
scripts/bedclassifier_tuning/bedclassifier_output_schema.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
title: Bed Classifier | ||
description: Output for bed classification results | ||
type: object | ||
properties: | ||
pipeline_name: "bedclassifier" | ||
samples: | ||
type: object | ||
properties: | ||
bedfile_named: | ||
type: string | ||
description: "reported bedfile name e.g. narrowpeak" | ||
bedfile_type: | ||
type: string | ||
description: "reported bedfile type" | ||
given_bedfile_type: | ||
type: string | ||
description: "given bed file type" | ||
types_match: | ||
type: boolean | ||
description: "Do the types match?" | ||
gsm: | ||
type: string | ||
description: "given gsm" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters