cerebis / qc3C

Reference-free quality assessment for Hi-C sequencing data
GNU Affero General Public License v3.0
12 stars 1 forks source link

Conda package import error and problems using Docker image #40

Open cerebis opened 3 years ago

cerebis commented 3 years ago

We got our sediment Hi-C data today so I was very excited to see if it worked. I had issues with the conda install of qc3c because of a pysam instability:


ImportError: /usr/lib/x86_64-linux-gnu/libcurl.so.4: version `CURL_OPENSSL_4' not found (required by /mnt/gpfs/chris/Installed/miniconda3/envs/qc3c/lib/python3.8/site-packages/pysam/libchtslib.cpython-38-x86_64-linux-gnu.so) ————————

Then I tried docker which works but breaks on my reads:


docker run cerebis/qc3c mkdb --reads test_R1.fq --reads test_R2.fq --lib kmers.jf ERROR | 2020-11-26 14:33:32,763 | main | test_R1.fq

————————————

Which is odd as I can read them OK with other programs.