qc
Introduction
this workflow load files and calculate quality control metrics by scanpy.pp.calculate_qc_metrics
Script
Input
Task name | Attribute name | Type | Description |
---|---|---|---|
* main.qc | filetype | String | -- |
* main | project_name | String | project name |
* main | infile | File | input matrix file |
main.qc | per_mt | Int | Maximum percentage of mitochondria expressed required for a cell to pass filtering |
main.qc | min_gene | Int | Minimum number of genes expressed required for a cell to pass filtering. |
main.qc | min_cell | Int | Minimum number of cells expressed required for a gene to pass filtering. |
main.qc | memory | String | Number of memory running tasksnotice:1. The value range is 0.25-32 cores, in addition, 48 cores and 64 cores can be selected, and the CPU must be an integer multiple of 0.25 cores; 2. The memory value range is 1GB-512GB, and the memory must be an integer multiple of 1GB. 3. The CPU / memory ratio must be between 1:2 and 1:8 |
main.qc | genes | Int | Maximum number of genes expressed required for a cell to pass filtering. |
main.qc | docker | String | -- |
main.qc | cpu | String | Number of CPU running tasks.notice:1. The value range is 0.25-32 cores, in addition, 48 cores and 64 cores can be selected, and the CPU must be an integer multiple of 0.25 cores; 2. The memory value range is 1GB-512GB, and the memory must be an integer multiple of 1GB. 3. The CPU / memory ratio must be between 1:2 and 1:8 |
Output
Task name | Attribute name | Type | Description |
---|---|---|---|
main | pngfile | Array[File] | Return the output file to the column name of the corresponding table by this.xxx |
main | h5adfile | File | Return the output file to the column name of the corresponding table by this.xxx |