Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨ Add post-run scripts note #28

Merged
merged 2 commits into from
May 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 7 additions & 19 deletions docs/mcmicro_02.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,11 @@
"source": [
"```{note}\n",
"\n",
"This notebook serves as a demo for how to integrate lamindb with Nextflow runs.\n",
"Typically, you run the Nextflow workflow from the command line or Nextflow tower and then register input and output data with a script.\n",
"Typically, you run the Nextflow workflow from the command line or Seqera Platform and then register input and output data with a script.\n",
"The Seqera Platform allows for [post-run scripts](https://docs.seqera.io/platform/23.4.0/launch/advanced#pre-and-post-run-scripts) that can automate this process.\n",
"```"
]
},
{
"cell_type": "markdown",
"id": "fe9ab200",
"metadata": {},
"source": [
"## Setup"
]
},
{
"cell_type": "markdown",
"id": "b7c8e52d",
Expand Down Expand Up @@ -104,7 +96,11 @@
"cell_type": "code",
"execution_count": null,
"id": "38e83af2",
"metadata": {},
"metadata": {
"tags": [
"hide-output"
]
},
"outputs": [],
"source": [
"!python register_mcmicro_run.py"
Expand Down Expand Up @@ -185,14 +181,6 @@
"source": [
"!lamin delete --force nextflow-mcmicro"
]
},
{
"cell_type": "markdown",
"id": "ce3e6e84",
"metadata": {},
"source": [
"If you are interested in registering bulk RNA-seq data with Lamin, you can have a look at our [nf-core/rnaseq example](https://github.com/laminlabs/nextflow-lamin-usecases/blob/main/nextflow_bulk_rna.ipynb)."
]
}
],
"metadata": {
Expand Down
Loading