Long RNA-seq mapping
File name
Description
${input_dir}/fastq/${sample_id}.fastq
Read files (single-end sequencing)
${input_dir}/fastq/${sample_id}_1.fastq
, ${input_dir}/fastq/${sample_id}_2.fastq
Read files (paired-end sequencing)
${input_dir}/sample_ids.txt
A text file with one sample ID per line.
${input_dir}/sample_classes.txt
A tab-deliminated file (with header) with two columns: sample_id, label (optional)
${input_dir}/batch_info.txt
A comma-deliminated file (with header) with at least two columns: sample_id, batch1, batch2, ... (optional)
${input_dir}/compare_groups.yaml
A YAML file defining positive and negative classes. (optional)
${config_dir}/${dataset}.yaml
A YAML file for configuration parameters for the dataset
Example config file: config/long_pe_example.yaml
Quality control (before adapter removal)
Remove adapter
Start with clean reads
Quality control (after adapter removal)
Rename fastq files
Mapping
Count matrix
Last updated
Was this helpful?