Skip to content

Commit

Permalink
Update step1_par.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
fiorini9 authored Nov 10, 2023
1 parent 39c0745 commit 268dc59
Showing 1 changed file with 21 additions and 6 deletions.
27 changes: 21 additions & 6 deletions scrnabox.slurm/hto/pars/step1_par.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,32 @@ par_pattern= "5P(BC)"
par_sequence= c("AGGACCATCCAA","ACATGTTACCGT", "AGCTTACTATCC", "TCGATAATGCGA", "GAGGCTGAGCTA", "GTGTGACGTATT", "ACTGTCTAACGG","TATCACATCGGT")


############################################################################
# CellRanger counts pipeline parameters
############################################################################
###################################################################################
# CellRanger counts pipeline parameters.
##################################################################################
## path to reference genome
par_ref_dir="/path/to/CellRanger/reference/genome"
par_ref_dir='/path/to/CellRanger/reference/genome'

## Minimum number of bases to retain for R1 sequence of gene expression assay. If you want to use this parameter uncomment the line below and define your par_r1_length.
#par_r1_length=20

## Minimum number of bases to retain for R2 sequence of gene expression assay. If you want to use this parameter uncomment the line below and define your par_r2_length.
#par_r2_length=20

## For clusters whose job managers do not support memory requests, it is possible to request memory in the form of cores. This option will scale up the number of threads requested via the MRO_THREADS variable according to how much memory a stage requires when given to the ratio of memory on your nodes.
par_mempercode=30

## If you want CellRnager to include introns when producing the gene expression matrices set the following parameter to "yes", otherwise keep the default as "no".
par_include_introns="no"
## If you want CellRnager to include introns when producing the gene expression matrices set the following parameter to "yes", otherwise keep the default as "no".
#par_include_introns="no"

## If you want to turn off CellRanger's target UMI filtering subpipeline uncomment the parameter below.
#par_no_target_umi_filter="no"

## If you want to specify the number of expected cells, uncomment the parameter below and enter the value. By default, CellRanger's auto-estimate algorithm will be used.
#par_expect_cells=6000

## If you want to force the CellRanger count pipeline to use a certain number of cells, uncomment the parameter below and enter the number of cells
#par_force_cells=6000

## If you want to skip the bam file generation, uncomment the parameter below.
#par_no_bam="no"

0 comments on commit 268dc59

Please sign in to comment.