On Mon, Jun 24, 2019 at 06:38:25PM +0200, Philip Rinn wrote: > Hi Andreas, > > > $ doi2cff init 10.1093/bioinformatics/btp347 > > you probably tried that but just to make sure - shouldn't it be > > $ doi2cff init https://doi.org/10.1093/bioinformatics/btp347 > > according to > > https://github.com/citation-file-format/doi2cff#usage ?
I admit I did not properly read the docs, but it fails as well: doi2cff init https://doi.org/10.1093/bioinformatics/btp347 Traceback (most recent call last): File "/usr/bin/doi2cff", line 11, in <module> load_entry_point('doi2cff==1.0.0', 'console_scripts', 'doi2cff')() File "/usr/lib/python3/dist-packages/click/core.py", line 764, in __call__ return self.main(*args, **kwargs) File "/usr/lib/python3/dist-packages/click/core.py", line 717, in main rv = self.invoke(ctx) File "/usr/lib/python3/dist-packages/click/core.py", line 1137, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) File "/usr/lib/python3/dist-packages/click/core.py", line 956, in invoke return ctx.invoke(self.callback, **ctx.params) File "/usr/lib/python3/dist-packages/click/core.py", line 555, in invoke return callback(*args, **kwargs) File "/usr/lib/python3/dist-packages/doi2cff/cli.py", line 54, in init raise NotImplemented('Unable to process doi, converter not implemented') TypeError: 'NotImplementedType' object is not callable I can confirm that the example given in the usage paragraph works but two other random examples of packages of mine don't. I'll go on filing an issue ... Kind regards Andreas. -- http://fam-tille.de

