Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion act/core/acc_new.R
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ main <- function() {
datadir = datadir,
outputdir = outputdir,
studyname = "boost",
overwrite = FALSE,
overwrite = TRUE,
desiredtz = "America/Chicago",
print.filename = TRUE,
idloc = 6,
Expand Down
615 changes: 315 additions & 300 deletions act/logs/GGIR_QC_errs.csv

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion cron.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ DAYS_AGO="${DAYS_AGO:-30}"
mkdir -p "logs/${SYSTEM}"
LOG_FILE="logs/${SYSTEM}/$(date +%Y%m%d_%H%M%S).log"
export LOG_FILE
python -m act.main --daysago "${DAYS_AGO}" --token "${BOOST_TOKEN}" --system "${SYSTEM}" --rebuild-manifest-only >> "${LOG_FILE}" 2>&1
python -m act.main --daysago "${DAYS_AGO}" --token "${BOOST_TOKEN}" --system "${SYSTEM}" >> "${LOG_FILE}" 2>&1

if ! git diff --quiet; then
git add .
Expand Down
8 changes: 8 additions & 0 deletions data.json
Original file line number Diff line number Diff line change
Expand Up @@ -1222,6 +1222,14 @@
"7736": [
"data/obs/UI/7736/daily_plot.png",
"data/obs/UI/7736/summary_plot.png"
],
"7761": [
"data/obs/UI/7761/daily_plot.png",
"data/obs/UI/7761/summary_plot.png"
],
"7751": [
"data/obs/UI/7751/daily_plot.png",
"data/obs/UI/7751/summary_plot.png"
]
}
}
Expand Down
51 changes: 51 additions & 0 deletions logs/vosslnxft/20260302_094341.log

Large diffs are not rendered by default.

50 changes: 50 additions & 0 deletions logs/vosslnxft/20260302_112747.log

Large diffs are not rendered by default.

29,568 changes: 29,568 additions & 0 deletions logs/vosslnxft/20260302_113009.log

Large diffs are not rendered by default.

Loading