Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cellranger-count
Manage
Activity
Members
Labels
Plan
Issues
3
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
Package Registry
Container Registry
Operate
Environments
Terraform modules
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
Astrocyte
Workflows
Strand Lab
cellranger-count
Commits
6f64ef3c
Commit
6f64ef3c
authored
1 year ago
by
John Lafin
Browse files
Options
Downloads
Patches
Plain Diff
Update docs
parent
75d67e38
Branches
Branches containing commit
Tags
Tags containing commit
2 merge requests
!4
Multisample
,
!3
Multisample
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+21
-16
21 additions, 16 deletions
README.md
astrocyte_pkg.yml
+1
-1
1 addition, 1 deletion
astrocyte_pkg.yml
with
22 additions
and
17 deletions
README.md
+
21
−
16
View file @
6f64ef3c
...
@@ -15,24 +15,29 @@ file of aligned reads. These outputs can then be used for downstream analysis.
...
@@ -15,24 +15,29 @@ file of aligned reads. These outputs can then be used for downstream analysis.
## Parameters
## Parameters
-
Sample: The name of the sample. This should match the sample
name of the fastq files.
-
Fastq: The fastq files for the sample. Regardless of the files that are
-
Fastq: The fastq files for the sample. Regardless of the files that are
selected, only those matching the sample name will be included.
selected, only those matching the sample name will be included.
-
Reference: Which reference genome to use. Current choices are
hg38 and mm10.
-
sample_sheet: This is a file with the following named columns:
-
expectCells: How many cells are expected to be present. Leave at
the default (0) to automatically estimate. This may be manually set if
- **sample**: The name of the sample. This must match the prefix of the associated fastq files.
the estimate is inaccurate.
- **reference**: Which reference genome to use. This workflow currently supports the values "hg38" or "mm10".
-
Chemistry: The chemistry used to create the library. Automatic detection
- **expectCells**: The number of cells expected from this sample. Set to "0" for auto-detection.
is recommended, but if the library chemistry is
**3'v1**
or
**multiome GEX**
,
- **chemistry**: The chemistry used to generate libraries. Set to "auto" for auto-detection.
you must set these manually.
Note that if the chemistry is 3' v1 or you're analyzing GEX data alone generated from
-
Introns: Should intronic reads be counted? Recommended to
multiome, you must set this explicitly. Possible values:
keep true. Note that this
**must**
be true to process data from single nucleus
- "auto": auto detect
suspensions.
- "SC3Pv1": Single cell 3' v1
-
noBam: Should the pipeline skip generating a bam file?
- "SC3Pv2": Single cell 3' v2
Bam file generation is recommended, but it may be skipped to reduce file
- "SC3Pv3": Single cell 3' v3
size output and speed up processing time.
- "SC3Pv3LT": Single cell 3' v3 LT
- "SC3Pv3HT": Single cell 3' v3 HT
- "SC5P-PE": Single cell 5' paired-end
- "SC5P-R2": Single cell 5' R2-only
- "ARC-v1": GEX only from multiome
- introns (true/false): Whether to count intronic reads.
- noBam (true/false): Whether to skip bam file generation. This will save some time and space, but
bam files may be required for downstream analysis and/or deposition into public databases.
## Questions
## Questions
...
...
This diff is collapsed.
Click to expand it.
astrocyte_pkg.yml
+
1
−
1
View file @
6f64ef3c
...
@@ -23,7 +23,7 @@ description: |
...
@@ -23,7 +23,7 @@ description: |
#### New Features in Astrocyte 0.4.0 and above ####
#### New Features in Astrocyte 0.4.0 and above ####
citation
:
|
citation
:
|
Nextflow 2
2
.04.
5
: https://www.nextflow.io/
Nextflow 2
3
.04.
3
: https://www.nextflow.io/
10x Genomics Cell Ranger 7.1.0: https://support.10xgenomics.com/single-cell-gene-expression/software/pipelines/latest/what-is-cell-ranger
10x Genomics Cell Ranger 7.1.0: https://support.10xgenomics.com/single-cell-gene-expression/software/pipelines/latest/what-is-cell-ranger
Please acknowledge support in publications:
Please acknowledge support in publications:
...
...
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