linnabrown / run_dbcan

Run_dbcan V4, using genomes/metagenomes/proteomes of any assembled organisms (prokaryotes, fungi, plants, animals, viruses) to search for CAZymes.
http://bcb.unl.edu/dbCAN2
GNU General Public License v3.0
131 stars 40 forks source link

SignalP Installation and Program Run Question #98

Closed lherold1 closed 2 years ago

lherold1 commented 2 years ago

Hello,

I was able to successfully install the program with terminal on Mac OS. I am now trying to perform the optional signalP installation. I was able to acquire the signalp file and move it into dbcan/tools. The problem I am having is after running the installation: mkdir -p run_dbcan/tools && run_dbcan/tools/ tar xzf Signalp-4.1.tar.gz && cd Signalp-4.1 it is saying permission denied. Any help on this would be appreciated.

Also, just another question I know that when you wish to run the program you have to input the fasta file name. I was wondering if there is a built in function of the program to be able to run multiple files at once or is this something that would need to be coded for separately.

Thank you