<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi Hasan,<br>
    <br>
    it's failing at phenix.model_vs_data run which internally runs eLBOW
    to get CIF files for unknown ligands (and this is where it's really
    crashing).<br>
    <br>
    You can run <br>
    <br>
    phenix.model_vs_data model.pdb data.mtz ligands.cif<br>
    <br>
    which hopefully will not crash and provide most of information you
    need to the "Table 1".<br>
    <br>
    Pavel<br>
    <br>
    On 2/7/12 8:13 PM, Hasan Demirci wrote:
    <blockquote
cite="mid:CAOPwd4Xw=DR69YWP1eM_+FcAMJ94-KLapAfD0E1jonmUPoxEpg@mail.gmail.com"
      type="cite">Hi,<br>
      I am running phenix-dev-978 (fedora core 15 installer) version on
      a quad core intel chip computer.<br>
      How can I obtain a table without digging a lot of files?<br
        clear="all">
      When I use command line and try to run phenix.table_one I am
      getting the following AssertionError message: <br>
      Is it a mistake in the input files or is it a bug in this version
      of phenix I am using?<br>
      Thanks.<br>
-------------------------------------------------------------------------------<br>
      phenix.table_one f71c_refine_006.pdb outputf71c.mtz<br>
      <br>
      &nbsp; note: this is somewhat difficult to configure on the command
      line at<br>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; present; you may find it more convenient to use the PHENIX
      GUI.<br>
      &nbsp;&nbsp;&nbsp; <br>
      Attempting to guess labels for outputf71c.mtz...<br>
      Attempting to guess R-free label for outputf71c.mtz...<br>
      <br>
      #Final effective parameters:<br>
      table_one {<br>
      &nbsp; structure {<br>
      &nbsp;&nbsp;&nbsp; name = None<br>
      &nbsp;&nbsp;&nbsp; pdb_file = "f71c_refine_006.pdb"<br>
      &nbsp;&nbsp;&nbsp; mtz_file = "outputf71c.mtz"<br>
      &nbsp;&nbsp;&nbsp; data_labels = "IMEAN_wt30Sapo,SIGIMEAN_wt30Sapo"<br>
      &nbsp;&nbsp;&nbsp; r_free_flags.label = "FREE"<br>
      &nbsp;&nbsp;&nbsp; log_file = None<br>
      &nbsp;&nbsp;&nbsp; cif_file = None<br>
      &nbsp;&nbsp;&nbsp; cif_directory = None<br>
      &nbsp;&nbsp;&nbsp; data_type = *xray neutron<br>
      &nbsp; }<br>
      &nbsp; processing {<br>
      &nbsp;&nbsp;&nbsp; parallel = False<br>
      &nbsp;&nbsp;&nbsp; re_compute_r_factors = False<br>
      &nbsp; }<br>
      &nbsp; multiprocessing {<br>
      &nbsp;&nbsp;&nbsp; enable_multiprocessing = True<br>
      &nbsp;&nbsp;&nbsp; method = *mp sge<br>
      &nbsp;&nbsp;&nbsp; nproc = 1<br>
      &nbsp;&nbsp;&nbsp; tmp_dir = None<br>
      &nbsp; }<br>
      &nbsp; output {<br>
      &nbsp;&nbsp;&nbsp; directory = "/home/Demircha/Desktop/test"<br>
      &nbsp;&nbsp;&nbsp; job_title = None<br>
      &nbsp;&nbsp;&nbsp; show_missing_fields = True<br>
      &nbsp;&nbsp;&nbsp; format = *txt csv *rtf<br>
      &nbsp;&nbsp;&nbsp; base_name = "Table1"<br>
      &nbsp;&nbsp;&nbsp; verbose = "True"<br>
      &nbsp;&nbsp;&nbsp; text_field_separation = 2<br>
      &nbsp; }<br>
      }<br>
      #---end<br>
      <br>
      Running phenix.model_vs_data for all structures. . .<br>
      <br>
      &nbsp; Multiple segs<br>
      &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; '&nbsp;&nbsp;&nbsp; '&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 12<br>
      &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 'A&nbsp;&nbsp; '&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 12<br>
      <br>
      &nbsp; Use --do-all to process all residues not in internal library<br>
      &nbsp;&nbsp;&nbsp; <br>
      Traceback (most recent call last):<br>
      &nbsp; File
      "/xsoft/phenix-dev-978/build/intel-linux-2.6-x86_64/../../phenix/phenix/command_line/table_one.py",
      line 7, in &lt;module&gt;<br>
      &nbsp;&nbsp;&nbsp; use_current_directory_if_not_specified=True)<br>
      &nbsp; File
      "/xsoft/phenix-dev-978/phenix/phenix/automation/table_one.py",
      line 424, in run<br>
      &nbsp;&nbsp;&nbsp; out=out).collected_stats<br>
      &nbsp; File
      "/xsoft/phenix-dev-978/phenix/phenix/automation/statistics.py",
      line 173, in __init__<br>
      &nbsp;&nbsp;&nbsp; results.append(run_model_vs_data(structure))<br>
      &nbsp; File
      "/xsoft/phenix-dev-978/phenix/phenix/automation/statistics.py",
      line 93, in run_model_vs_data<br>
      &nbsp;&nbsp;&nbsp; log=null_out())<br>
      &nbsp; File
      "/xsoft/phenix-dev-978/cctbx_project/mmtbx/model_vs_data.py", line
      744, in run<br>
      &nbsp;&nbsp;&nbsp; mmtbx_pdb_file.set_ppf(stop_if_duplicate_labels = False)<br>
      &nbsp; File "/xsoft/phenix-dev-978/cctbx_project/mmtbx/utils.py", line
      1819, in set_ppf<br>
      &nbsp;&nbsp;&nbsp; silent=True,<br>
      &nbsp; File
      "/xsoft/phenix-dev-978/elbow/elbow/scripts/elbow_on_pdb_file.py",
      line 2310, in run<br>
      &nbsp;&nbsp;&nbsp; model_vs_data=model_vs_data,<br>
      &nbsp; File
      "/xsoft/phenix-dev-978/elbow/elbow/scripts/elbow_on_pdb_file.py",
      line 732, in elbow_on_pdb_file<br>
      &nbsp;&nbsp;&nbsp; molecule = extract_polymer_unit(pdb_inp, molecule, code)<br>
      &nbsp; File
      "/xsoft/phenix-dev-978/elbow/elbow/scripts/elbow_on_pdb_file.py",
      line 213, in extract_polymer_unit<br>
      &nbsp;&nbsp;&nbsp; if residue_group.resseq.strip() ==
      molecule.GetSequenceID().strip(): continue<br>
      &nbsp; File
      "/xsoft/phenix-dev-978/elbow/elbow/chemistry/SimpleMoleculeClass.py",
      line 1575, in GetSequenceID<br>
      &nbsp;&nbsp;&nbsp; assert 0<br>
      AssertionError<br>
      <br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
phenixbb mailing list
<a class="moz-txt-link-abbreviated" href="mailto:phenixbb@phenix-online.org">phenixbb@phenix-online.org</a>
<a class="moz-txt-link-freetext" href="http://phenix-online.org/mailman/listinfo/phenixbb">http://phenix-online.org/mailman/listinfo/phenixbb</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>