Traceback (most recent call last):
File "/datadrive/metagenomic-simulation/.snakemake/conda/1ee5636240868e58cb37ca975d706f
10_/bin/simulator.py", line 2431, in <module>
main()
File "/datadrive/metagenomic-simulation/.snakemake/conda/1ee5636240868e58cb37ca975d706f
10_/bin/simulator.py", line 2390, in main
read_profile(genome_list, [], model_prefix, perfect, args.mode, strandness, dna_type=
dna_type_list, abun=abun,
File "/datadrive/metagenomic-simulation/.snakemake/conda/1ee5636240868e58cb37ca975d706f
10_/bin/simulator.py", line 582, in read_profile
with open(model_prefix + "_base_qualities_model_parameters.tsv") as base_quality_params:
FileNotFoundError: [Errno 2] No such file or directory: 'results/models/sample/training_base_qualities_model_parameters.tsv'
Looking in the folder returned by the characterization stage, I am not finding the expected file with suffix _base_qualities_model_parameters.tsv:
I am running the following command:
Which returns the following error:
Looking in the folder returned by the characterization stage, I am not finding the expected file with suffix
_base_qualities_model_parameters.tsv
: