Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bigwigcat is missing dependency #22930

Open
nsheff opened this issue Jun 29, 2020 · 0 comments
Open

bigwigcat is missing dependency #22930

nsheff opened this issue Jun 29, 2020 · 0 comments

Comments

@nsheff
Copy link

nsheff commented Jun 29, 2020

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.

See: BioContainers/containers#335

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant