===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
aegean-0.16.0+dfsg/docs/api.rst-905-
aegean-0.16.0+dfsg/docs/api.rst:906:  ID attribute is required to be unique within a single GFF3 file, but is not guaranteed to be unique among all GFF3 files (that is, it is not a stable identifier). This function searches other common attributes for labels or identifiers (`accession` and then `Name`) that are likely to be more stable. If these cannot be found, the `ID` attribute is retrieved. Finally, if `ID` is unavailable, the location of the feature will be returned in the format `${featuretype}:${seqid}_${start}-${end}`.
aegean-0.16.0+dfsg/docs/api.rst-907-
##############################################
aegean-0.16.0+dfsg/docs/install.rst-89-  the Cairo graphics libraries installed)
aegean-0.16.0+dfsg/docs/install.rst:90:* ``prefix=$DIR``: install AEGeAn in ``$DIR`` rather than the default directory
aegean-0.16.0+dfsg/docs/install.rst-91-  ``/usr/local``; it is expected that GenomeTools is installed with the same
##############################################
aegean-0.16.0+dfsg/inc/core/AgnUtils.h-107- * Finally, if `ID` is unavailable, the location of the feature will be
aegean-0.16.0+dfsg/inc/core/AgnUtils.h:108: * returned in the format `${featuretype}:${seqid}_${start}-${end}`.
aegean-0.16.0+dfsg/inc/core/AgnUtils.h-109- */
##############################################
aegean-0.16.0+dfsg/debian/tests/functional-tests-11-for f in test/*.sh; do
aegean-0.16.0+dfsg/debian/tests/functional-tests:12:  sed -r 's/(^|[^/])bin\//\1/g' $f > $WORKDIR/`basename $f`;
aegean-0.16.0+dfsg/debian/tests/functional-tests:13:  chmod +x $WORKDIR/`basename $f`;
aegean-0.16.0+dfsg/debian/tests/functional-tests-14-done