This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Installing the new tool "table2asn_GFF"

Hi all,

I am trying to install this tool "table2asn_GFF" but unable to do so. I have used chmod +x and still no help

-bash: table2asn: command not found

There is no instructions given by NCBI as well about installation. Can you please guide how can I do it?

Thank you very much in advance!

ncbi table2asn installation

Which OS are you using? Have you tried ./table2asn_GFF -h

I am using macOS Sierra 10.12.6. Yes this is also not working...

PS: Is there any installation step required after chmod +x ?

what is the output of

file ./table2asn_GFF

and

ls -lah  ./table2asn_GFF

?

Here it is...

ubt80:pre-req arslan$ file ./table2asn_GFF
./table2asn_GFF: cannot open `./table2asn_GFF' (No such file or directory)

ubt80:pre-req arslan$ ls -lah  ./table2asn_GFF
ls: ./table2asn_GFF: No such file or directory

when i entered the file name exactly, i got it...

ubt80:pre-req arslan$ file ./mac.table2asn_GFF
./mac.table2asn_GFF: Mach-O 64-bit executable x86_64

ubt80:pre-req arslan$ ls -lah  ./mac.table2asn_GFF
-rwxr-xr-x@ 1 arslan  1109757508    39M 12 Feb 10:12 ./mac.table2asn_GFF

1 answer

./mac.table2asn_GFF -h should bring up the help for you.

Log in to answer this question.