Hi
I used this command : umi_tools dedup -I SRSF3.bam --output-stats=deduplicated -S deduplicated.bam
But it is saying, "'dedup' is not a UMI-tools command. See 'umi_tools -h'".
I found that the error occurred in the following step in the script umi_tools.py.
*** ImportError: /data/groups/anko/mohamed/Install_packages/miniconda3/lib/python3.10/site-packages/matplotlib/../../../libstdc++.so.6: version `GLIBCXX_3.4.30' not found (required by /data/groups/anko/mohamed/Install_packages/miniconda3/lib/python3.10/site-packages/scipy/fft/_pocketfft/pypocketfft.cpython-310-x86_64-linux-gnu.so)
Could you please let me know, how to fix this error?
Hi I used this command : umi_tools dedup -I SRSF3.bam --output-stats=deduplicated -S deduplicated.bam But it is saying, "'dedup' is not a UMI-tools command. See 'umi_tools -h'".
I found that the error occurred in the following step in the script umi_tools.py.
"module = importlib.import_module("umi_tools." + command, "umi_tools")".
*** ImportError: /data/groups/anko/mohamed/Install_packages/miniconda3/lib/python3.10/site-packages/matplotlib/../../../libstdc++.so.6: version `GLIBCXX_3.4.30' not found (required by /data/groups/anko/mohamed/Install_packages/miniconda3/lib/python3.10/site-packages/scipy/fft/_pocketfft/pypocketfft.cpython-310-x86_64-linux-gnu.so)
Could you please let me know, how to fix this error?
Thanks