File tree Expand file tree Collapse file tree 4 files changed +13
-0
lines changed
Expand file tree Collapse file tree 4 files changed +13
-0
lines changed Original file line number Diff line number Diff 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 \
Original file line number Diff line number Diff 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 \
Original file line number Diff line number Diff 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 \
Original file line number Diff line number Diff 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 \
You can’t perform that action at this time.
0 commit comments