Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Lossless compression of FASTQ sequences.

License

NotificationsYou must be signed in to change notification settings

Lioscro/lfq

Repository files navigation

github versionlicenseCI

Lossless compression of FASTQ sequences.

lfq 0.0.4Usage: lfq <CMD> [arguments] ..    encode    Encode a set of FASTQ sequences to LFQ    decode    Decode a LFQ to FASTQ    index     Generate an index file for fast seeking of LFQ    view      View one or more sequences in a LFQRunning lfq <CMD> without arguments prints usage information for <CMD>

encode

lfq 0.0.4Encodes a FASTQ to LFQ formatUsage: lfq encode [options] fastq-filePositional arguments:fastq-file      Input FASTQ file. Use a dash '-' to read from stdin.Options:-o, --output    (required) File for LFQ output-h, --header    File for read headers-q, --qual      File for quality sequences-i, --index     File for index output

decode

lfq 0.0.4Decodes a LFQ file to FASTQUsage: lfq decode [options] lfq-filePositional arguments:lfq-file        Input LFQ file.Options:-o, --output    File for FASTQ output. Defaults to stdout.-h, --header    File from which to read headers-q, --qual      File from which to read quality sequences

index

lfq 0.0.4Builds an index for a LFQ file for fast seekingUsage: lfq index [options] lfq-filePositional arguments:lfq-file        Input LFQ file.Options:-o, --output    (required) File for index output.

view

lfq 0.0.4View read(s) in a LFQ fileUsage: build/src/lfq view [options] lfq-filePositional arguments:lfq-file        Input LFQ file.Options:-r, --range     (required) Range of reads to extract, in the format                'start:end' which prints reads at indices [start, end).                Provide an integer to view a single read.-i, --index     Index file. Recommended for fast lookup

[8]ページ先頭

©2009-2025 Movatter.jp