I have been working on BGCFLOW for both MacOS and Ubantu . But still, this error was showing.
Running Snakemake with command:
cd . && snakemake --snakefile workflow/Snakefile --use-conda --keep-going --rerun-incomplete --rerun-triggers mtime -c 4 --dryrun --wms-monitor http://127.0.0.1:5000/
SyntaxError in file /home/arvind-kayande/my_bgcflow_dir/workflow/rules/common.smk, line 93:
invalid syntax. Perhaps you forgot a comma?:
input_path = base_path / p.config["input_folder"].
I have been working on BGCFLOW for both MacOS and Ubantu . But still, this error was showing.
Running Snakemake with command: