JiscMail Logo
Email discussion lists for the UK Education and Research communities

Help for CCPNMR Archives


CCPNMR Archives

CCPNMR Archives


CCPNMR@JISCMAIL.AC.UK


View:

Message:

[

First

|

Previous

|

Next

|

Last

]

By Topic:

[

First

|

Previous

|

Next

|

Last

]

By Author:

[

First

|

Previous

|

Next

|

Last

]

Font:

Proportional Font

LISTSERV Archives

LISTSERV Archives

CCPNMR Home

CCPNMR Home

CCPNMR  October 2005

CCPNMR October 2005

Options

Subscribe or Unsubscribe

Subscribe or Unsubscribe

Log In

Log In

Get Password

Get Password

Subject:

new releases

From:

Wayne Boucher <[log in to unmask]>

Reply-To:

CcpNmr software mailing list <[log in to unmask]>

Date:

Wed, 12 Oct 2005 13:25:20 +0100

Content-Type:

TEXT/PLAIN

Parts/Attachments:

Parts/Attachments

TEXT/PLAIN (130 lines)

Hello,

There are now new releases, 1.0.8 for the FormatConverter and 1.0.6 for
Analysis.  Wim can tell you about the FormatConverter changes.  For
Analysis changes, see the long list at the bottom (and there are probably
things we forgot to mention there).

The main really important thing to note is that from this release we are
shipping Python 2.4 instead of Python 2.2.  The reason we made this change
is that most of are using Python 2.4 (the rest on 2.3) and sooner or later
some non-Python-2.2 feature is going to creep in by mistake (this already
happened once in a relatively trivial case).  And there are some 2.3/2.4
features we want to use now (such as booleans really being boolean).  In
fact there is already one 2.3 feature in the code to do with how text
files are opened (fortunately 2.2 silently ignores the 2.3-ness).  For the
next release or two we'll try to avoid relying on non-2.2 features but
assume that sooner or later you should all upgrade to 2.4.  (In theory the
general Python performance is supposed to be much better in these newer
releases, so that in itself is a good reason to upgrade.)

The other thing Analysis users will notice with this new release is that
you will be asked to specify a reference experiment for each experiment
(for both existing experiments and any new you create).  There is not yet
much functionality in Analysis to use this information but looking forward
it's obviously going to be helpful for assignment.  There is a library of
reference experiments that is shipped with Analysis (and the
FormatConverter).  Suggestions are welcome on how this works and whether
anything should be added or modified.

And Analysis also has an update feature which should allow bug fixes to be
grabbed from our server in between releases.  Tim will explain more about
that in another email.

Wayne

**************************************************************

CHANGES:

    * Make Python 2.4 the version which is shipped.
    * There is now a converter for NMRPipe to Azara data formats. The
reason we need this is because NMRPipe data is not blocked and that makes
contouring very slow. For now the script is in
ccpnmr1.0/python/ccpnmr/analysis and is called NmrPipeData.py. To run it
you type "python NmrPipeData.py" and follow the instructions.
    * Make Tk the default graphics handler instead of OpenGL (but you can
still choose OpenGL; this is set in Other -> General Options -> Graphics
Handler).
    * Allow (most of) right-mouse menu to be accessed via keyboard. The
key "u" pops up the menu (the "u" can be changed by the user via the
Macros --> Edit Macros dialog). The "escape" key pops down the menu. You
can navigate inside the menu using the keyboard shortcuts shown in the
menu items.
    * Add some shortcuts: 'j' for scrolling left in z1 (the first
orthogonal dimension); 'k' for scrolling right in z1; 'i' for increasing
the number of contours for the active spectra in a window; 'o' for
decreasing the number of contours; 'e' for moving the contour levels up
for the active spectra in a window; 'r' for moving the contour levels
down.
    * New CcpNmr Software Update functionality under the Project -->
Upgrade menu. Analysis now has a new system to provide file updates
between major releases. Most bug fixed files will be posted on a server
which can be queried for upgrades. The upgrades can be installed only if
the user has write permission to the CcpNmr installation directories.
    * New Edit Experiment Type Popup functionality under the Experiment
--> Experiment Types menu. This allows the user to link experiments to
reference experiments and thus specify the class of experiment in terms of
magnetistion transfer, atom sites, measurements etc. If the user has an
existing project with no reference experiments specified then the user
will be prompted to set the ref experiment types. Otherwise the linking of
reference experiment is only prompted at load time, but may be altered at
any time via the Experiment menu.
    * Peak Selection Popup and Edit Peak List Popup changes. Added [Make
strips] - Makes strips in a window based on the positions of the peaks
selected in the table. Added [Strip locations] this will make strips in
vairous windows, including various orthogonal options, based upon peaks
selected in the table. This is especially useful for making strips in a 3D
window based upon peaks in a 2D spectrum: e.g. You can sort an HSQC by
residue then plot sequential spin systems as strips in a 3D window to look
at sequential connectivity. The volume method is now listed in one of the
columns.
    * Edit Peak List Popup changes. For the peak "Status" filtering
pulldown, an "Intra Spin System" option has been added.
    * Atom Browser changes. You can now select a shift list so that the
assignment status, as indicated by the darkening of atom selections, only
referes to one shift list. There is also the option to ignore shift list
info which displays things the same as previous versions.
    * Browse Constraints Popup changes. You can now specify a structure to
which constraint distances are compared to.
    * Generate Constraints Popup changes. There is now an option to choose
between two different ways of getting a constraint distance from an NOE
peak intensity. The first, as before divides the peak intensity by the
peak list average and looks up a distance class in a table. The second
option "Normalised" makes a couple of simple of corrections before doing
the distance lookup. These are:
          o For 15N HSQC-NOESY peaks the intra residue Hn-Ha peak is
scaled to be of average peak list intensity - i.e within the bin for 2.8
A, and all of the other peaks for the same amide are scaled by the same
amount.
          o For all NOEs, the peak intensity is scaled by the number of
protons represented by each of the resonances - mostly important for
methyls.
      The primary reason for this option is CLOUDS. There is also a
[Calculate ADCs] option which is used to generate non-NOE/anti-distance
constraints for 2D NOESYs. This is really only for the CLOUDS protocol.
    * Confirm Sequential Spin Systems Popup changes. This popup has been
created in anticipation of dealing with the spin system connectivity
information obtained from automated backbone assignment programs.
    * Edit Spin Systems Popup changes. The [Display Strips] option now
works on multiple spin systems selected from the table.
    * Scrolled Matrix changes. The ScrolledMatrix tables can now make
graphs using columns of data that contain strings provided there are
numerals at the beginning of the string entries. This is especially useful
for graphing residue numbers which are in strings of the the form
'11Ala','12Glu','13Phe' etc.
    * Stand Alone Application Template. Located at
$CCPN_HOME/python/memops/editor/ApplicationTemplate.py this code provides
a basis for creating new appilcation programs. It is separate from the
CcpNmr applications but has the ability of dealing with CCPN projects
(load, save, backup etc)and provides a basis for a menu. Also, this
project launches PopupTemplate.py. to start this type "python -i
ApplicationTemplate.py".
    * Popup Template - gui examples. Located at
$CCPN_HOME/python/editor/PopupTemplate.py this popup is a demonstration of
many of the graphical widgets available within CCPN to create new
applications and macros. This code definitely needs more explanatory code,
but for now should serve as an example of how to use the various GUI
components.
    * Increase default memory for C cache from 64 to 128 megabytes.

Top of Message | Previous Page | Permalink

JiscMail Tools


RSS Feeds and Sharing


Advanced Options


Archives

May 2024
April 2024
March 2024
February 2024
January 2024
December 2023
November 2023
October 2023
September 2023
August 2023
July 2023
June 2023
May 2023
April 2023
March 2023
February 2023
January 2023
December 2022
November 2022
October 2022
September 2022
August 2022
July 2022
June 2022
May 2022
April 2022
March 2022
February 2022
January 2022
December 2021
November 2021
October 2021
September 2021
August 2021
July 2021
June 2021
May 2021
April 2021
March 2021
February 2021
January 2021
December 2020
November 2020
October 2020
September 2020
August 2020
July 2020
June 2020
May 2020
April 2020
March 2020
February 2020
January 2020
December 2019
November 2019
October 2019
September 2019
August 2019
July 2019
June 2019
May 2019
April 2019
March 2019
February 2019
January 2019
December 2018
November 2018
October 2018
September 2018
August 2018
July 2018
June 2018
May 2018
April 2018
March 2018
February 2018
January 2018
December 2017
November 2017
October 2017
September 2017
August 2017
July 2017
June 2017
May 2017
April 2017
March 2017
February 2017
January 2017
December 2016
November 2016
October 2016
September 2016
August 2016
July 2016
June 2016
May 2016
April 2016
March 2016
February 2016
January 2016
December 2015
November 2015
October 2015
September 2015
August 2015
July 2015
June 2015
May 2015
April 2015
March 2015
February 2015
January 2015
December 2014
November 2014
October 2014
September 2014
August 2014
July 2014
June 2014
May 2014
April 2014
March 2014
February 2014
January 2014
December 2013
November 2013
October 2013
September 2013
August 2013
July 2013
June 2013
May 2013
April 2013
March 2013
February 2013
January 2013
December 2012
November 2012
October 2012
September 2012
August 2012
July 2012
June 2012
May 2012
April 2012
March 2012
February 2012
January 2012
December 2011
November 2011
October 2011
September 2011
August 2011
July 2011
June 2011
May 2011
April 2011
March 2011
February 2011
January 2011
December 2010
November 2010
October 2010
September 2010
August 2010
July 2010
June 2010
May 2010
April 2010
March 2010
February 2010
January 2010
December 2009
November 2009
October 2009
September 2009
August 2009
July 2009
June 2009
May 2009
April 2009
March 2009
February 2009
January 2009
December 2008
November 2008
October 2008
September 2008
August 2008
July 2008
June 2008
May 2008
April 2008
March 2008
February 2008
January 2008
December 2007
November 2007
October 2007
September 2007
August 2007
July 2007
June 2007
May 2007
April 2007
March 2007
February 2007
January 2007
December 2006
November 2006
October 2006
September 2006
August 2006
July 2006
June 2006
May 2006
April 2006
March 2006
February 2006
January 2006
December 2005
November 2005
October 2005
September 2005
August 2005
July 2005
June 2005
May 2005
April 2005
March 2005
February 2005
January 2005
December 2004
November 2004
October 2004
September 2004
August 2004
July 2004
June 2004
May 2004
April 2004
March 2004
February 2004
January 2004
December 2003
November 2003
October 2003
September 2003


JiscMail is a Jisc service.

View our service policies at https://www.jiscmail.ac.uk/policyandsecurity/ and Jisc's privacy policy at https://www.jisc.ac.uk/website/privacy-notice

For help and support help@jisc.ac.uk

Secured by F-Secure Anti-Virus CataList Email List Search Powered by the LISTSERV Email List Manager