You can subscribe to this list here.
| 2003 |
Jan
|
Feb
(13) |
Mar
(1) |
Apr
(17) |
May
(26) |
Jun
(35) |
Jul
(28) |
Aug
(17) |
Sep
(11) |
Oct
(42) |
Nov
(16) |
Dec
(7) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2004 |
Jan
(11) |
Feb
(3) |
Mar
(4) |
Apr
(9) |
May
(4) |
Jun
(19) |
Jul
(12) |
Aug
(12) |
Sep
(33) |
Oct
(3) |
Nov
(16) |
Dec
(34) |
| 2005 |
Jan
(59) |
Feb
(25) |
Mar
(9) |
Apr
(11) |
May
(8) |
Jun
(30) |
Jul
(18) |
Aug
(8) |
Sep
(12) |
Oct
(13) |
Nov
(29) |
Dec
(14) |
| 2006 |
Jan
(11) |
Feb
(2) |
Mar
(15) |
Apr
(11) |
May
(23) |
Jun
(14) |
Jul
(4) |
Aug
(19) |
Sep
(3) |
Oct
(34) |
Nov
(7) |
Dec
(7) |
| 2007 |
Jan
(2) |
Feb
(11) |
Mar
(15) |
Apr
|
May
(21) |
Jun
(17) |
Jul
(8) |
Aug
(2) |
Sep
|
Oct
|
Nov
|
Dec
(1) |
| 2008 |
Jan
|
Feb
(9) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
|
Dec
(6) |
| 2009 |
Jan
|
Feb
|
Mar
|
Apr
(3) |
May
|
Jun
|
Jul
|
Aug
(4) |
Sep
|
Oct
|
Nov
|
Dec
(12) |
| 2010 |
Jan
|
Feb
(2) |
Mar
(3) |
Apr
(2) |
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| S | M | T | W | T | F | S |
|---|---|---|---|---|---|---|
|
|
|
|
|
1
|
2
(1) |
3
|
|
4
|
5
(1) |
6
|
7
|
8
|
9
|
10
|
|
11
|
12
|
13
|
14
|
15
|
16
|
17
|
|
18
|
19
|
20
|
21
|
22
|
23
|
24
|
|
25
|
26
|
27
|
28
|
29
|
30
|
|
|
From: Erin <she...@um...> - 2010-04-05 21:45:27
|
Hello,
I think I've found another bug in the session monitor. When I try to load
an ".ess" file into the monitor I get the following error:
Loading Script file
/home/erin/Desktop/Mitochondrion-20100316/modelingFiles/seahorseExperiment.ess
Can't load
[/home/erin/Desktop/Mitochondrion-20100316/modelingFiles/seahorseExperiment.ess]
Traceback (most recent call last):
File "/usr/lib/python2.6/dist-packages/ecell/ui/osogo/MainWindow.py", line
537, in __loadData
self.theSession.loadScript( aFileName )
File
"/usr/lib/python2.6/dist-packages/ecell/ui/osogo/GtkSessionMonitor.py", line
552, in loadScript
Session.loadScript (self, ecs, parameters )
AttributeError: class Session has no attribute 'loadScript'
I'm using E-Cell 3.2.0p2 and Ubuntu Linux 9.10.
Thanks,
Erin
--
Erin Rachael Shellman
The University of Michigan
Bioinformatics PhD Candidate
http://www.erinshellman.com
she...@um...
(937) 321.1129
|
|
From: Moriyoshi K. <mo...@ri...> - 2010-04-02 10:01:37
|
The GUI interface apparently got stuck because the step interval of
the stepper ended up being excessively large with little activities of
the associated processes. You need to set MaxStepInterval to a value
large enough in such cases.
-- moriyoshi
On Tue, Mar 30, 2010 at 12:47 AM, Erin <she...@um...> wrote:
> Hello,
>
> I'm having a lot of problems developing models because when I try to
> test them the Osogo session monitor hangs and crashes. To simplify I
> tried to use the sample em file from page 10 of the E-Cell handbook
> ("ecell3-users-manual-0606.pdf"), however this simple em also crashes
> the Osago session monitor when I try to run the model. I get no
> errors when loading the model. I'm not sure how to get an error log
> when this happens so I can't be more specific, but I recommend that
> you try to run the sample em also and see whether it causes the
> monitor to hang.
>
> I am using E-Cell 3.2.0p1 on Ubuntu 9.10.
>
> Thank you,
>
> Erin
>
> The em I'm using from page 10 is below:
>
> Stepper ODEStepper( ODE_1 )
> {
> # no property
> }
> System System( / )
> {
> StepperID ODE_1;
>
> Variable Variable( SIZE )
> {
> Value 1e-18;
> }
>
> Variable Variable( S )
> {
> Value 10000;
> }
>
> Variable Variable( P )
> {
> Value 0;
> }
>
> Process MassActionFluxProcess( E )
> {
> Name "A mass action from S to P."
> k 1.0;
>
> VariableReferenceList [ S0 :.:S -1 ]
> [ P0 :.:P 1 ];
> }
> }
>
> --
> Erin Rachael Shellman
> The University of Michigan
> Bioinformatics PhD Candidate
> http://www.erinshellman.com
> she...@um...
> (937) 321.1129
>
> ------------------------------------------------------------------------------
> Download Intel® Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> _______________________________________________
> Ecell-devel mailing list
> Ece...@li...
> https://lists.sourceforge.net/lists/listinfo/ecell-devel
>
|