We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0bbca4 commit ca01d72Copy full SHA for ca01d72
Late adults stats pipeline/DRrequiredAgeing/DRrequiredAgeingPackage/R/sideFunctions.R
@@ -4852,7 +4852,7 @@ StatsPipeline = function(path = getwd(),
4852
DRversion)
4853
4854
system('chmod 775 AllJobs.bch', wait = TRUE)
4855
- system('sbatch --job-name=impc_stats_pipeline_job --time=05:00:00 --mem=1G -o ../compressed_logs/phase3_job_id.txt --wrap="bash ./AllJobs.bch"', wait = TRUE)
+ system('sbatch --job-name=impc_stats_pipeline_job --time=05:00:00 --mem=1G -o ../../compressed_logs/phase3_job_id.txt --wrap="bash ./AllJobs.bch"', wait = TRUE)
4856
waitTillCommandFinish(
4857
WaitIfTheOutputContains = waitUntillSee,
4858
ignoreline = ignoreThisLineInWaitingCheck
0 commit comments