Difference between revisions of "Fastq-tools"
Jump to navigation
Jump to search
(One intermediate revision by one other user not shown) | |||
Line 21: | Line 21: | ||
<!--Modules--> | <!--Modules--> | ||
− | == | + | ==Environment Modules== |
− | + | Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application. | |
− | |||
− | |||
− | < | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
==System Variables== | ==System Variables== | ||
− | * HPC_{{ | + | * HPC_{{uc:{{#var:app}}}}_DIR - installation directory |
<!--Configuration--> | <!--Configuration--> | ||
{{#if: {{#var: conf}}|==Configuration== | {{#if: {{#var: conf}}|==Configuration== | ||
Line 83: | Line 72: | ||
<!--Turn the Table of Contents and Edit paragraph links ON/OFF--> | <!--Turn the Table of Contents and Edit paragraph links ON/OFF--> | ||
__NOTOC____NOEDITSECTION__ | __NOTOC____NOEDITSECTION__ | ||
− | |||
− |
Latest revision as of 17:31, 10 June 2022
Description
This package provides a number of small and efficient programs to perform common tasks with high throughput sequencing data in the FASTQ format. All of the programs work with typical FASTQ files as well as gzipped FASTQ files.
Environment Modules
Run module spider fastq-tools
to find out what environment modules are available for this application.
System Variables
- HPC_FASTQ-TOOLS_DIR - installation directory
Additional Information
- fastq-sort : sort fastq entries by various keys
- fastq-grep : match sequences against regular expressions
- fastq-kmers : count k-mer occurrences
- fastq-match : (smith-waterman) local sequence alignment
- fastq-qual : tabulate quality scores
- fastq-sample : randomly sample reads, with or without replacement
- fastq-uniq : count duplicate reads
- fastq-qualadj : adjust quality scores by a fixed offset