jowodo
jowodo
I think my issue is related to #200. I'm on a HPC system (Oracle 7.9, kernel 3.10.0-1160.62.1.el7.x86_64). $ tail megalodon_results/guppy_log/guppy_basecall_server_log-2022-04-19_11-28-56.log model version id None adapter scaler model file: None 2022-04-19...
I just noticed, that the description in the 'About' section > Redbean: A fuzzy Bruijn graph approach to long noisy reads assembly does not match the first sentence of the...
Firstly, thanks for this amazing project! **Problem description** The following courses listed at https://librelingo.app/dev/ fail to load: - https://librelingo.app/course/parsig-from-english/ - https://librelingo.app/course/bangla-from-english/ - https://librelingo.app/course/hungarian-from-spanish/ - https://librelingo.app/course/ladino-from-spanish/ - https://librelingo.app/course/ladino-from-hebrew/ - https://librelingo.app/course/ladino-from-english/ They...
Hi! thanks for creating and maintaining this awesome piece of software! What does `kanban show status` do? Or what is it supposed to do? This is my experience: ``` [pur@lithium...
How can I tell the `configure` command where to find mmdb2? About the system: ============ ``` $ lsb_release -d Description: Oracle Linux Server release 8.7 $ uname -r 4.18.0-425.19.2.el8_7.x86_64 $...
I noticed from the README.md that the current version is 1.5.4, but the newest release is 1.4.1. conda fails to create the environment with ``` VERSION=1.4.1 conda create --name alphapickel-$VERSION...
numpy versions don't match in `requirements.txt` and `linux64requirements.txt`. What is the use of `requirements.txt`?
I'm on a shared system where virsorter and its database are installed centrally, so users don't have write permissions to these folders. I noticed that conda environments are created at...
Hi I tried to install via pip (in a virtual environment) I noticed, that the required pysam version 0.16.0.1 defined in setup.py doesn't install successfully with python version 3.10.4. Please...
This is how I installed samap: ``` conda create -y -n samap-1.0.15 -c bioconda samap=1.0.15 ``` Then, I wanted to test it: ``` conda activate samap-1.0.15 python3 -c 'import samap'...