Michael Notter

Results 46 comments of Michael Notter

I assume that we're interested in the `- ls (List known computation resources, images and environments)` command of `niceman`? For this to work, you need to specify a `config.cfg` file....

Hi @Shotgunosine - That's a very good question! My intuition was to either use a `MapNode` or to have a node with `iterables` that feeds the input from a list...

@djarecka, no worries. I will wait with any merge until the other PR is finished.

Hi @jooh - I haven't run the tutorial with singularity yet, so I'm not sure how much I can be of help. But I might be able to give you...

The `introduction_quickstart_non-neuroimaging` notebook is showing the `JoinNode`. Is this enough or should we also have a `JoinNode` example in the neuroimaging version of the quickstart?

That it crashes when you want to run the workflow means that the workflow itself is ok (i.e. the connections are all valid), but that something happend during the execution....

The input shouldn't be created. Those paths should lead to the actual files on your system. Make sure that the `base_directory` path of `selectfiles` points to your data: ```python selectfiles...

Hmm.. So, it got further but broke again. Not sure, but there seems to be an issue with a character in the filename. Could you also share the content of...

This should be in your `workingdir`. Or in your case it might be under `/home/netlab/nipype/tutorial/preproc`. Also, how big is your data folder, i.e. can you open the input image that...

@djarecka - I'm all for moving the examples to the tutorial, but I have two concerns: 1. Some of those workflows might be out of shape or obsolete. Which ones...