Description
Calculate inner distance between read pairs.
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
output_stats: "$id.$key.output_stats"
output_dist: "$id.$key.output_dist"
output_freq: "$id.$key.output_freq"
output_plot: "$id.$key.output_plot"
output_plot_r: "$id.$key.output_plot_r"
id: "run"
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/biobox.git \
-revision v0.3.0 \
-main-script target/nextflow/rseqc/rseqc_inner_distance/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--input_file -i | file required |
--refgene -r | file required |
--sample_size -k | integer |
--mapq -q | integer |
--lower_bound -l | integer |
--upper_bound -u | integer |
--step -s | integer |
Name | Type & Properties |
|---|---|
--output_prefix -o | string required |
--output_stats | file output |
--output_dist | file output |
--output_freq | file output |
--output_plot | file output |
--output_plot_r | file output |