This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import pandas as pd | |
from tedana import workflows | |
import json | |
import os | |
import re | |
# Use argparse to pass arguments identify where bids and fmriprep info is information | |
parser = argparse.ArgumentParser( | |
description='Give me a path to your fmriprep output and number of cores to run') | |
parser.add_argument('--fmriprepDir',default=None, type=str,help="This is the full path to your fmriprep dir") |