forked from onuryukselen/cellranger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnextflow.config
executable file
·19 lines (13 loc) · 1.73 KB
/
nextflow.config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// Process Parameters:
// Process Parameters for MultiQC:
params.MultiQC.multiqc_parameters = "" //* @input @description:"optional multiqc parameters"
// Process Parameters for Count:
params.Count.cell_ranger_count_parameters = "" //* @input @description:"Specify optional parameters here."
params.Count.expected_cells = 3000 //* @input @description:"Expected number of recovered cells. Default: 3000 cells."
params.Count.chemistry = "auto" //* @dropdown @options:"auto","threeprime","fiveprime","SC3Pv1","SC3Pv2","SC3Pv3","SC5P-PE","SC5P-R2" @description:"Assay configuration. You should only specify chemistry if there is an error in automatic detection. Select one of: auto for autodetection (default),threeprime for Single Cell 3′,fiveprime for Single Cell 5′,SC3Pv1 for Single Cell 3′ v1,SC3Pv2 for Single Cell 3′ v2,SC3Pv3 for Single Cell 3′ v3,SC5P-PE for Single Cell 5′ paired-end (both R1 and R2 are used for alignment),SC5P-R2 for Single Cell 5′ R2-only (where only R2 is used for alignment)."
params.Count.publish_barcode_features_matrix_files_into_reports = "no" //* @dropdown @options:"yes","no" @description:"By default, barcodes.tsv.gz features.tsv.gz matrix.mtx.gz files are published to your report directory. If you select this option yes, these files will be published to the Dolphinnext reports tab, too."
// Process Parameters for Cell_Ranger_Aggr:
params.Cell_Ranger_Aggr.aggregate_run_id = "aggr_libraries" //* @input @description:"A unique run ID string: e.g. AGG123"
params.Cell_Ranger_Aggr.normalizeDepth = "mapped" //* @dropdown @options:"mapped","none" @description:"Specify how to normalize depth across the input libraries.Valid values: mapped (default), or none"
// Pipeline Config:
$HOSTNAME='default'