Skip to content

Commit 33fcc1e

Browse files
committed
tested v1.4.0
1 parent 217d296 commit 33fcc1e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Dependencies
101101
- trim\_galore (>=0.6.3), Trimmomatic (>=0.6.3)
102102
- Regulratory Genomics Toolbox (RGT, for footprinting analysis)
103103
- g++ compiler, bzip2, ncurses-devel
104-
- R packaages: devtools, flexdashboard, png, data.table, Matirx, Rcpp, ggplot2, flexmix, optparse, magrittr, readr, Seurat, bedr, gridExtra, ggrepel, kableExtra, viridis, xlsx, RColorBrewer,pheatmap,motifmatchr, chromVAR, chromVARmotifs, SummarizedExperiment, BiocParallel, DESeq2, clusterProfiler, BSgenome.Hsapiens.UCSC.hg38, BSgenome.Mmusculus.UCSC.mm10, VisCello.atac
104+
- R packaages: devtools, flexdashboard, png, data.table, Matirx, Rcpp, ggplot2, flexmix, optparse, magrittr, readr, Seurat, bedr, gridExtra, ggrepel, kableExtra, viridis, xlsx, RColorBrewer,pheatmap,motifmatchr, chromVAR, chromVARmotifs, SummarizedExperiment, BiocParallel, DESeq2, clusterProfiler, BSgenome.Hsapiens.UCSC.hg38, BSgenome.Mmusculus.UCSC.mm10, EnsDb.Hsapiens.v86, EnsDb.Mmusculus.v79, VisCello.atac
105105

106106
Quick start guide
107107
-----------

scripts/install/install_Rpackages.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ for(pk in pks){
1818
}
1919

2020
bioc.pks = c('RColorBrewer','pheatmap','motifmatchr', 'chromVAR', 'SummarizedExperiment', 'BiocParallel', 'DESeq2', 'edgeR', 'matrixStats', 'cicero', 'farver', 'BSgenome.Hsapiens.UCSC.hg38', 'BSgenome.Mmusculus.UCSC.mm10', 'clusterProfiler',
21-
'DropletUtils')
21+
'DropletUtils', 'EnsDb.Hsapiens.v86', 'EnsDb.Mmusculus.v79')
2222

2323
for(pk in bioc.pks){
2424
if(!require(pk, character.only = T)) {

scripts/src/labelTransfer.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ gene_gtf_file = args[4]
1515
## if gtf file not provided, using R bioconductor packages for gene annotation
1616
if(!file.exists(gene_gtf_file)){
1717
if(!grepl(GENOME_NAME, pattern = 'hg19|hg38|mm10|mm9', ignore.case = T)){
18-
stop('Genome is not belong to hg19,hg38,mm9 and mm10,
18+
stop('Genome is not belong to any of hg19,hg38,mm9 or mm10,
1919
please provide .gtf file for gene annotation!')
2020
}
2121
if(grepl(GENOME_NAME, pattern = 'mm10', ignore.case = T)) {

0 commit comments

Comments
 (0)