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

seqmagick - Manipulate sequence files

Author

       This manpage was written by Andreas Tille for the Debian distribution and can be used for any other usage
       of the program.

seqmagick 0.6.1                                     June 2017                                       SEQMAGICK(1)

Desciption

       Seqmagick is a little utility to expose the file format conversion in BioPython in a convenient way.

Name

       seqmagick - Manipulate sequence files

Options

positionalarguments:
              help, convert, info, mogrify, primer-trim, quality-filter, extract-ids, backtrans-align

       help   Detailed help for actions using help <action>

       convert
              Convert between sequence formats

       info   Info action

       mogrify
              Modify sequence file(s) in place.

       primer-trim
              Find a primer sequence in a gapped alignment, trim to amplicon

       quality-filter
              Filter reads based on quality scores

       extract-ids
              Extract the sequence IDs from a file

       backtrans-align
              Given  a  protein  alignment  and  unaligned  nucleotides, align the nucleotides using the protein
              alignment.  Protein and nucleotide sequence files must contain the same number  of  sequences,  in
              the same order, with the same IDs.

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

       -V, --version
              Print the version number and exit

       -v, --verbose
              Be more verbose. Specify -vv or -vvv for even more

       -q, --quiet
              Suppress output

Synopsis

       usage: seqmagick [-h] [-V] [-v] [-q]

              help, convert, info, mogrify, primer-trim, quality-filter, extract-ids, backtrans-align ...

See Also