Search

Search

Help

Page 81 of 164. Showing 1,631 results (0.018 seconds)

  1. Package_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…
  2. Package_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…
  3. Qube 7.0-1 Release Notes

    JIRA: QUBE-3368 ==== CL 19957 ==== @FIX: update perl API's copy of IPRC::Run module to properly support Perl 5.26 ==== CL 19938 ==== @FIX: Python 2.6 module (_qb26.pyd…
    Release NotesNov 19, 2018
  4. ArtistView 6.9-0b Release Notes

    ############################################################################## This is a ArtistView- & WranglerView-only release to fix a launch-time crash/exception bug. Rebuilt against patched Python API to fix an issue launching the GUI. ==== CL…
    Release NotesNov 19, 2018
  5. 7.5-0 Specific Known Issues

    Python Required for Installation of Qube! 7.5-0 on All Platforms Python 3.6, 3.7, or 3.8 installed before Qube! install Python 3.9 is NOT supported in version 7.5-0…
    QubeOct 13, 2020
  6. Customizing the Qube UI

    The Qube UI plugin system uses the Python 3 https://www.python.org language to define new menus, panels, and submission interfaces. Custom themes are written in a modified…
    QubeMar 14, 2023
  7. deletionCascade.py

    #!/usr/bin/env python import qb task = [] def newJob(name, status='blocked'): job = { 'prototype': 'cmdline', 'name': 'job %s' % name, 'label': 'job…
  8. deletionCascade.py

    #!/usr/bin/env python import qb task = [] def newJob(name, status='blocked'): job = { 'prototype': 'cmdline', 'name': 'job %s' % name, 'label': 'job…
  9. deletionCascade.py

    #!/usr/bin/env python import qb task = [] def newJob(name, status='blocked'): job = { 'prototype': 'cmdline', 'name': 'job %s' % name, 'label': 'job…
  10. deletionCascade.py

    #!/usr/bin/env python import qb task = [] def newJob(name, status='blocked'): job = { 'prototype': 'cmdline', 'name': 'job %s' % name, 'label': 'job…