Skip to content

Commit

Permalink
Add parsl docs to info
Browse files Browse the repository at this point in the history
  • Loading branch information
Oddant1 committed Jul 17, 2024
1 parent 28ea22b commit 79adae3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions q2cli/builtin/info.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,10 @@ def info(config_level):

click.secho('\nGetting help', fg='green')
click.secho('To get help with QIIME 2, visit https://qiime2.org')

# When we have the final docs for this stuff up we should probably replace
# this with a reference to our docs which wil reference the parsl docs
if config_level:
click.secho('To get help with configuring/understanding QIIME 2 '
'parallelization visit '
'https://parsl.readthedocs.io/en/stable/')

0 comments on commit 79adae3

Please sign in to comment.