I am trying to test the kipoi-veff cli taking by example the command in the Kipoi paper, but I get an error:
Traceback (most recent call last):
File "/Users/gisela/anaconda3/envs/kipoi-veff/bin/kipoi", line 10, in <module>
sys.exit(main())
File "/Users/gisela/anaconda3/envs/kipoi-veff/lib/python3.6/site-packages/kipoi/__main__.py", line 104, in main
command_fn(args.command, sys.argv[2:])
File "/Users/gisela/anaconda3/envs/kipoi-veff/lib/python3.6/site-packages/kipoi_veff/__main__.py", line 11, in cli_main
kipoi_veff.cli.cli_main(command, raw_args)
File "/Users/gisela/anaconda3/envs/kipoi-veff/lib/python3.6/site-packages/kipoi_veff/cli.py", line 458, in cli_main
command_fn(args.command, raw_args[1:])
File "/Users/gisela/anaconda3/envs/kipoi-veff/lib/python3.6/site-packages/kipoi_veff/cli.py", line 180, in cli_score_variants
dataloader_arguments = parse_json_file_str_or_arglist(args.dataloader_args)
File "/Users/gisela/anaconda3/envs/kipoi-veff/lib/python3.6/site-packages/kipoi_utils/utils.py", line 282, in parse_json_file_str_or_arglist
raise RuntimeError("wrong usage, dataloader_args must be a list")
RuntimeError: wrong usage, dataloader_args must be a list
Hi,
I am trying to test the kipoi-veff cli taking by example the command in the Kipoi paper, but I get an error:
My command:
I've also tested:
to no avail.