Skip to content

Commit 0b09e9f

Browse files
committed
Added nextflow command line
1 parent d94bbdc commit 0b09e9f

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

GoogleCloud/Submodule_02_basic_assembly.ipynb

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,7 @@
180180
"metadata": {},
181181
"outputs": [],
182182
"source": [
183-
"!NXF_VER=22.10.1 ./nextflow run ./TransPi/TransPi.nf \\\n",
184-
"-profile docker --k 17,25,43 --maxReadLen 50 --all "
183+
"!nextflow run main.nf --input test_samplesheet.csv -profile test,docker -c conf/test_params.config --run_mode full "
185184
]
186185
},
187186
{
@@ -345,7 +344,11 @@
345344
]
346345
}
347346
],
348-
"metadata": {},
347+
"metadata": {
348+
"language_info": {
349+
"name": "python"
350+
}
351+
},
349352
"nbformat": 4,
350353
"nbformat_minor": 5
351354
}

GoogleCloud/Submodule_04_google_batch_assembly.ipynb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -416,8 +416,7 @@
416416
"metadata": {},
417417
"outputs": [],
418418
"source": [
419-
"!NXF_VER=22.10.1 ./nextflow run ./TransPi/TransPi.nf \\\n",
420-
"-profile gcb --k 17,25,43 --maxReadLen 50 --all -resume"
419+
"!nextflow run main.nf --input test_samplesheet.csv -profile test,docker,gbatch -c conf/test_params.config --run_mode full "
421420
]
422421
},
423422
{

0 commit comments

Comments
 (0)