trf
locate and display tandem repeats in DNA sequences
A tandem repeat in DNA is two or more adjacent, approximate copies of a
pattern of nucleotides. Tandem Repeats Finder is a program to locate and
display tandem repeats in DNA sequences. In order to use the program,
the user submits a sequence in FASTA format. There is no need to specify
the pattern, the size of the pattern or any other parameter. The output
consists of two files: a repeat table file and an alignment file. The
repeat table, viewable in a web browser, contains information about each
repeat, including its location, size, number of copies and nucleotide
content. Clicking on the location indices for one of the table entries
opens a second browser page that shows an alignment of the copies
against a consensus pattern. The program is very fast, analyzing
sequences on the order of .5Mb in just a few seconds. Submitted
sequences may be of arbitrary length. Repeats with pattern size in the
range from 1 to 2000 bases are detected.
libstdc++6-5-dbg-armhf-cross
GNU Standard C++ Library v3 (debugging files)
libsmali-java
assembler/disassembler for Android's dex format
smali/baksmali is an assembler/disassembler for the dex format used by dalvik,
Android's Java VM implementation. The syntax is loosely based on
Jasmin's/dedexer's syntax and supports the full functionality of the dex
format like annotations, debug info and line info.
libmygui.ogreplatform0debian1-dbg
Fast, simple and flexible GUI Ogre - debugging symbols
g++-6-s390x-linux-gnu
GNU C++ compiler
This is the GNU C++ compiler, a fairly portable optimizing compiler for C++.
postgresql-15-pg-qualstats
PostgreSQL extension to gather statistics about predicates.
This extensions tracks WHERE clauses predicates and JOIN predicates.
Statistics will report whether the predicate was evaluated as an index scan or
not, how many time the expression appeared, how many times the operator was
executed and how filtering the expression is. If pg_stat_statements is
enabled, it can also track to which statements the predicate belongs.