Skip to content

Commit

Permalink
Merge pull request #8 from Australian-Imaging-Service/tutorial
Browse files Browse the repository at this point in the history
Added NIF-ASM Tutorial
  • Loading branch information
tclose authored Aug 19, 2024
2 parents a1f1547 + bbc34fa commit 14a6965
Show file tree
Hide file tree
Showing 3 changed files with 370 additions and 1,387 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
submodules: recursive # Fetch Hugo themes (true OR recursive)
fetch-depth: 1 # Fetch all history for .GitInfo and .Lastmod
# TODO: Need a unique key we can pass, but as we're targeting
# arcana@master, this is not trivial.
#
# - name: Cache dependencies
# uses: actions/cache@v1
Expand All @@ -47,7 +46,7 @@ jobs:
- name: Install python dependencies
run: pip install -r ./requirements.txt
- name: Generate pipeline docs
run: arcana deploy make-docs specs/australian-imaging-service-community docs/pipelines --flatten --default-data-space arcana.common:Clinical
run: pydra2app make-docs specs/australian-imaging-service-community docs/pipelines --flatten --default-data-space common:Clinical
- uses: actions/upload-artifact@v3
with:
name: built-docs
Expand Down Expand Up @@ -174,7 +173,7 @@ jobs:
pip install -e ./src/$pkg
done
fi
arcana deploy make-app specs/australian-imaging-service-community xnat:XnatApp \
pydra2app make xnat specs/australian-imaging-service-community \
--registry ghcr.io --check-registry --clean-up --tag-latest --loglevel info \
--release pipelines-community-metapackage $VERSION $OPTIONS
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pydra2app-xnat >=0.51
pydra2app-xnat >=0.6.2

Loading

0 comments on commit 14a6965

Please sign in to comment.