├── LICENSE ├── README.md ├── bin ├── PISA ├── STAR └── sambamba ├── config ├── 10X_3end_readstruct.json ├── DNBelabC4_scRNA_readStructure.json └── species_binding.txt ├── database └── download.txt ├── doc ├── fig │ └── workflow.jpg └── input.md ├── example ├── double_Species │ ├── config.json │ └── run.sh └── single_Species │ ├── config.json │ └── run.sh ├── pipelines ├── Droplet_double.wdl ├── Droplet_single.wdl └── Droplet_single_intron.wdl └── scripts ├── all.R ├── idrop.py ├── scRNA_cell_calling.R ├── scRNA_scanpy_clustering.py └── static ├── css └── raw.css ├── js └── raw.js └── template ├── htmlTemp.single.html └── htmlTemp.two.html /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MGI-tech-bioinformatics/DNBelab_C_Series_scRNA-analysis-software/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MGI-tech-bioinformatics/DNBelab_C_Series_scRNA-analysis-software/HEAD/README.md -------------------------------------------------------------------------------- /bin/PISA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MGI-tech-bioinformatics/DNBelab_C_Series_scRNA-analysis-software/HEAD/bin/PISA -------------------------------------------------------------------------------- /bin/STAR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MGI-tech-bioinformatics/DNBelab_C_Series_scRNA-analysis-software/HEAD/bin/STAR -------------------------------------------------------------------------------- /bin/sambamba: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MGI-tech-bioinformatics/DNBelab_C_Series_scRNA-analysis-software/HEAD/bin/sambamba -------------------------------------------------------------------------------- /config/10X_3end_readstruct.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MGI-tech-bioinformatics/DNBelab_C_Series_scRNA-analysis-software/HEAD/config/10X_3end_readstruct.json -------------------------------------------------------------------------------- /config/DNBelabC4_scRNA_readStructure.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MGI-tech-bioinformatics/DNBelab_C_Series_scRNA-analysis-software/HEAD/config/DNBelabC4_scRNA_readStructure.json -------------------------------------------------------------------------------- /config/species_binding.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MGI-tech-bioinformatics/DNBelab_C_Series_scRNA-analysis-software/HEAD/config/species_binding.txt -------------------------------------------------------------------------------- /database/download.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MGI-tech-bioinformatics/DNBelab_C_Series_scRNA-analysis-software/HEAD/database/download.txt -------------------------------------------------------------------------------- /doc/fig/workflow.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MGI-tech-bioinformatics/DNBelab_C_Series_scRNA-analysis-software/HEAD/doc/fig/workflow.jpg -------------------------------------------------------------------------------- /doc/input.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MGI-tech-bioinformatics/DNBelab_C_Series_scRNA-analysis-software/HEAD/doc/input.md -------------------------------------------------------------------------------- /example/double_Species/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MGI-tech-bioinformatics/DNBelab_C_Series_scRNA-analysis-software/HEAD/example/double_Species/config.json -------------------------------------------------------------------------------- /example/double_Species/run.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MGI-tech-bioinformatics/DNBelab_C_Series_scRNA-analysis-software/HEAD/example/double_Species/run.sh -------------------------------------------------------------------------------- /example/single_Species/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MGI-tech-bioinformatics/DNBelab_C_Series_scRNA-analysis-software/HEAD/example/single_Species/config.json -------------------------------------------------------------------------------- /example/single_Species/run.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MGI-tech-bioinformatics/DNBelab_C_Series_scRNA-analysis-software/HEAD/example/single_Species/run.sh -------------------------------------------------------------------------------- /pipelines/Droplet_double.wdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MGI-tech-bioinformatics/DNBelab_C_Series_scRNA-analysis-software/HEAD/pipelines/Droplet_double.wdl -------------------------------------------------------------------------------- /pipelines/Droplet_single.wdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MGI-tech-bioinformatics/DNBelab_C_Series_scRNA-analysis-software/HEAD/pipelines/Droplet_single.wdl -------------------------------------------------------------------------------- /pipelines/Droplet_single_intron.wdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MGI-tech-bioinformatics/DNBelab_C_Series_scRNA-analysis-software/HEAD/pipelines/Droplet_single_intron.wdl -------------------------------------------------------------------------------- /scripts/all.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MGI-tech-bioinformatics/DNBelab_C_Series_scRNA-analysis-software/HEAD/scripts/all.R -------------------------------------------------------------------------------- /scripts/idrop.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MGI-tech-bioinformatics/DNBelab_C_Series_scRNA-analysis-software/HEAD/scripts/idrop.py -------------------------------------------------------------------------------- /scripts/scRNA_cell_calling.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MGI-tech-bioinformatics/DNBelab_C_Series_scRNA-analysis-software/HEAD/scripts/scRNA_cell_calling.R -------------------------------------------------------------------------------- /scripts/scRNA_scanpy_clustering.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MGI-tech-bioinformatics/DNBelab_C_Series_scRNA-analysis-software/HEAD/scripts/scRNA_scanpy_clustering.py -------------------------------------------------------------------------------- /scripts/static/css/raw.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MGI-tech-bioinformatics/DNBelab_C_Series_scRNA-analysis-software/HEAD/scripts/static/css/raw.css -------------------------------------------------------------------------------- /scripts/static/js/raw.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MGI-tech-bioinformatics/DNBelab_C_Series_scRNA-analysis-software/HEAD/scripts/static/js/raw.js -------------------------------------------------------------------------------- /scripts/static/template/htmlTemp.single.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MGI-tech-bioinformatics/DNBelab_C_Series_scRNA-analysis-software/HEAD/scripts/static/template/htmlTemp.single.html -------------------------------------------------------------------------------- /scripts/static/template/htmlTemp.two.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MGI-tech-bioinformatics/DNBelab_C_Series_scRNA-analysis-software/HEAD/scripts/static/template/htmlTemp.two.html --------------------------------------------------------------------------------