Skip to content

Commit

Permalink
add samtools for dedup; add homer, hmmratac, genrich peak calling; re…
Browse files Browse the repository at this point in the history
…store merge cmd
  • Loading branch information
jpsmith5 committed Oct 16, 2020
1 parent deee7bf commit 3fceb05
Show file tree
Hide file tree
Showing 4 changed files with 238 additions and 63 deletions.
4 changes: 2 additions & 2 deletions pepatac_input_schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ properties:
peak_caller:
type: string
description: "Specify the peak calling tool"
enum: ["fseq", "macs2"]
enum: ["fseq", "genrich", "hmmratac", "homer", "macs2"]
genome_size:
type: string
description: "MACS2 effective genome size"
Expand All @@ -56,7 +56,7 @@ properties:
deduplicator:
type: string
description: "Specify the read deduplication tool"
enum: ["picard", "samblaster"]
enum: ["picard", "samblaster", "samtools"]
peak_type:
type: string
description: "Call variable or fixed width peaks"
Expand Down
Loading

0 comments on commit 3fceb05

Please sign in to comment.