You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 2, 2021. It is now read-only.
I was trying to run 20 bam files through nudup.py in parallel inside Singularity container. I used parallel processing as implemented in snakemake, nextflow and parallel GNU. The effect was always the same: some of the files were processed, while others ran (or just stay hanged?) forever. I have logged the paralell's GNU stdout/err during execution of nudup script - https://github.com/AdrianS85/varia/blob/master/nudup_raport.txt. Please notice that the same jobs are issued over and over again. For comparison, the strip script, which is run before nudup.py, runs in parallel properly - https://github.com/AdrianS85/varia/blob/master/strip_raport.txt