Demultiplex
Related Commands
# demultiplex the random index, generate cell-level FASTQ files
yap demultiplexPurpose
Input
Demultiplex
yap demultiplex -h
usage: yap demultiplex [-h] --fastq_pattern FASTQ_PATTERN --output_dir
OUTPUT_DIR --config_path CONFIG_PATH --cpu CPU
optional arguments:
-h, --help show this help message and exit
Required inputs:
--fastq_pattern FASTQ_PATTERN, -fq FASTQ_PATTERN
FASTQ files with wildcard to match all bcl2fastq
results, pattern with wildcard must be quoted.
(default: None)
--output_dir OUTPUT_DIR, -o OUTPUT_DIR
Pipeline output directory, will be created
recursively. (default: None)
--config_path CONFIG_PATH, -config CONFIG_PATH
Path to the mapping config, see 'yap default-mapping-
config' about how to generate this file. (default:
None)
--cpu CPU, -j CPU Number of cores to use. Note that the demultiplex step
will only use at most 16 cores. (default: None)Output
Last updated