fix(repo): Rename all references to data and output dir

This commit is contained in:
Marty Oehme 2024-07-15 21:38:05 +02:00
parent f384515737
commit b4730f6ea8
Signed by: Marty
GPG key ID: EDBF2ED917B2EF6A
22 changed files with 67 additions and 69 deletions

View file

@ -33,7 +33,7 @@ del bib_sample, bib_sample_raw_db
if __name__ == "__main__":
nr = PrismaNumbers()
# FIXME use 02-data/supplementary undeduplciated counts to get database starting and snowballing counts
# FIXME use data/supplementary undeduplciated counts to get database starting and snowballing counts
outp = f"""
flowchart TD;
search_db["Records identified through database searching (n={nr.nr_database_query_raw})"] --> starting_sample;