Skip to content

Commit

Permalink
Bump arriba resource requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
zkuralt committed Nov 5, 2024
1 parent 382622a commit 4297a2d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ Changed
``files-to-fastq-single`` and ``files-to-fastq-paired``
- Update the ``pca`` process with the functionality from the
deprecated ``pca-beta`` process
- Bump resources requirements for ``arriba`` process

Fixed
-----
Expand Down
4 changes: 2 additions & 2 deletions resolwe_bio/processes/fusion_calling/arriba.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class Arriba(Process):
slug = "arriba"
name = "Arriba"
process_type = "data:genefusions:arriba"
version = "1.1.0"
version = "1.1.1"
category = "Gene fusions"
scheduling_class = SchedulingClass.BATCH
entity = {"type": "sample"}
Expand All @@ -51,7 +51,7 @@ class Arriba(Process):
},
"resources": {
"cores": 1,
"memory": 12288,
"memory": 16384,
},
}
data_name = '{{ bam|name|default("?") }}'
Expand Down

0 comments on commit 4297a2d

Please sign in to comment.