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
The latest ucsc-bigwigcat container is missing a shared object:
> quay.io/biocontainers/ucsc-bigwigcat:377--h199ee4e_0 bigWigCat
bigWigCat: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory
The older container appears to work:
docker run --rm \
> quay.io/biocontainers/ucsc-bigwigcat:357--1 bigWigCat
bigWigCat v 4 - merge non-overlapping bigWig files
directly into bigWig format
usage:
bigWigCat out.bw in1.bw in2.bw ...
Where in*.bw is in big wig format
and out.bw is the output indexed big wig file.
options:
-itemsPerSlot=N - Number of data points bundled at lowest level. Default 1024
Note: must use wigToBigWig -fixedSummaries -keepAllChromosomes (perhaps in parallel cluster jobs) to create the input files.
Note: By non-overlapping we mean the entire span of each file, from first data point to last data point, must not overlap with that of other files.
The text was updated successfully, but these errors were encountered:
The latest ucsc-bigwigcat container is missing a shared object:
The older container appears to work:
The text was updated successfully, but these errors were encountered: