===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
toil-4.2.0/docs/appendices/deploy.rst-162-module name like ``workflow.main``. Without that added convenience we'd have to
toil-4.2.0/docs/appendices/deploy.rst:163:run the workflow as ``PYTHONPATH="$PWD" python -m workflow.main``. This also
toil-4.2.0/docs/appendices/deploy.rst-164-means that Toil can detect the root directory of the user module's package
##############################################
toil-4.2.0/docs/contributing/contributing.rst-7-
toil-4.2.0/docs/contributing/contributing.rst:8:Test make targets, invoked as ``$ make <target>``, subject to which
toil-4.2.0/docs/contributing/contributing.rst-9-environment variables are set (see :ref:`test_env_vars`).
##############################################
toil-4.2.0/docs/running/cwl.rst-79-``--workDir``: The directory where all temporary files will be created for the
toil-4.2.0/docs/running/cwl.rst:80:workflow. A subdirectory of this will be set as the ``$TMPDIR`` environment
toil-4.2.0/docs/running/cwl.rst-81-variable and this subdirectory can be referenced using the CWL parameter
toil-4.2.0/docs/running/cwl.rst:82:reference ``$(runtime.tmpdir)`` in CWL tools and workflows.
toil-4.2.0/docs/running/cwl.rst-83-