Description
Qualimap RNA-seq QC reports quality control metrics and bias estimations
which are specific for whole transcriptome sequencing, including reads genomic
origin, junction analysis, transcript coverage and 5’-3’ bias computation.
Type
bash_script
License
GPL-2.0
Keywords
Contributors
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
qc_results: "$id.$key.qc_results.txt"
counts: "$id.$key.counts"
report: "$id.$key.report.html"
id: "run"
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/biobox.git \
-revision v0.2.0 \
-main-script target/nextflow/qualimap/qualimap_rnaseq/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--bam | file required |
--gtf | file required |
Name | Type & Properties |
|---|---|
--qc_results | file required output |
--counts | file output |
--report | file output |
Name | Type & Properties |
|---|---|
--num_pr_bases | integer |
--num_tr_bias | integer |
--algorithm | string |
--sequencing_protocol | string |
--paired | boolean_true |
--sorted | boolean_true |
--java_memory_size | string |