Skip to content

Commit

Permalink
added option to kmer-tool to allow testing without gigabytes of memory
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Trimble committed Aug 1, 2019
1 parent 9c728dd commit e545f4e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CWL/Tools/kmer-tool.tool.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,13 @@ inputs:
inputBinding:
prefix: --max

hashSize:
type: float?
doc: Size of hash, used to limit memory consumption for testing.
default: 1.0
inputBinding:
prefix: --size

prefix:
type: string?
doc: Prefix for output file(s)
Expand Down

0 comments on commit e545f4e

Please sign in to comment.