Search

Search

Help

Page 3 of 10. Showing 97 results (0.009 seconds)

  1. qbsubmit.py

    #!/usr/bin/python ####################################################################### # # Example: qb.submit # # Demonstrates usage of the qb.submit routine to submit…
    Qube / … / PythonOct 15, 2014
  2. jobSubmit03.py

    #!/usr/bin/python import os, sys if 'QBDIR' in os.environ: sys.path.append('%s/api/python' % os.environ['QBDIR']); elif os.uname()[0] == 'Darwin': sys.path.append…
    Qube / … / PythonOct 15, 2014
  3. jobSubmit04.py

    #!/usr/bin/python import os, sys if 'QBDIR' in os.environ: sys.path.append('%s/api/python' % os.environ['QBDIR']); elif os.uname()[0] == 'Darwin': sys.path.append…
    Qube / … / PythonOct 15, 2014
  4. framesubmit.py

    #!/usr/local/bin/python # # Qube! - Example Python Submit Script # # Author: Anthony Higa # Copyright: PipelineFX @ 2007…
    Qube / … / PythonOct 15, 2014
  5. Callback languages

    The supported languages in Qube for callbacks are: Perl Python - See also Python job submission with Python language callback that runs an external script…
    QubeDec 13, 2014
  6. _qubeuiPanelConsoleDescription

    The Console panel can be used to enter Python code directly inside the Qube! UI. For advanced users, sometimes it's easier to interact with the Qube! API directly than…
    QubeOct 13, 2020
  7. Basic_SimpleCMD.py

    #!/usr/bin/python import os, sys if 'QBDIR' in os.environ: sys.path.append('%s/api/python' % os.environ['QBDIR']); elif os.uname()[0] == 'Darwin': sys.path.append…
  8. jobSubmit05.py

    #!/usr/bin/python import os, sys if 'QBDIR' in os.environ: sys.path.append('%s/api/python' % os.environ['QBDIR']); elif os.uname()[0] == 'Darwin': sys.path.append…
    Qube / … / PythonOct 15, 2014
  9. jobSubmit01_explained.py

    #!/usr/bin/python # Below are required imports for the script to run import os, sys # The below few lines of code are to determine the OS of the machine that your running…
  10. Developer's Guide

    worddav63225808f4bc2b2c92fd4eead7c3bf68.png Qube! Developer's Guide Other Documentation Beginner Python Submission and Dependencies Python qb module documentation…
    QubeFeb 01, 2017