-o (optional) ------- following by the name of
the directory into which you want to put all of the output
generated by balbes.
e.g. -o MyjobOne
or -o ../output_abcd
If the directory does not exist, the program
will create the directory( MyjobOne,
or ../output_abcd) for you.
Furthermore, the prgram will create
a few subdirectories under the above
directory, e.g.
process_details -- stores all
*.log, *.ps files, which record the details
during executing balbes.
results -- stores the final solutions in terms
of pdb and mtz files.
template_models--contains all candidate models found.
If -o is omitted, the program will
create a output directory called
output_username (e.g. output_fei)
-f (required) ------- followed by the name of a structure
factor file. The file could be a .mtz file or a .cif file.
If the file is in the current directory, you can just type name, e.g,
-f 1ab2.mtz
or -f 3cd4.cif
Otherwise you need to input the file name
with the absolute path. e.g,
-f /home/dir1/dir2/1ab2.mtz
or -f ../3cd4.mtz
-s (optional) -------- followed the name of a sequence
file. You can find the format of a sequence files containing
one sequence
or multiple sequences
Depending on where the file is,it can be,
-s aaaaa.seq
or -s ../../aaaa.seq
or -s /Users/abcd/data/aaaa.seq
-m (optional) ------- followed by the name of a
pdb file. This pdb file will be used as the user's input candidate model
for molecule replacement. Once keyword "-m" can be used with and without
"-s" (with or without sequence file). BALBES will not search its own internal
database for MR candidate models if key word "-m" is used.
If the pdb file is in the current directory, you can just type name, e.g,
-m myOwnPdb.pdb
Otherwise you need to input the file name
with the absolute path. e.g,
-m /home/dir1/dir2/xxxxx.pdb
or -m ../3cd4.pdb
-l (optional) ------- followed by the name of a
directory which contains a group of pdb files. This directory will be used
as a user's database. BALBES will look into this directory to find the
candidate models for molecule replacement. Once keyword "-l" is used, BALBES
will not search its own internal database for MR candidate models.
You need to use "-l" and "-s" at the same time.
For example,
-l myLib/ -s a_sequence_file_name
where in myLib, there are a group of pdb files