mail[bug #17316] The 'parameter file settings' menu is not functional after a RelaxError due to incorrect column numbers.


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by Edward d Auvergne on December 14, 2010 - 14:47:

URL:
  <http://gna.org/bugs/?17316>

                 Summary: The 'parameter file settings' menu is not
functional after a RelaxError due to incorrect column numbers.
                 Project: relax
            Submitted by: bugman
            Submitted on: Tue 14 Dec 2010 01:47:26 PM GMT
                Category: GUI
                Severity: 4 - Important
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: michaelbieri
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: Branches
        Operating System: All systems

    _______________________________________________________

Details:

= Description =

If a model-free analysis is setup and executed, but the 'parameter file
settings' are incorrect, the error below is shown in the relax controller. 
This is not a problem.  However after this error, the 'parameter file
settings' window does not appear.  This is important as the user will then
have to re-start relax.  It makes the GUI feel very broken.  I'm not sure how
this should be fixed.


== Error message ==

The error message is:

----
Starting model-free calculation
-------------------------------


relax> pipe.create(pipe_name='tm0', pipe_type='mf')

relax>
sequence.read(file='/media/disk/relax/sebastian/for_Edward/PSE-4/relax_gui/consistent_Ambler_500_R2_plus_sequence_erreur_min_mean',
dir=None, spin_id_col=None, mol_name_col=None, res_num_col=2, res_name_col=3,
spin_num_col=4, spin_name_col=5, sep=None, spin_id=None)
Opening the file
'/media/disk/relax/sebastian/for_Edward/PSE-4/relax_gui/consistent_Ambler_500_R2_plus_sequence_erreur_min_mean'
for reading.
Unhandled exception in thread started by 
Traceback (most recent call last):
  File
"/media/disk/relax/branches/bieri_gui/gui_bieri/analyses/auto_model_free.py",
line 866, in execute_thread
    dAuvergne_protocol(save_dir=data.save_dir, diff_model=global_model,
mf_models=data.mf_models, local_tm_models=data.local_tm_models,
pdb_file=data.structure_file, seq_args=data.seq_args, het_name=data.het_name,
relax_data=data.relax_data, unres=data.unres, exclude=data.exclude,
bond_length=data.bond_length, csa=data.csa, hetnuc=data.hetnuc,
proton=data.proton, grid_inc=data.inc, min_algor=data.min_algor,
mc_num=data.mc_num, max_iter=data.max_iter, conv_loop=data.conv_loop)
  File
"/media/disk/relax/branches/bieri_gui/auto_analyses/dauvergne_protocol.py",
line 277, in __init__
    self.multi_model(local_tm=True)
  File
"/media/disk/relax/branches/bieri_gui/auto_analyses/dauvergne_protocol.py",
line 815, in multi_model
    self.interpreter.sequence.read(file=self.seq_args[0],
dir=self.seq_args[1], mol_name_col=self.seq_args[2],
res_num_col=self.seq_args[3], res_name_col=self.seq_args[4],
spin_num_col=self.seq_args[5], spin_name_col=self.seq_args[6],
sep=self.seq_args[7])
  File "/media/disk/relax/branches/bieri_gui/prompt/sequence.py", line 244,
in read
    sequence.read(file=file, dir=dir, spin_id_col=spin_id_col,
mol_name_col=mol_name_col, res_num_col=res_num_col, res_name_col=res_name_col,
spin_num_col=spin_num_col, spin_name_col=spin_name_col, sep=sep,
spin_id=spin_id)
  File "/media/disk/relax/branches/bieri_gui/generic_fns/sequence.py", line
293, in read
    for id in read_spin_data(file=file, dir=dir, file_data=file_data,
spin_id_col=spin_id_col, mol_name_col=mol_name_col, res_num_col=res_num_col,
res_name_col=res_name_col, spin_num_col=spin_num_col,
spin_name_col=spin_name_col, sep=sep, spin_id=spin_id):
  File "/media/disk/relax/branches/bieri_gui/relax_io.py", line 599, in
read_spin_data
    raise RelaxError("No corresponding data could be found within the
file.")
relax_errors.RelaxError: RelaxError: No corresponding data could be found
within the file.

----




    _______________________________________________________

Reply to this item at:

  <http://gna.org/bugs/?17316>

_______________________________________________
  Message sent via/by Gna!
  http://gna.org/




Related Messages


Powered by MHonArc, Updated Thu Dec 30 18:20:19 2010