Skip to content

Commit

Permalink
Merge pull request #6 from EBISPOT/hra_kg
Browse files Browse the repository at this point in the history
Hra kg
  • Loading branch information
jamesamcl authored Jul 24, 2024
2 parents d0414e7 + 25bdc6e commit cd65ae4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nextflow/01_create_subgraph.nf
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ process create_rocks {

process prepare_neo {
cache "lenient"
memory "4 GB"
memory "16 GB"
time "1h"

publishDir "${params.tmp}/${params.config}/${params.subgraph}/neo4j_csv", overwrite: true
Expand Down Expand Up @@ -646,4 +646,4 @@ def buildMergeArgs(assigned) {

def basename(filename) {
return new File(filename).name
}
}

0 comments on commit cd65ae4

Please sign in to comment.