You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1234567891011
  1. should_transfer_files = Yes
  2. when_to_transfer_output = ON_EXIT_OR_EVICT
  3. transfer_input_files = read.R
  4. Universe = docker
  5. docker_image = r-base
  6. Executable = /usr/bin/Rscript
  7. Arguments = read.R /datos/ma0/test.txt
  8. Log = read_R_log.log
  9. Output = read_R_out.out
  10. Error = read_R_err.err
  11. Queue