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
Hi,
I was trying out BIGSI through docker and encountered this error:
docker run -v $PWD/example-data:/data phelimb/bigsi bigsi bloom --config /data/configs/berkeleydb.yaml /data/kmers.txt /data/fromTxt.bloom
ValueError: File format mismatch
Using the image from the tutorial (phelimb/bigsi:63768c2), the filter generation seems to work fine.
Edit: While the old version doesn't output anything to stdout/err, it also doesn't produce the filter (even with kmers.ctx, which the latest can make into a filter). Using kmers.ctx with the old version, BIGSI exits with 132.
The text was updated successfully, but these errors were encountered:
Hi,
I was trying out BIGSI through docker and encountered this error:
Using the image from the tutorial (phelimb/bigsi:63768c2), the filter generation seems to work fine.
Edit: While the old version doesn't output anything to stdout/err, it also doesn't produce the filter (even with kmers.ctx, which the latest can make into a filter). Using kmers.ctx with the old version, BIGSI exits with 132.
The text was updated successfully, but these errors were encountered: