Menu

SVN archive Commit Log


Commit Date  
[r13317] by bugman

The Execute.run_analysis() base class method has been created.

This raises a RelaxImplementError if called!

2011-06-29 15:39:12 Tree
[r13316] by bugman

The run() thread (and pseudo-thread) method has been shifted to the Execute class.

The derived classes must now provide the run_analysis() method.

2011-06-29 15:37:02 Tree
[r13315] by bugman

A dummy join() method has been created to make the non-threaded execution behave like a thread.

2011-06-29 15:34:22 Tree
[r13314] by bugman

Simplification of the threading setup in the Rx analyses.

2011-06-29 15:21:36 Tree
[r13313] by bugman

Modified the threading execution of the GUI analyses.

The class gui.analyses.execute.Execute has been created to be a base class for all the analysis
threads. The specific analyses then only need to derive from this by providing the run() method.
All of the threaded vs. non-threaded, exception handling, and other threaded properties will then
be handed by this class.

2011-06-29 15:21:00 Tree
[r13312] by bugman

Fix for the sequence data in assemble_data().

2011-06-29 14:11:45 Tree
[r13311] by bugman

Removed an unused import.

2011-06-29 14:11:20 Tree
[r13310] by bugman

Fixed the import of the threading module.

2011-06-29 14:08:37 Tree
[r13309] by bugman

Removed an unused import.

2011-06-29 14:08:22 Tree
[r13308] by bugman

The higher level threading.Thread class is being used rather than thread.start_new_thread().

This matches the NOE analysis changes of r13255.

2011-06-29 14:07:14 Tree
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.