error while running relax-GUI tutorial

2014-11-17 Thread Prem Raj Joseph
Hello all, I was using the GUI version of the software to run the tutorial available in the manual for analysis of relaxation dispersion. When i execute the run I get the following error RelaxPipeError: RelaxError: The data pipe 'R2eff - relax_disp (Mon Nov 17 10:50:08 2014)' already exists. Not

Re: error while running relax-GUI tutorial

2014-11-19 Thread Prem Raj Joseph
pend("800_"+f.split(".in.bis_sparky")[0]+'b') >> >> # Then Read >> spectrum.read_intensities(file=flist800rep, spectrum_id=ID800rep) >> >> # Then map replicated >> for b_id in ID800rep: >> a_id = b_id[:-1] >> spectrum.replicated(spectru

Re: error while running relax-GUI tutorial

2014-11-19 Thread Prem Raj Joseph
gt; >> flist800 = glob.glob('*.in_sparky') > >> flist800 = sort_filenames(filenames=flist800) > >> > >> # Make ID > >> ID800 = [] > >> for f in flist800: ID800.append("800_"+f.split(".in_sparky")[0]) > >>

Re: error while running relax-GUI tutorial

2014-11-19 Thread Prem Raj Joseph
= sort_filenames(filenames=flist800) > >> > >> # Make ID > >> ID800 = [] > >> for f in flist800: ID800.append("800_"+f.split(".in_sparky")[0]) > >> > >> # Then Read > >> spectrum.read_intensities(file=flist800, spectrum_id=ID8