Skip to content

Commit

Permalink
hard-code array log path
Browse files Browse the repository at this point in the history
  • Loading branch information
TCLamnidis committed Dec 5, 2023
1 parent 56d2e36 commit 7099275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run_Eager.sh
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ done

## If array is requested submit the created array file to qsub below
if [[ ${array} == 'TRUE' ]]; then
mkdir -p array_Logs/$(basename ${temp_file}) ## Create new directory for the logs for more traversable structure
mkdir -p /mnt/archgen/Autorun_eager/array_Logs/$(basename ${temp_file}) ## Create new directory for the logs for more traversable structure
jn=$(wc -l ${temp_file} | cut -f 1 -d " ") ## number of jobs equals number of lines
export NXF_OPTS='-Xms6G -Xmx6G' ## Set 4GB limit to Nextflow VM
export JAVA_OPTS='-Xms12G -Xmx12G' ## Set 8GB limit to Java VM
Expand Down

0 comments on commit 7099275

Please sign in to comment.