Page 1 of 1
xopen directory path
Posted: Wed Jun 20, 2012 4:16 pm
by rllin
I'm trying to reproduce Poirazi model experiments.
I chmod +x run files and run them with nrngui run.
I run into a complaint regarding all instances of
Code: Select all
xopen("../../path/directory/file.hoc")
NEURON seems to complain about the use of ../../? Any idea what the issue may be?
Re: xopen directory path
Posted: Wed Jun 20, 2012 4:36 pm
by rllin
Fixed. In all cases, I had not compiled my .mod files.
Re: xopen directory path
Posted: Thu Jun 21, 2012 6:01 am
by ted
A common error.
By the way, I realize that the source code for the model you're studying has a very intricate directory structure, but for anyone else who reads this, it's generally best to try to avoid such complexity--makes code maintenance and debugging more difficult. Besides, biology is complex enough itself.
Re: xopen directory path
Posted: Thu Jun 21, 2012 11:55 am
by rllin
Ah, do you have a model you've seen is very well organized?
Re: xopen directory path
Posted: Mon Jun 25, 2012 12:34 pm
by ted
For starters, you might look at any in ModelDB that I have written.