You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
buf.append(" -searchFile (mandatory) path to a PDB file that should be used in the search").append(newline);
659
-
buf.append(" -outFile (mandatory) a directory that will contain the results of the DB search").append(newline);
660
-
buf.append(" -nrCPU (optional) Number of CPUs to use for the database search. By default will use the all, but one CPU in the system.").append(newline);
661
-
buf.append(" -pdbFilePath (mandatory) Path to the directory in your file system that contains the PDB files.").append(newline);
662
-
buf.append(" -saveOutputDir (optional) a directory that will contain the detailed outputs of the alignments. By default will write XML files, if used together with -outputPDB, will write PDB files of the alignment.").append(newline);
663
-
buf.append(newline);
664
-
665
-
buf.append(" Once DB seaches are complete it is possible to view the results with:").append(newline);
666
-
buf.append(" -showDBresult (optional) path to a DB outFile to show. Also provide the -pdbFilePath parameter to enable visualisation of results.").append(newline);
0 commit comments