VcfHead
VcfHead displays the first N entries of a Variant Call Format (VCF) file to enable rapid inspection and verification of VCF content and structure.
Key Features:
- Efficient Preview: Displays a specified number of variant records from the start of a VCF file without processing the entire file.
- Format Verification: Allows inspection of VCF headers and initial records to confirm adherence to VCF standards and record structure.
- Configurable Record Count: Accepts an optional parameter to set how many variant entries are output.
- Integration with Jvarkit: Operates as part of the Jvarkit suite of Java-based bioinformatics tools.
Scientific Applications:
- Format and Integrity Checking: Rapidly verify VCF file format, headers, and initial records prior to downstream analyses.
- Preliminary Quality Control: Perform quick inspection of variant content to inform subsequent variant-calling or filtering steps.
- Workflow Integration: Serve as a preparatory step within Jvarkit- or Java-based variant analysis workflows.
Methodology:
Reads a VCF file and outputs the first N variant entries as specified by an optional parameter; implemented as a Java-based program within the Jvarkit collection.
Topics
Collections
Details
- License:
- MIT
- Maturity:
- Mature
- Cost:
- Free of charge
- Tool Type:
- command-line tool
- Operating Systems:
- Linux, Mac
- Programming Languages:
- Java
- Added:
- 2/24/2016
- Last Updated:
- 3/12/2019
Operations
Publications
Lindenbaum P. JVarkit: java-based utilities for Bioinformatics. figshare [Internet]. 2015; Available from: https://figshare.com/articles/journal_contribution/JVarkit_java_based_utilities_for_Bioinformatics/1425030/1
Documentation
Terms of use
https://opensource.org/licenses/MITCitation instructions
https://github.com/lindenb/jvarkit/wiki/Citing