... | ... | @@ -55,6 +55,7 @@ source('new_merge_ids_year.R) |
|
|
As part of the script the number of arguments are checked and if zero, as is the case when run interactively, the script uses the values in the variable `args2` instead.
|
|
|
|
|
|
**Running background jobs without hanging up**
|
|
|
---
|
|
|
|
|
|
Long jobs on JASMIN, and other Linux systems, can be run in the background using the command `nohup` to prevent the job being terminated if the connection is lost. For example, running R script `myscript.R` with arguments `arg1` and `arg2` would be run using
|
|
|
|
... | ... | |