Skip to content
Snippets Groups Projects
Commit 6f64ef3c authored by John Lafin's avatar John Lafin
Browse files

Update docs

parent 75d67e38
Branches
Tags
2 merge requests!4Multisample,!3Multisample
...@@ -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
......
...@@ -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 22.04.5: https://www.nextflow.io/ Nextflow 23.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:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment