/etc/biomaj/db_properties/admin/alu.properties is in biomaj 1.2.3-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 | ######################
### Initialization ###
db.fullname="alu.n : alu repeat element. alu.a : translation of alu.n repeats"
db.name=alu
db.type=nucleic_protein
offline.dir.name=biomaj/ncbi/blast/alu_tmp
dir.version=ncbi/blast/alu
frequency.update=0
### Synchronization ###
files.num.threads=1
# NCBI (download fasta)
protocol=ftp
server=ftp.ncbi.nih.gov
remote.dir=/blast/db/FASTA/
release.file=
release.regexp=
release.file.compressed=
remote.files=^alu.*\\.gz$
#Uncomment if you don't want to extract the data files.
#no.extract=true
local.files=^alu\\.(a|n).*
## Post Process ## The files should be located in the projectfiles/process directory
db.post.process=POST1
POST1=formatdb,postmail
formatdb.name=formatdbTLSE
formatdb.exe=formatdbTLSE.pl
formatdb.args=--fasta 'alu.a.* alu.n.*'
formatdb.desc=Index blast
formatdb.type=index
#--------
postmail.name=sendMail
postmail.exe=sendMailTLSE.pl
postmail.args=-s '[NCBI Blast - db.name remote.release] End Post Process formatdb' -m 'local.time'
postmail.desc=mail
postmail.type=info
### Deployment ###
keep.old.version=1
|