Skip to content

Commit ebf8b99

Browse files
committed
remove logging from protein_chunker
1 parent 54459b5 commit ebf8b99

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

tools/chunks/protein_chunker.cwl

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ doc: based upon code by Maxim Scheremetjew, EMBL-EBI
99
requirements:
1010
ResourceRequirement:
1111
coresMax: 1
12-
ramMin: 5000
12+
ramMin: 8000
13+
ShellCommandRequirement: {}
1314

1415
hints:
1516
DockerRequirement:
@@ -36,6 +37,15 @@ inputs:
3637
inputBinding:
3738
prefix: -f
3839

40+
arguments:
41+
- valueFrom: '> /dev/null'
42+
shellQuote: false
43+
position: 10
44+
- valueFrom: '2> /dev/null'
45+
shellQuote: false
46+
position: 11
47+
48+
3949
baseCommand: [ split_to_chunks.py ]
4050

4151
outputs:

workflows/subworkflows/trim_and_reformat_reads.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ steps:
3636
split_seqs:
3737
in:
3838
seqs: reads
39-
chunk_size: { default: 2000000 }
39+
chunk_size: { default: 1000000 }
4040
file_format: { default: 'fastq' }
4141
fastq_count: count
4242
out: [ chunks ]

0 commit comments

Comments
 (0)