Skip to content

Commit

Permalink
add header string
Browse files Browse the repository at this point in the history
  • Loading branch information
36000 committed Oct 9, 2020
1 parent b1f8cd9 commit f1e786f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions examples/cloudknot_example.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
"""
==============================
Using cloudknot to run pyAFQ on AWS batch:
==============================
The following is an example of running tractometry on AWS using a
software called cloudknot: https://nrdg.github.io/cloudknot/
"""

# import cloudknot and set the correct region
import cloudknot as ck
ck.set_region('us-east-1')
Expand Down

0 comments on commit f1e786f

Please sign in to comment.