Skip to content

Commit 3b02ffa

Browse files
committed
Improve RESUME scripts
1 parent 2f75010 commit 3b02ffa

File tree

4 files changed

+13
-0
lines changed

4 files changed

+13
-0
lines changed

examples/RESUME-scautoqc-all1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ nextflow run cellgeni/nf-scautoqc -r main \
1010
--metadata /path/to/metadata/file \
1111
--ss_prefix /path/to/starsolo-results \
1212
--cb_prefix /path/to/cellbender-results \
13+
--cell_or_nuclei cell \
14+
--cellbender_input cellbender_out_filtered.h5 \
15+
--celltypist gut \
1316
--ss_out Gene \
1417
--project_tag project1 \
1518
--batch_key sampleID \

examples/RESUME-scautoqc-all2

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ nextflow run cellgeni/nf-scautoqc -r main \
88
-entry all \
99
--SAMPLEFILE /path/to/sample/file \
1010
--metadata /path/to/metadata/file \
11+
--qc_mode original \
12+
--cellbender_input cellbender_out_filtered.h5 \
13+
--celltypist gut \
1114
--ss_out Gene \
1215
--project_tag project1 \
1316
--batch_key sampleID \

examples/RESUME-scautoqc-onlyqc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ nextflow run cellgeni/nf-scautoqc -r main \
77
--SAMPLEFILE /path/to/sample/file \
88
--ss_prefix /path/to/starsolo-results \
99
--cb_prefix /path/to/cellbender-results \
10+
--qc_mode original \
11+
--cell_or_nuclei cell \
12+
--cellbender_input cellbender_out_filtered.h5 \
13+
--celltypist gut \
1014
--ss_out Gene \
1115
--project_tag project1 \
1216
--batch_key sampleID \

resume/RESUME-scautoqc-all

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ nextflow run cellgeni/nf-scautoqc -r main \
1010
--metadata /path/to/metadata/file \
1111
--ss_prefix /path/to/starsolo-results \
1212
--cb_prefix /path/to/cellbender-results \
13+
--cell_or_nuclei cell \
14+
--cellbender_input cellbender_out_filtered.h5 \
15+
--celltypist gut \
1316
--ss_out Gene \
1417
--project_tag project1 \
1518
--batch_key sampleID \

0 commit comments

Comments
 (0)