Skip to content

Commit

Permalink
Merge pull request #82 from EBISPOT/gwas-sumstats-harmoniser-goci1179…
Browse files Browse the repository at this point in the history
…-slurm-migration

feat: Migrate from LSF to SLURM
  • Loading branch information
jiyue1214 authored Dec 11, 2023
2 parents f053c58 + 4cbb8b9 commit a2a2f47
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion example_wrapper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ mkdir -p $folder

cd $folder
nextflow $nextflow -c $config --inputPath $folder --to_harm_folder $to_harm -resume
#further function: --execute local(or LSF)
#further function: --execute local (or SLURM)
4 changes: 2 additions & 2 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@ profiles {
process.executor = 'local'
}
cluster {
process.executor = 'lsf'
process.queue = 'short'
process.executor = 'slurm'
process.memory = '28GB'
process.time = '2d'
}
conda {
params.enable_conda = true
Expand Down

0 comments on commit a2a2f47

Please sign in to comment.