Skip to content

Commit

Permalink
adding node name in cluster log file
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan Caballero committed Jan 15, 2025
1 parent 7df9bd3 commit 2b9a2c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cluster-generic-submit-cmd:
--cpus-per-task={threads} \
--mem-per-cpu={resources.mem} \
--job-name=snakePipes_{rule}-{wildcards} \
--output=logs/{rule}/{rule}-{wildcards}-%j.out \
--output=logs/{rule}/{rule}-{wildcards}-%j-%N.out \
--time={resources.time} \
--parsable"
jobs: 20
Expand Down

0 comments on commit 2b9a2c1

Please sign in to comment.