You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding in a check to the Seurat CITE QC to handle situations where no ADT or HTO features are detected in data even when assays are present.
Adding in support for 2024 reference for ATAC and Multiome pipelines
Add check of libraries.csv file to see if samples have more than one modality associated
Update documentation
Add code to generate some QC plots for RPL and RPS genes for future update
Copy file name to clipboardExpand all lines: docs/usage/genome.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,9 @@ This part of the documentation describes options and concepts for <code>cell-see
7
7
8
8
If a reference genome that does not come with the pipeline, then a custom json file needs to be provided to run.
9
9
10
+
This command does not help with creating the 10x compatible reference itself, that would need to be done separately. 10x documentation about the process can be found for [GEX](https://www.10xgenomics.com/support/software/cell-ranger/latest/analysis/inputs/cr-3p-references), [VDJ](https://www.10xgenomics.com/support/software/cell-ranger/latest/analysis/inputs/cr-5p-references), [ATAC](https://www.10xgenomics.com/support/software/cell-ranger-atac/latest/analysis/inputs/creating-a-reference-package-mkref), and [Multiome](https://www.10xgenomics.com/support/software/cell-ranger-arc/latest/analysis/inputs/mkref)
11
+
12
+
10
13
Creating a custom reference genome file is fast and easy! In its most basic form, <code>cell-seek <b>genome</b></code> only has *one required input* with the optional arguments supplying the reference paths.
print(f"\nWarning: Some samples only have one feature type associated with them! \nWarning: --{{}} {{}} only contains one feature type for some of the samples.\n\
876
+
└── Please note that only one feature type was provided for the following sample(s): {{}} \n\
877
+
If this is correct, these samples do not need to be run using cellranger multi.".format(flag, filename, ','.join(names)))
0 commit comments