Hi,
Actually, I found out the reason.
Taking a closer look at the longest line of that script I see it calls the awk script
juicer/SLURM/scripts/split_rmdups.awk. It didn't occur to me to look there before, but that script includes calls to sbatch, so I guess that is where the error is arising.
So I just needed to get the my account details setting into these somehow. A simpler fix was to add
export SBATCH_ACCOUNT=#### into the DEDUP batch file before the call to awk. That setting will then be inherited by the awk process and its child sbatch processes.
пятница, 16 февраля 2018 г., 11:17:14 UTC+13 пользователь Евгения Головина написал: