Skip to content

Commit

Permalink
πŸ’š Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
falexwolf committed Sep 29, 2023
1 parent c476c8c commit 3f1fbb9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,7 @@ def pull_artifacts(session):
pull_from_s3_and_unpack("redun_lamin_fasta_docs.zip")
Path("redun_lamin_fasta_docs/redun.ipynb").rename("docs/redun.ipynb")
pull_from_s3_and_unpack("nextflow_lamin_usecases_docs.zip")
Path("nextflow_lamin_usecases_docs/guide/bulk_rna_seq.ipynb").rename(
"docs/nextflow.ipynb"
)
Path("nextflow_lamin_usecases_docs/nextflow.ipynb").rename("docs/nextflow.ipynb")
pull_from_s3_and_unpack("snakemake_lamin_usecases_docs.zip")
Path("snakemake_lamin_usecases_docs/bulk_rna_seq.ipynb").rename(
"docs/snakemake.ipynb"
Expand Down

0 comments on commit 3f1fbb9

Please sign in to comment.