This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Genbank sequence submission: tbl2asn Permission denied on Mac?

Trying to use tbl2asn

The directions are here

It starts on Step C where you download the tbl2asn file and rename it. It says "set permissions as required for your operating system." but i have no idea how to do that.

I moved it into a new folder in my applications and then:

export PATH=/Applications/Command_line_apps:$PATH

in the terminal . tried to call it using tbl2asn in the command prompt but I got back

bash: /Applications/Command_line_apps/tbl2asn: Permission denied

How do fix the permissions?

tbl2asn genbank submission

1 answer

Hello jolespin - this post does not fit the main topic of this site, as is not a bioinformatics question. I'd suggest that you do some basic reading on file permissions in UNIX.

FWIW, 'chmod +x yourfile' should make it executable, which may solve your problem.

sorry about that. I forgot to mention that it is to submit batch sequences to Genbank and NCBI. that did solve my problem tho. thanks a lot

Log in to answer this question.