Git Product home page Git Product logo

lfq's Introduction

lfq

github version license CI

Lossless compression of FASTQ sequences.

lfq 0.0.4

Usage: 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 LFQ

Running lfq <CMD> without arguments prints usage information for <CMD>

encode

lfq 0.0.4

Encodes a FASTQ to LFQ format

Usage: lfq encode [options] fastq-file

Positional 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.4

Decodes a LFQ file to FASTQ

Usage: lfq decode [options] lfq-file

Positional 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.4

Builds an index for a LFQ file for fast seeking

Usage: lfq index [options] lfq-file

Positional arguments:
lfq-file        Input LFQ file.

Options:
-o, --output    (required) File for index output.

view

lfq 0.0.4

View read(s) in a LFQ file

Usage: build/src/lfq view [options] lfq-file

Positional 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

lfq's People

Contributors

lioscro avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.