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

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