Description
Bulk RNA-seq pipeline: FastQC (raw + trimmed) → TrimGalore → Kallisto pseudo-alignment
(preliminary quantification) running in parallel with STAR alignment → Salmon
quantification (alignment mode) + Qualimap coordinate-based QC → MultiQC.
Type
nextflow_script
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
strandedness: [ "reverse" ]
genome_sa_index_nbases: [ 14 ]
fastqc_html_1: "$id.$key.fastqc_html_1"
fastqc_html_2: "$id.$key.fastqc_html_2"
fastqc_zip_1: "$id.$key.fastqc_zip_1"
fastqc_zip_2: "$id.$key.fastqc_zip_2"
fastqc_trim_html_1: "$id.$key.fastqc_trim_html_1"
fastqc_trim_html_2: "$id.$key.fastqc_trim_html_2"
fastqc_trim_zip_1: "$id.$key.fastqc_trim_zip_1"
fastqc_trim_zip_2: "$id.$key.fastqc_trim_zip_2"
trim_reads_1: "$id.$key.trim_reads_1"
trim_reads_2: "$id.$key.trim_reads_2"
trim_log_r1: "$id.$key.trim_log_r1"
trim_log_r2: "$id.$key.trim_log_r2"
genome_bam: "$id.$key.genome_bam"
transcriptome_bam: "$id.$key.transcriptome_bam"
star_log: "$id.$key.star_log"
kallisto_output: "$id.$key.kallisto_output"
salmon_output: "$id.$key.salmon_output"
salmon_quant_sf: "$id.$key.salmon_quant_sf"
qualimap_output: "$id.$key.qualimap_output"
multiqc_report: "$id.$key.multiqc_report"
run_params: "$id.$key.run_params"
id: "run"
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/bulk-rnaseq.git \
-revision v0.2.0 \
-main-script target/nextflow/workflows/bulk_rnaseq/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--input_fastq_1 | file required multiple |
--input_fastq_2 | file multiple |
--strandedness | string |
Name | Type & Properties |
|---|---|
--genome_fasta | file required |
--gtf | file required |
--transcript_fasta | file required |
--genome_sa_index_nbases | integer |
--star_index | file |
--kallisto_index | file |
Name | Type & Properties |
|---|---|
--skip_trim | boolean_true |
Name | Type & Properties |
|---|---|
--fragment_length | double |
--sd | double |
Name | Type & Properties |
|---|---|
--early_publish_prefix | string |
Name | Type & Properties |
|---|---|
--fastqc_html_1 | file output |
--fastqc_html_2 | file output |
--fastqc_zip_1 | file output |
--fastqc_zip_2 | file output |
--fastqc_trim_html_1 | file output |
--fastqc_trim_html_2 | file output |
--fastqc_trim_zip_1 | file output |
--fastqc_trim_zip_2 | file output |
--trim_reads_1 | file output |
--trim_reads_2 | file output |
--trim_log_r1 | file output |
--trim_log_r2 | file output |
--genome_bam | file output |
--transcriptome_bam | file output |
--star_log | file output |
--kallisto_output | file output |
--salmon_output | file output |
--salmon_quant_sf | file output |
--qualimap_output | file output |
--multiqc_report | file output |
--run_params | file output |