Description
Run NanoPlot on nanopore-sequenced reads.
NanoPlot is a plotting tool for long read sequencing data and alignments.
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
outdir: "$id.$key.outdir"
format: [ "png" ]
id: "run"
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/biobox.git \
-revision v0.4.2 \
-main-script target/nextflow/nanoplot/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--fastq | file multiple |
--fasta | file multiple |
--fastq_rich | file multiple |
--fastq_minimal | file multiple |
--summary | file multiple |
--bam | file multiple |
--ubam | file multiple |
--cram | file multiple |
--pickle | file multiple |
--feather --arrow | file multiple |
Name | Type & Properties |
|---|---|
--outdir -o | file required output |
Name | Type & Properties |
|---|---|
--verbose | boolean_true |
--store | boolean_true |
--raw | boolean_true |
--huge | boolean_true |
--no_static | boolean_false |
--prefix -p | string |
--tsv_stats | boolean_true |
--only_report | boolean_true |
--info_in_report | boolean_true |
Name | Type & Properties |
|---|---|
--maxlength | integer |
--minlength | integer |
--drop_outliers | boolean_false |
--downsample | integer |
--loglength | boolean_true |
--percentqual | boolean_true |
--alength | boolean_true |
--minqual | integer |
--runtime_until | integer |
--readtype | string |
--barcoded | boolean_true |
--no_supplementary | boolean_false |
Name | Type & Properties |
|---|---|
--color -c | string |
--colormap -cm | string |
--format -f | string |
--plots | string |
--legacy | string |
--listcolors | boolean_true |
--listcolormaps | boolean_true |
--no_N50 | boolean_false |
--N50 | boolean_true |
--title | string |
--font_scale | double |
--dpi | integer |
--hide_stats | boolean_false |