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_to_fasta - Converts a variety of input formats to nicely formatted FASTA format

Description

       usage: fastaq_to_fasta [options] <infile> <outfile>

       Converts a variety of input formats to nicely formatted FASTA format

   positionalarguments:
       infile Name of input file. Can be any of FASTA, FASTQ, GFF3, EMBL, GBK, Phylip

       outfile
              Name of output file

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

       -l LINE_LENGTH, --line_length LINE_LENGTH
              Number  of bases on each sequence line of output file.  Set to zero for no linebreaks in sequences
              [60]

       -s, --strip_after_whitespace
              Remove everything after first whitespace in every sequence name

       -u, --check_unique
              Die if any of the output sequence names are not unique

fastaq_to_fasta 3.17.0                            December 2024                               FASTAQ-TO_FASTA(1)

Name

       fastaq_to_fasta - Converts a variety of input formats to nicely formatted FASTA format

See Also