Description
RNA-seq QC analysis using the qualimap
Type
bash_script
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
output_dir: "$id.$key.output_dir"
output_pdf: "$id.$key.output_pdf"
output_format: [ "html" ]
pr_bases: [ 100 ]
tr_bias: [ 1000 ]
algorithm: [ "uniquely-mapped-reads" ]
sequencing_protocol: [ "non-strand-specific" ]
java_memory_size: [ "4G" ]
id: "run"
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/rnaseq.git \
-revision v0.1.1 \
-main-script target/nextflow/qualimap/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--input | file required |
--gtf | file required |
Name | Type & Properties |
|---|---|
--output_dir | file output |
--output_pdf | file output |
--output_format | string |
Name | Type & Properties |
|---|---|
--pr_bases | integer |
--tr_bias | integer |
--algorithm | string |
--sequencing_protocol | string |
--paired | boolean_true |
--sorted | boolean_true |
--java_memory_size | string |