pycoQC - computes metrics and generates interactive QC plots from
the sequencing summary report generated by Oxford Nanopore technologies
basecallers
usage: pycoQC [-h] [--version] [--summary_file [SUMMARY_FILE
...]]
- [--barcode_file [BARCODE_FILE ...]] [--bam_file [BAM_FILE ...]]
[--html_outfile HTML_OUTFILE] [--json_outfile JSON_OUTFILE]
[--min_pass_qual MIN_PASS_QUAL] [--min_pass_len MIN_PASS_LEN]
[--filter_calibration] [--filter_duplicated] [--min_barcode_percent
MIN_BARCODE_PERCENT] [--report_title REPORT_TITLE] [--template_file
TEMPLATE_FILE] [--config_file CONFIG_FILE] [--skip_coverage_plot]
[--sample SAMPLE] [--default_config] [-v | -q]
pycoQC computes metrics and generates interactive QC plots from
the sequencing summary report generated by Oxford Nanopore technologies
basecallers
* Minimal usage
- pycoQC -f sequencing_summary.txt -o pycoQC_output.html
* Including Guppy barcoding file + html output + json output
- pycoQC -f sequencing_summary.txt -b barcoding_sequencing.txt
-o pycoQC_output.html -j pycoQC_output.json
* Including Bam file + html output
- pycoQC -f sequencing_summary.txt -a alignment.bam -o
pycoQC_output.html
- --report_title
REPORT_TITLE
- Title to use in the html report (default: PycoQC report)
- --template_file
TEMPLATE_FILE
- Jinja2 html template for the html report (default: )
- --config_file
CONFIG_FILE
- Path to a JSON configuration file for the html report. If not provided,
looks for it in ~/.pycoQC and ~/.config/pycoQC/config. If it's still not
found, falls back to default parameters. The first level keys are the
names of the plots to be included. The second level keys are the
parameters to pass to each plotting function (default: )")
- --skip_coverage_plot
- Skip the coverage plot in HTML report. Useful when using a reference file
containing many sequences, i.e. transcriptome (default: False)
- --sample
SAMPLE
- If not None a n number of reads will be randomly selected instead of the
entire dataset for ploting function (deterministic sampling) (default:
100000)
- --default_config,
-d
- Print default configuration file. Can be used to generate a template JSON
file (default: False)
This manpage was written by Nilesh Patra for the Debian
distribution and
can be used for any other usage of the program.