diff options
-rw-r--r-- | gn3/db/datasets.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn3/db/datasets.py b/gn3/db/datasets.py index fbeb756..c653d5f 100644 --- a/gn3/db/datasets.py +++ b/gn3/db/datasets.py @@ -22,7 +22,7 @@ def retrieve_sample_list(group: str, inc_par: bool = True, inc_f1: bool = True): app.config.get( "GENENETWORK_FILES", "/home/gn2/production/genotype_files/" - ), f'parents_and_f1s.json' + ), 'parents_and_f1s.json' ) if par_f1_path.is_file(): with open(par_f1_path, encoding="utf-8") as par_f1_file: |