Skip to content

Commit

Permalink
push
Browse files Browse the repository at this point in the history
  • Loading branch information
maxozo committed Oct 22, 2023
1 parent 2213404 commit caa236f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions assets/deploy_scripts/bsub_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ export SINGULARITY_TMPDIR=$PWD/work/tmp
export TEMP=$PWD/work/tmp
export TMP_DIR=$PWD/work/tmp

echo press ENTER to not fetch containers, otherwise provide writable path:
echo press ENTER to NOT fetch containers, otherwise provide writable path:
read varname

if "$varname"==''
if ["$varname" = ''];
then
export NXF_SINGULARITY_CACHEDIR='/software/hgi/containers/yascp'
export SINGULARITY_DISABLE_CACHE=0
Expand Down
4 changes: 2 additions & 2 deletions conf/base.conf
Original file line number Diff line number Diff line change
Expand Up @@ -328,8 +328,8 @@ process {

withName: DYNAMIC_DONOR_EXCLUSIVE_SNP_SELECTION{
cpus = 5
time = { 12.h * task.attempt }
memory = { 50.GB * task.attempt }
time = { 5.h * task.attempt }
memory = { 30.GB * task.attempt }
}

withName: VIREO{
Expand Down

0 comments on commit caa236f

Please sign in to comment.