-
I am using singularity to run this pipeline.
Unable to download requested sequence data from Ensembl (ftp://ftp.ensembl.org/pub/release-110/fasta/homo_sapiens/cdna/Homo_sapiens.GRCh38.cdna.all.fa.…
-
Our modules should be singular
-
**Describe the bug**
When running a job on a system with Singularity, a user ran into an error during the SCE to h5ad conversion.
![image](https://github.com/user-attachments/assets/57e625b8-b6…
-
I have been trying to combine this to allow load balancing so the system stops timing out.
We have small servers all over and could use the program to run on them as well.
Example:
- job_name:…
-
### Cleanup
- [x] sylabs/singularity#2919
- [x] sylabs/singularity#2957
### Testing
- [ ] sylabs/singularity#2984
- [ ] sylabs/singularity#2989
- [ ] sylabs/singularity#2990
- [ ] sylabs/…
-
i want hide the singularity from JEI but not working , can u add if possible Hide singularity from JEI in the config
-
# Issue
If a Singularity container is generated with the CLI, only a link with `oras//:` is provided. Due to compatibility issues, many Singularity-based systems still require an HTTPS link to the co…
-
# Short Description of the issue
The image pull from a private registry that reject anonymous token fails.
## Environment
- Operating System: Linux
- Other related components ver…
-
### Description
Sometime, like example, when working with very large amount of data you trying to process it by partitions, because you can't fit in memory
In that cases some parts of pipeline are…
-
From a user on slack, I am just the messenger.
```
julia> R, (x,y) = polynomial_ring(GF(2), ["x","y"]);
julia> A, _ = quo(R, ideal(R, [x^2+1, y^2+1]));
julia> F = free_module(A,2);
julia> …