Skip to content

Commit

Permalink
adding version information to --help
Browse files Browse the repository at this point in the history
  • Loading branch information
caily committed Oct 15, 2020
1 parent 381e719 commit 3995ef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CODE/dtiQA_v7/run_dtiQA.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def main():

# DEFINE ARGUMENTS

parser = ap.ArgumentParser(description='PreQual (dtiQA v7 Multi): An automated pipeline for integrated preprocessing and quality assurance of diffusion weighted MRI images')
parser = ap.ArgumentParser(description='PreQual (dtiQA v7 Multi) v{}: An automated pipeline for integrated preprocessing and quality assurance of diffusion weighted MRI images. For citation, user guide, and license, please visit github.com/MASILab/PreQual. Created {}.'.format(SHARED_VARS.VERSION, SHARED_VARS.CREATION_DATE))
parser.add_argument('in_dir', help='A path to the INPUTS directory that must contain dtiQA_config.csv')
parser.add_argument('out_dir', help='A path to the OUTPUTS directory')
parser.add_argument('pe_axis', help='Phase encoding axis (direction agnostic) (i.e. i or j)')
Expand Down

0 comments on commit 3995ef9

Please sign in to comment.