Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Koncopd committed Sep 23, 2024
1 parent 713f779 commit de3dff0
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion docs/mcmicro.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,30 @@
"# clean up the test instance:\n",
"!lamin delete --force nextflow-mcmicro"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "9024699a",
"metadata": {},
"outputs": [],
"source": [
"from pathlib import Path\n",
"import os"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "b2548ef6",
"metadata": {},
"outputs": [],
"source": [
"cwd = Path.cwd()\n",
"os.write(1, f\"{ln.settings.storage.cache_dir}\\n\".encode())\n",
"os.write(1, f\"{cwd}\\n\".encode())\n",
"os.write(1, f\"{cwd.exists()}\\n\".encode())"
]
}
],
"metadata": {
Expand All @@ -239,7 +263,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.1.-1"
"version": "3.9.17"
},
"nbproject": {
"id": "8124Vtle6ZrO",
Expand Down

0 comments on commit de3dff0

Please sign in to comment.