Skip to content

Commit

Permalink
πŸ“ Simplified redun usecase
Browse files Browse the repository at this point in the history
  • Loading branch information
falexwolf committed Aug 3, 2023
1 parent 5a1d79b commit 2ce32e9
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def install(session: nox.Session) -> None:
../usecases/registries
../usecases/analyses
redun
../redun
```
"""

Expand Down Expand Up @@ -86,10 +86,7 @@ def pull_artifacts(session):
replace_content("docs/guide/index.md", {OTHER_TOPICS_ORIG: "\n\n"})
# integrations
pull_from_s3_and_unpack("redun_lamin_fasta_docs.zip")
Path("redun_lamin_fasta_docs/guide/1-redun.ipynb").rename("docs/guide/redun.ipynb")
Path("redun_lamin_fasta_docs/guide/2-redun-run.ipynb").rename(
"docs/guide/redun-run.ipynb"
)
Path("redun_lamin_fasta_docs/guide/1-redun.ipynb").rename("docs/redun.ipynb")
# usescases
pull_from_s3_and_unpack("lamin_usecases_docs.zip")
Path("docs/usecases").mkdir()
Expand Down

0 comments on commit 2ce32e9

Please sign in to comment.