logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

sand_compress_reads - compress sequence data

Description

sand_compress_reads  reads  sequence data in standard FASTA format, and produces output in the compressed
       FASTA (cfa) format used by the sand_filter_master(1) and sand_align_master(1).

       If the output file is omitted, standard output is used.  if the input file is omitted, standard input  is
       used.   After  completing the compression, this program will output a summary line of sequences and bytes
       compressed.

Examples

       To compress mydata.fasta into mydata.cfa:

               % sand_compress_reads mydata.fasta mydata.cfa

Exit Status

       On success, returns zero.  On failure, returns non-zero.

Name

sand_compress_reads - compress sequence data

Options

-q    Quiet mode: suppress summary line.

        -c    Remove Celera read ids if data came from the Celera gatekeeper.

        -i    Remove Celera read ids but leave internal ids if the data came from the Celera gatekeeper.

        -h    Display version information.

        -v    Show help text.

See Also

CooperativeComputingToolsDocumentationSANDUserManualsand_filter_master(1)sand_filter_kernel(1)sand_align_master(1)sand_align_kernel(1)sand_com‐press_reads(1)sand_uncompress_reads(1)work_queue_worker(1)

CCTools 7.14.5 FINAL                                                                      sand_compress_reads(1)

Synopsis

       sand_compress_reads [-qcivh] [infile] [outfile]

See Also