Description
Compare detected splice junctions to reference gene model.
Type
bash_script
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
sampling_percentile_lower_bound: [ 5 ]
sampling_percentile_upper_bound: [ 100 ]
sampling_percentile_step: [ 5 ]
min_intron: [ 50 ]
min_splice_read: [ 1 ]
map_qual: [ 30 ]
output_plot_r: "$id.$key.output_plot_r"
output_plot: "$id.$key.output_plot"
id: "run"
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/rnaseq.git \
-revision v0.1.0 \
-main-script target/nextflow/rseqc/rseqc_junctionsaturation/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--input | file required |
--refgene | file required |
--sampling_percentile_lower_bound | integer |
--sampling_percentile_upper_bound | integer |
--sampling_percentile_step | integer |
--min_intron | integer |
--min_splice_read | integer |
--map_qual | integer |
Name | Type & Properties |
|---|---|
--output_plot_r | file output |
--output_plot | file output |