Changes between Version 59 and Version 60 of SOP/scRNA-seq


Ignore:
Timestamp:
08/08/24 11:45:22 (5 months ago)
Author:
gbell
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SOP/scRNA-seq

    v59 v60  
    4848        * Filter the gtf to include only a subset of the annotated gene biotypes, for example,
    4949{{{
    50 bsub cellranger mkgtf Homo_sapiens.GRCh38.93.gtf Homo_sapiens.GRCh38.93.filtered.gtf --attribute=gene_biotype:protein_coding
     50sbatch --partition=20 --job-name=mkgtf --mem=32G --wrap "cellranger mkgtf Homo_sapiens.GRCh38.93.gtf Homo_sapiens.GRCh38.93.filtered.gtf --attribute=gene_biotype:protein_coding"
    5151}}}
    5252        * Create the cellranger index using a command such as
    5353{{{
    54 bsub cellranger mkref --genome=MyGenome --fasta=genome.fa --genes=Genes.filtered.gtf --ref-version=1.0
     54sbatch --partition=20 --job-name=mkgtf --mem=32G --wrap "cellranger mkref --genome=MyGenome --fasta=genome.fa --genes=Genes.filtered.gtf --ref-version=1.0"
    5555}}}
    5656      * Optional: How to create a STAR index with parameters different than the defaults
     
    6161      * Run the actual [https://support.10xgenomics.com/single-cell-gene-expression/software/pipelines/latest/using/count 'cellranger count'] command using syntax like
    6262{{{
    63 bsub cellranger count --id=ID --fastqs=PATH --transcriptome=DIR --sample=SAMPLE_LIST --project=PROJECT
     63sbatch --partition=20 --job-name=cr_count --mem=32G --wrap "cellranger count --id=ID --fastqs=PATH --transcriptome=DIR --sample=SAMPLE_LIST --project=PROJECT"
    6464}}}
    6565