Skip to content

Commit

Permalink
🔧 resource defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
dmiller15 committed Mar 4, 2024
1 parent b5c3538 commit 22d41fd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions workflows/kfdrc_sentieon_alignment_wf.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -194,10 +194,10 @@ inputs:
to samtools split."}
samtools_split_cores: {type: 'int?', default: 36, doc: "Minimum reserved number
of CPU cores for samtools split."}
bamtofastq_cpu: { type: 'int?', doc: "CPUs to allocate to bamtofastq" }
bamtofastq_ram: { type: 'int?', doc: "RAM in GB to allocate to bamtofastq" }
bwa_cpu: { type: 'int?', doc: "CPUs to allocate to Sentieon BWA" }
bwa_ram: { type: 'int?', doc: "RAM in GB to allocate to Sentieon BWA" }
bamtofastq_cpu: { type: 'int?', default: 3, doc: "CPUs to allocate to bamtofastq" }
bamtofastq_ram: { type: 'int?', default: 4, doc: "RAM in GB to allocate to bamtofastq" }
bwa_cpu: { type: 'int?', default: 36, doc: "CPUs to allocate to Sentieon BWA" }
bwa_ram: { type: 'int?', default: 72, doc: "RAM in GB to allocate to Sentieon BWA" }
outputs:
cram: {type: File, outputSource: sentieon_readwriter_bam_to_cram/output_reads, doc: "(Re)Aligned
Reads File"}
Expand Down

0 comments on commit 22d41fd

Please sign in to comment.