Seems like the - - force option broke the wrapper after the new version of the tool
New version of client (18.25.1) available at https://ftp.ncbi.nlm.nih.gov/pub/datasets/command-line/LATEST/linux-amd64/datasets.
Error: field(s) [--force] not recognized.
Use dataformat tsv genome <command> --help for detailed help about a command.
that command line looks more as if you haven’t selected anything under “Output options” → “Columns in the report”. At least that would explain why nothing follows --fields, which then confuses the cli parser when it encounters --force.
@wm75 , I can’t reproduce the error. So weird. I suspect something browser-related clearing the inputs (somehow).
I tested running with all ‘Columns in the report’ option and got a new error:
New version of client (18.26.0) available at ``https://ftp.ncbi.nlm.nih.gov/pub/datasets/command-line/LATEST/linux-amd64/datasets``. Error: field(s) [annotinfo-busco-ver], [assminfo-linked-assmaccession], [assminfo-linked-assmtype] not recognized. Use dataformat tsv genome <command> --help for detailed help about a command.
But it just worked fine when I deselected the missing options.
Thanks @David for the actionable report! @jennaj 's PR looks like the correct fix, we just need to get the tests to pass, which seem to be failing because of NCBI connection issues atm.