-
Notifications
You must be signed in to change notification settings - Fork 5
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
Error: BLAT binary was not found #18
Comments
Hi, Very strange your are not able to install by conda. Can you give me more informations? Nevertherless, you can specify the PATH for the other binary software using the command: For BLAT, you can specify PATH like this: |
Thank you! All working once
|
Hello, similarly to #11 I also have an issue with a BLAT error.
I was not able to install successfully using
conda install -c bioconda -c conda-forge pymlst
, butpip install pymlst
seemed to work fine.I have also made sure the packages listed in
requirements.txt
are installed. Updating .bashrc did not solve the issue as in #10 .claMLST
I seem to create the database from import fine with no errors:
claMLST import test.db
After selecting an option (staphylococcus aureus) from the presented list:
? (136) Results found staphylococcus aureus [INFO: 2023-11-08 11:09:05,973] One element found : mlst [INFO: 2023-11-08 11:09:05,974] Downloading mlst... [INFO: 2023-11-08 11:09:11,085] Database initialized
When trying to perform a search:
claMLST search test.db Staphylococcus_aureus_test.fa
I encounter an error
BLAT binary was not found
:[INFO: 2023-11-08 11:13:29,404] Search ST from files: Staphylococcus_aureus_test.fa [INFO: 2023-11-08 11:13:29,404] Search coregene with BLAT for Staphylococcus_aureus_test Error: BLAT binary was not found
wgMLST
Similarly with wgMLST, I import the database without issues:
wgMLST import test.db
After selecting an option (Staphylococcus aureus) from the presented list:
[INFO: 2023-11-08 11:16:13,023] 30 elements found, please choose one: ? (30) Results found Staphylococcus aureus [INFO: 2023-11-08 11:16:18,038] Downloading the core genome... [INFO: 2023-11-08 11:16:36,188] Reverse-complemented genes: 961 [INFO: 2023-11-08 11:16:36,191] Database initialized
But when trying to add strains to the database:
wgMLST add test.db Staphylococcus_aureus_test.fa [INFO: 2023-11-08 11:18:24,130] Search coregene with BLAT Error: BLAT binary was not found
The text was updated successfully, but these errors were encountered: