Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

fastaq_deinterleave - Splits interleaved paired file into two separate files

Description

       usage: fastaq_deinterleave [options] <infile> <out_fwd> <out_rev>

       Deinterleaves sequence file, so that reads are written alternately between two output files

   positionalarguments:
       infile Name of fasta/q file to be deinterleaved

       out_fwd
              Name of output fasta/q file of forwards reads

       out_rev
              Name of output fasta/q file of reverse reads

   options:-h, --help
              show this help message and exit

       --fasta_out
              Use this to write output as fasta (default is same as input)

fastaq_deinterleave 3.17.0                        December 2024                           FASTAQ-DEINTERLEAVE(1)

Name

       fastaq_deinterleave - Splits interleaved paired file into two separate files

See Also