Coder Social home page Coder Social logo

miykael / nipype-beginner-s-guide Goto Github PK

View Code? Open in Web Editor NEW
36.0 10.0 33.0 115.94 MB

Beginner's guide for Nipype

Home Page: http://miykael.github.com/nipype-beginner-s-guide/

License: BSD 3-Clause "New" or "Revised" License

Shell 3.45% Python 62.43% Makefile 8.36% CSS 14.00% HTML 11.75%
python nipype tutorial neuroimaging

nipype-beginner-s-guide's Issues

reconall error in script tutorial_2_recon_python.py

Hi,

I am trying to run this script and am getting an error of reconall at line 41 since that is not defined anywhere in the script. Do I need to do something else to make the script work ?

Appreciate the effort put in creating these scripts.

Error: tutorial_1_create_dataset.sh - No such file or directory

Running OS X Version 10.11.4 with BASH version: 3.2.57(1)-release

It seems like the for loop on line 17 has a different behaviour depending on the BASH version you use:

for id in {01..10}

The output I get is:

0
1
2
3
4
5
6
7
8
9
10

There seems to be no padding zeros for the values that are single digit. This results in the script not being able to find any of the subject folders.

Changing line 17 to the following seemed to have fixed the issue for me:

for id in $(seq -w 1 10)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.