You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -28,16 +28,17 @@ Within each custom configuration file the following variables can be defined:
28
28
|`ref_gtf`|__Required__| Path to the GTF/GFF file formatted for STARsolo. |
29
29
|`ref_gtf_alt`| Optional | Path to the GTF/GFF file formatted specifically for analysis with Parse Biosciences / CellRanger pipeline. Defaults to the same path as `ref_gtf`. |
30
30
|`run_method`| Optional | Method of running the pre-processing pipeline, demonstrated in the [pipeline diagram](img/Preprocs_Pipeline.png), currently either `"standard"` or `"geneext_only"`. Default is set to `"standard"`. |
31
+
|`mapping_software`| Optional | Software used to map reads (must be one of the following: `"starsolo"`, `"alevin"`, `"both"/"alevin_starsolo"` or `"alevin_subsampled_starsolo"`). Default set to `"starsolo"`. |
31
32
|`perform_demultiplexing`| Optional | Boolean flag to enable or disable demultiplexing of the FASTQ files, where applicable. Default is `true`. |
32
33
|`seqspec_file`| Optional | Path to the seqspec file. |
34
+
|`subsample_nreads`| Optional | The size (number of reads) of the subset used to map to STARsolo, in case the parameter `mapping_software = alevin_subsampled_starsolo`. Default set to `100000000` reads. |
|`mapping_software`| Optional | Software used to map reads (must be one of the following: `"starsolo"`, `"alevin"` or `"both"`). Default set to `"starsolo"`. |
41
42
|`star_index`| Optional | Path to the pre-generated STAR index. By default the STAR index is created within the pipeline.|
42
43
|`star_genomeSAindexNbases`| Optional | Lenght of the SA pre-indexing string in STAR. See [protocol-specific defaults](../conf/seqtech_parameters.config) set in the seqtech_paramaters.config file. |
43
44
|`star_genomeSAsparseD`| Optional | Suffix array sparsity in STAR. See [protocol-specific defaults](../conf/seqtech_parameters.config) set in the seqtech_paramaters.config file. |
@@ -76,7 +77,8 @@ Within each custom configuration file the following variables can be defined:
|`perform_cellbender`| Optional | Boolean flag to enable or disable removal of ambient RNA using CellBender. Default is `false`. |
99
+
|`cellbender_extraargs`| Optional | Provide extra arguments to the CellBender function as a string. Refer to the [CellBender manual](https://cellbender.readthedocs.io/en/latest/reference/index.html) for options. |
0 commit comments