===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
pigx-rnaseq-0.0.10+ds/CONTRIBUTING-25-permission) then just use a different location like a subdirectory
pigx-rnaseq-0.0.10+ds/CONTRIBUTING:26:under `$HOME`.
pigx-rnaseq-0.0.10+ds/CONTRIBUTING-27-
##############################################
pigx-rnaseq-0.0.10+ds/CONTRIBUTING-98-- Once the tests pass and you are sure to make the release, create a
pigx-rnaseq-0.0.10+ds/CONTRIBUTING:99:  new signed tag with `git tag --sign v$(cat VERSION)`.
pigx-rnaseq-0.0.10+ds/CONTRIBUTING-100-
##############################################
pigx-rnaseq-0.0.10+ds/m4/ax_compare_version.m4-134-      # Determine the number of characters in A and B.
pigx-rnaseq-0.0.10+ds/m4/ax_compare_version.m4:135:      ax_compare_version_len_A=`echo "$A" | $AWK '{print(length)}'`
pigx-rnaseq-0.0.10+ds/m4/ax_compare_version.m4:136:      ax_compare_version_len_B=`echo "$B" | $AWK '{print(length)}'`
pigx-rnaseq-0.0.10+ds/m4/ax_compare_version.m4-137-
pigx-rnaseq-0.0.10+ds/m4/ax_compare_version.m4-138-      # Set A to no more than B's length and B to no more than A's length.
pigx-rnaseq-0.0.10+ds/m4/ax_compare_version.m4:139:      A=`echo "$A" | sed "s/\(.\{$ax_compare_version_len_B\}\).*/\1/"`
pigx-rnaseq-0.0.10+ds/m4/ax_compare_version.m4:140:      B=`echo "$B" | sed "s/\(.\{$ax_compare_version_len_A\}\).*/\1/"`
pigx-rnaseq-0.0.10+ds/m4/ax_compare_version.m4-141-    ],
##############################################
pigx-rnaseq-0.0.10+ds/m4/ax_compare_version.m4-143-      # A count greater than zero means use only that many subversions
pigx-rnaseq-0.0.10+ds/m4/ax_compare_version.m4:144:      A=`echo "$A" | sed "s/\(\([[0-9]]\{4\}\)\{m4_substr($2,2)\}\).*/\1/"`
pigx-rnaseq-0.0.10+ds/m4/ax_compare_version.m4:145:      B=`echo "$B" | sed "s/\(\([[0-9]]\{4\}\)\{m4_substr($2,2)\}\).*/\1/"`
pigx-rnaseq-0.0.10+ds/m4/ax_compare_version.m4-146-    ],
##############################################
pigx-rnaseq-0.0.10+ds/m4/ax_compare_version.m4-152-    # Pad zeros at end of numbers to make same length.
pigx-rnaseq-0.0.10+ds/m4/ax_compare_version.m4:153:    ax_compare_version_tmp_A="$A`echo $B | sed 's/./0/g'`"
pigx-rnaseq-0.0.10+ds/m4/ax_compare_version.m4:154:    B="$B`echo $A | sed 's/./0/g'`"
pigx-rnaseq-0.0.10+ds/m4/ax_compare_version.m4-155-    A="$ax_compare_version_tmp_A"
##############################################
pigx-rnaseq-0.0.10+ds/m4/ax_python_module.m4-38-    fi
pigx-rnaseq-0.0.10+ds/m4/ax_python_module.m4:39:    PYTHON_NAME=`basename $PYTHON`
pigx-rnaseq-0.0.10+ds/m4/ax_python_module.m4-40-    AC_MSG_CHECKING($PYTHON_NAME module: $1)
##############################################
pigx-rnaseq-0.0.10+ds/tests/test_trim_galore/test.sh.in-55-  else
pigx-rnaseq-0.0.10+ds/tests/test_trim_galore/test.sh.in:56:    reads_processed=`grep "sequences processed in total" ${result} | awk '{print int( $1 )}'`
pigx-rnaseq-0.0.10+ds/tests/test_trim_galore/test.sh.in-57-    if [ ! ${reads_processed} -eq ${expected_count} ]