Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cellranger_count
Manage
Activity
Members
Labels
Plan
Issues
11
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
BICF
Astrocyte
cellranger_count
Merge requests
!35
Develop
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Develop
develop
into
10-count.features
Overview
0
Commits
12
Pipelines
1
Changes
7
Merged
Gervaise Henry
requested to merge
develop
into
10-count.features
6 years ago
Overview
0
Commits
12
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Viewing commit
ea2289c2
Prev
Next
Show latest version
1 file
+
6
−
5
Expand all files
Preferences
File browser
List view
Tree view
Compare changes
Inline
Side-by-side
Show whitespace changes
Show one file at a time
ea2289c2
Update README.md
· ea2289c2
Gervaise Henry
authored
6 years ago
README.md
+
6
−
5
Options
@@ -19,13 +19,14 @@ To Run:
*
**--fastq**
*
path to the fastq location
*
R1 and R2 only necessary but can include I2
*
only fastq's in designFile (see below) are used, not present will be ignored
*
eg:
**--fastq '/project/shared/bicf_workflow_ref/workflow_testdata/cellranger/cellranger_count/v3s2r100k/\*.fastq.gz'**
*
**--designFile**
*
path to design file (csv format) location
*
column 1 = "Sample"
*
column 2 = "fastq_R1"
*
column 3 = "fastq_R2"
*
can have repeated "Sample" if there are multi
o
le fastq R1/R2 pairs for the samples
*
can have repeated "Sample" if there are multi
p
le fastq R1/R2 pairs for the samples
*
eg:
**--designFile '/project/shared/bicf_workflow_ref/workflow_testdata/cellranger/cellranger_count/v3s2r100k/design.csv'**
*
**--genome**
*
reference genome
@@ -44,7 +45,7 @@ To Run:
*
eg:
**--genome 'GRCh38-3.0.0'**
*
**--genomeLocationFull**
*
path to a custom genome
*
if --genomeLocationFull is used --genome is not necessary and is
overwritten
*
if --genomeLocationFull is used --genome is not necessary and is
ignored
*
eg.
**--genomeLocationFull '/project/apps_database/cellranger/refdata-cellranger-GRCh38-3.0.0'**
*
**--expectCells**
*
expected number of cells to be detected
@@ -57,11 +58,11 @@ To Run:
*
**--forceCells**
*
forces filtering of the top number of cells matching this parameter
*
0-10000
*
if --forceCells is used then --expectedCells is not necessary and is
overwritten
*
if --forceCells is used then --expectedCells is not necessary and is
ignored
*
eg:
**--forceCells 10000**
*
**--kitVersion**
*
the library chemistry version number for the 10x Genomics Gene Expression kit
*
setting to auto will attempt to autodetect from the detected
cycle
strategy in the fastq's
*
setting to auto will attempt to autodetect from the detected
sequencing
strategy in the fastq's
*
version numbers are spelled out
*
--kitversion is only used if --version (cellranger version) is > 2
*
--version (cellranger version) 2.1.1 can only read --kitVersion of two (2)
@@ -69,7 +70,7 @@ To Run:
*
*'auto'*
*
*'three'*
*
*'two'*
*
eg:
**--kitVersion 'three'**
'
*
eg:
**--kitVersion 'three'**
*
**--version**
*
cellranger version
*
--version (cellranger version) 2.1.1 can only read --kitVersion of two (2)