=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== dnapi-1.1/examples/README.md-148-SUBSAMPLE_READS=1000000 dnapi-1.1/examples/README.md:149:TOTAL_READS=`wc -l ${FASTQ} | awk '{print $1/4}'` dnapi-1.1/examples/README.md-150-if [ ${TOTAL_READS} -gt ${SUBSAMPLE_READS} ]; then dnapi-1.1/examples/README.md-151- # Compute a subsample rate if the total reads are more than 1 million dnapi-1.1/examples/README.md:152: SUBSAMPLE_RATE=`echo ${SUBSAMPLE} ${TOTAL_READS} | awk '{print $1/$2}'` dnapi-1.1/examples/README.md-153-fi ############################################## dnapi-1.1/debian/createmanpages-4- dnapi-1.1/debian/createmanpages:5:VERSION=`dpkg-parsechangelog | awk '/^Version:/ {print $2}' | sed -e 's/^[0-9]*://' -e 's/-.*//' -e 's/[+~]dfsg$//'` dnapi-1.1/debian/createmanpages-6-NAME=`grep "^Description:" debian/control | sed 's/^Description: *//' | head -n1` ############################################## dnapi-1.1/debian/tests/run-unit-test-6-if [ "$AUTOPKGTEST_TMP" = "" ] ; then dnapi-1.1/debian/tests/run-unit-test:7: AUTOPKGTEST_TMP=`mktemp -d /tmp/${pkg}-test.XXXXXX` dnapi-1.1/debian/tests/run-unit-test-8- trap "rm -rf $AUTOPKGTEST_TMP" 0 INT QUIT ABRT PIPE TERM