https://github.com/cellgeni/various_cellrangers
Various Cellranger Scripts used for different version etc
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (6.8%) to scientific vocabulary
Repository
Various Cellranger Scripts used for different version etc
Basic Info
- Host: GitHub
- Owner: cellgeni
- License: mit
- Language: Shell
- Default Branch: main
- Size: 11.7 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
Cellranger Scripts
This is a repository containing various Cellranger scripts used for different protocols etc. Each script should use the same submission script with the sample file structured the same way.
Cellranger FASTQ naming convention
Cellranger expects FASTQ files to be formatted in a particular manner, they should look like <SAMPLEID>_S*_L00*_R[1|2]_001.fastq.gz.
Common Practices
sample.list- This is a file with a different sample per line. Each line is tab-separated containing a SAMPLEID followed by an absolute path to directory containing fastqs. The SAMPLEID should be the entire name of the FASTQ files for that sample prior to_S*_L00*_R[1|2]_001.fastq.gzsubmit_cellranger.sh- This is a submission script which submits cellranger to a job on the FARM.
Submitting Cellranger
Cellranger is submitted from the command line as followed:
cat sample.list | while read sample fqdir; do /path/to/submit_cellranger.sh /path/to/cellranger_script.sh $sample $fqdir; done
Different versions of cellranger
Each example script here is for a specific version of cellranger (the one used in the request the script was taken from).
If you want a different version replace, check if the version you need is installed inside /software/cellgeni, if it is replace /software/cellgeni/cellranger-version with your desired version.
If it is not installed reach out to the team in order to get it installed there.
Owner
- Name: Cellular Genetics Informatics
- Login: cellgeni
- Kind: organization
- Location: United Kingdom
- Website: https://www.sanger.ac.uk/science/groups/cellular-genetics-informatics
- Repositories: 19
- Profile: https://github.com/cellgeni
Wellcome Sanger Institute
GitHub Events
Total
- Push event: 1
Last Year
- Push event: 1