Skip to content

Commit

Permalink
fix for dx (remove choices for optional string)
Browse files Browse the repository at this point in the history
  • Loading branch information
leepc12 committed Oct 26, 2021
1 parent 7f24882 commit 43c10a6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion chip.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -795,7 +795,6 @@ workflow chip {
description: 'Peak caller.',
group: 'peak_calling',
help: 'It is spp and macs2 by default for TF ChIP-seq and histone ChIP-seq, respectively. e.g. you can use macs2 for TF ChIP-Seq even though spp is by default for TF ChIP-Seq (chip.pipeline_type == tf).',
choices: ['spp', 'macs2'],
example: 'spp'
}
always_use_pooled_ctl: {
Expand Down

0 comments on commit 43c10a6

Please sign in to comment.