ganga icon indicating copy to clipboard operation
ganga copied to clipboard

Ganga is an easy-to-use frontend for job definition and management

Results 71 ganga issues
Sort by recently updated
recently updated
newest added

This is an auto-generated PR with fixes by autopep8 for the autopep8-patches/dirac_tear_down branch.

autopep8
automated pr

This is an auto-generated PR with fixes by autopep8 for the autopep8-patches/cli branch.

autopep8
automated pr

For some very old applications (things requiring slc6) you need to use apptainer as they are not functional with el9. Should be a very short addition to the run line...

Hi @ Ganga Team, While doing a POC for my GSoC'24 Proposal, I noticed that the [Guide for Developers](https://ganga.readthedocs.io/en/latest/dev/index.html) could be further enhanced for guiding new developers with detailed, step-by-step...

This is an auto-generated PR with fixes by autopep8 for the develop branch.

autopep8
automated pr

Deleted following files as remarked ``` ./GangaCore/PACKAGE.py ./GangaDirac/PACKAGE.py ./GangaGaudi/PACKAGE.py ./GangaLHCb/PACKAGE.py ./GangaND280/PACKAGE.py ./GangaTest/Lib/GListApp/PACKAGE.py ./GangaTest/Lib/TFile/PACKAGE.py ./GangaTest/PACKAGE.py ./GangaTutorial/PACKAGE.py ```

The following Docker commands now work correctly: ``` d = Docker() d = Docker('fedora:latest') d = Docker(image='fedora:latest') d = Docker(image='fedora:latest', mode='P1') ``` In addition, added unit tests for each of...

Related issue and PR: #2300, #2308 The following docker command patterns throw `TypeError` in Ganga. `j.virtualization = Docker("docker://image:tag")` and `j.virtualization = Docker("image:tag")` The documentation for virtualization [Virtualization.rst](https://github.com/ganga-devs/ganga/blob/develop/doc/UserGuide/Virtualization.rst) has been updated...

Core
good first issue

We have a new option for Run 3 in bokkeeping queries to specify the state of SMOG2 [see here for details](https://gitlab.cern.ch/lhcb-dirac/LHCbDIRAC/-/issues/23). Ganga should support this too, I think it's just...

This is just a placeholder for the GSoC 2024 proposal.

Core
docs