While running the snakemake file to create the Subdb as well as metasra_db files, I have observed that the N-grams is failing to generate. Later on, I traced back it, then I found that the run_on_entire_dataset file is taking the imports of learn_classffier & one_vs_rest_classifier_same_features.
At the time of execution of files through snakemake, The learn_classifier.py is not executing due to the missing of the necessary json files. For this reason the run_on_entire_dataset is also missing the important functions as well as the json files.
Can you give any references or alternate ways to find those missing json files used in run_on_entire_dataset.py & learn_classffier.py.