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
Commits
ea2289c2
There was a problem fetching the pipeline stages.
Commit
ea2289c2
authored
5 years ago
by
Gervaise Henry
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
717de4dc
Branches
Branches containing commit
Tags
Tags containing commit
2 merge requests
!35
Develop
,
!32
Develop
Pipeline
#3336
passed with stages
in 21 minutes and 10 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+6
-5
6 additions, 5 deletions
README.md
with
6 additions
and
5 deletions
README.md
+
6
−
5
View file @
ea2289c2
...
@@ -19,13 +19,14 @@ To Run:
...
@@ -19,13 +19,14 @@ To Run:
*
**--fastq**
*
**--fastq**
*
path to the fastq location
*
path to the fastq location
*
R1 and R2 only necessary but can include I2
*
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'**
*
eg:
**--fastq '/project/shared/bicf_workflow_ref/workflow_testdata/cellranger/cellranger_count/v3s2r100k/\*.fastq.gz'**
*
**--designFile**
*
**--designFile**
*
path to design file (csv format) location
*
path to design file (csv format) location
*
column 1 = "Sample"
*
column 1 = "Sample"
*
column 2 = "fastq_R1"
*
column 2 = "fastq_R1"
*
column 3 = "fastq_R2"
*
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'**
*
eg:
**--designFile '/project/shared/bicf_workflow_ref/workflow_testdata/cellranger/cellranger_count/v3s2r100k/design.csv'**
*
**--genome**
*
**--genome**
*
reference genome
*
reference genome
...
@@ -44,7 +45,7 @@ To Run:
...
@@ -44,7 +45,7 @@ To Run:
*
eg:
**--genome 'GRCh38-3.0.0'**
*
eg:
**--genome 'GRCh38-3.0.0'**
*
**--genomeLocationFull**
*
**--genomeLocationFull**
*
path to a custom genome
*
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'**
*
eg.
**--genomeLocationFull '/project/apps_database/cellranger/refdata-cellranger-GRCh38-3.0.0'**
*
**--expectCells**
*
**--expectCells**
*
expected number of cells to be detected
*
expected number of cells to be detected
...
@@ -57,11 +58,11 @@ To Run:
...
@@ -57,11 +58,11 @@ To Run:
*
**--forceCells**
*
**--forceCells**
*
forces filtering of the top number of cells matching this parameter
*
forces filtering of the top number of cells matching this parameter
*
0-10000
*
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**
*
eg:
**--forceCells 10000**
*
**--kitVersion**
*
**--kitVersion**
*
the library chemistry version number for the 10x Genomics Gene Expression kit
*
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
*
version numbers are spelled out
*
--kitversion is only used if --version (cellranger version) is > 2
*
--kitversion is only used if --version (cellranger version) is > 2
*
--version (cellranger version) 2.1.1 can only read --kitVersion of two (2)
*
--version (cellranger version) 2.1.1 can only read --kitVersion of two (2)
...
@@ -69,7 +70,7 @@ To Run:
...
@@ -69,7 +70,7 @@ To Run:
*
*'auto'*
*
*'auto'*
*
*'three'*
*
*'three'*
*
*'two'*
*
*'two'*
*
eg:
**--kitVersion 'three'**
'
*
eg:
**--kitVersion 'three'**
*
**--version**
*
**--version**
*
cellranger version
*
cellranger version
*
--version (cellranger version) 2.1.1 can only read --kitVersion of two (2)
*
--version (cellranger version) 2.1.1 can only read --kitVersion of two (2)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment