prokka icon indicating copy to clipboard operation
prokka copied to clipboard

Problem wih tbl2asn

Open franzilie opened this issue 2 years ago • 5 comments

Hello,

I am trying to run Prokka locally. When I attempt a test run I get the following error message:

Error: Too many positional arguments (1), the offending value: - Error: (CArgException::eSynopsis) Too many positional arguments (1), the offending value: - [14:34:49] Could not determine version of tbl2asn - please install version 24.3 or higher

The version installed is the 1.26.667.

I have managed to "reproduce" the error Error: Too many positional arguments (1), the offending value: - Error: (CArgException::eSynopsis) Too many positional arguments (1), the offending value: - with running directly tbl2asn and omitting -i.

Thanks for your help!

franzilie avatar Oct 18 '22 12:10 franzilie

Hello,

I am trying to run Prokka locally. When I attempt a test run I get the following error message:

Error: Too many positional arguments (1), the offending value: - Error: (CArgException::eSynopsis) Too many positional arguments (1), the offending value: - [14:34:49] Could not determine version of tbl2asn - please install version 24.3 or higher

The version installed is the 1.26.667.

I have managed to "reproduce" the error Error: Too many positional arguments (1), the offending value: - Error: (CArgException::eSynopsis) Too many positional arguments (1), the offending value: - with running directly tbl2asn and omitting -i.

Thanks for your help!

Hi @franzilie Were you able to fix this issue? I am having the same problem. If it matters, this happened after I downloaded the latest version of tbl2asn and placed it in the appropriate position. I ran sudo chmod +x as well.

raghuramdr avatar Nov 26 '22 18:11 raghuramdr

I tried to run prokka after I downloaded the latest version of tbl2asn and replaced it, but I get the following error message:

Looking for 'tbl2asn' - found /home/envs/prokka/bin/tbl2asn tbl2asn: error while loading shared libraries: libidn.so.11: cannot open shared object file: No such file or directory [07:56:48] Could not determine version of tbl2asn - please install version 24.3 or higher I can't run sudo...

Rooobben avatar Dec 30 '22 08:12 Rooobben

I have been chasing down the same issue. It turns out that tbl2asn is no longer supported by NCBI and has been replaced with table2asn (current version = 1.26.678). In addition to that, tbl2asn uses libidn.so.11. Ubuntu 20.04 comes with libidn.so.12. Apparently, that cannot be used by tbl2asn but table2asn can use it. I have not found a way to get libidn.so.11 on Ubuntu 20.04. Failing that, Prokka code is going to have to be modified for table2asn.

Rick-meinersmann avatar Jan 10 '23 15:01 Rick-meinersmann

I met the same problem as you all describe.

Error: Too many positional arguments (1), the offending value: - Error: (CArgException::eSynopsis) Too many positional arguments (1), the offending value: - [18:55:43] Could not determine version of tbl2asn - please install version 24.3 or higher

tbl2asn: 1.27.793

peiyaohu avatar Jun 06 '23 11:06 peiyaohu

Dear @peiyaohu @Rick-meinersmann @Rooobben @raghuramdr @franzilie

Simply, you can follow this instruction to fix this problem

zagrosman avatar Oct 06 '23 16:10 zagrosman