Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
UNLOCK
cwl
Commits
eeae5fef
Commit
eeae5fef
authored
Apr 18, 2022
by
Nijsse, Bart
Browse files
added memory option
parent
a21c2407
Changes
1
Hide whitespace changes
Inline
Side-by-side
cwl/pilon/pilon.cwl
View file @
eeae5fef
...
...
@@ -26,6 +26,11 @@ inputs:
inputBinding:
prefix: --threads
default: 2
memory:
type: int?
doc: maximum memory usage in megabytes
label: memory usage (mb)
default: 8000
assembly:
type: File
...
...
@@ -40,8 +45,8 @@ inputs:
doc: Indexed sorted bam file with mapped reads to draft assembly
inputBinding:
prefix: --frags
secondaryFiles:
- .bai
#
secondaryFiles:
#
- .bai
fixlist:
type: string?
label: Fix List
...
...
@@ -63,10 +68,12 @@ inputs:
inputBinding:
prefix: --vcf
baseCommand: ["java", "-jar","/unlock/infrastructure/binaries/Pilon/pilon-1.24.jar"]
baseCommand: ["java"]
arguments:
- "-jar"
- "-Xmx$(inputs.memory)M"
- "/unlock/infrastructure/binaries/Pilon/pilon-1.24.jar"
- valueFrom: $(inputs.identifier)_scaffolds_polished
prefix: "--output"
...
...
Nijsse, Bart
@nijss011
mentioned in commit
e4442f45
·
Apr 19, 2022
mentioned in commit
e4442f45
mentioned in commit e4442f451b956554934f81fef495f940384596e1
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment