Skip to content
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 Binaries #39

Open
Beta-INC opened this issue May 31, 2021 · 3 comments
Open

ERROR Binaries #39

Beta-INC opened this issue May 31, 2021 · 3 comments
Labels
question Further information is requested

Comments

@Beta-INC
Copy link

Beta-INC commented May 31, 2021

Hi

I try to analyze a sample, but when running the basic option of tormes (-m and -o) it indicates the following error:
grep: /home/dell/miniconda3/envs/tormes-1.2.1/bin/../files/config_file.txt: No existe el archivo o el directorio

Thanks for using tormes version 1.2.1
Let's check that all software are properly installed and all the data included in the metadata file is correct

/home/dell/Documentos/Secuencias/Genomasvolcan/PB-report/metadata.R: línea 1: error sintáctico cerca del elemento inesperado (' /home/dell/Documentos/Secuencias/Genomasvolcan/PB-report/metadata.R: línea 1: metadata=read.table("/home/dell/Documentos/Secuencias/Genomasvolcan/PB-report/metadata.tmp", header = T, sep = "\t", dec = ".")'
cut: /home/dell/Documentos/Secuencias/Genomasvolcan/PB-report/reads.tmp: No existe el archivo o el directorio
Software: found

ERROR: Binaries for MAUVE not found! Please check if:
* Binaries are not installed
* Binaries are installed but the path in /home/dell/miniconda3/envs/tormes-1.2.1/bin/../files/config_file.txt is incorrect

Can you help me??
Thanks :)

@nmquijada
Copy link
Owner

nmquijada commented Jun 8, 2021

Hi!

It looks that your tormes config_file.txt is missing. Did you run tormes-setup after installing tormes with conda?
We are transitioning tormes to version 1.3.0, that will (hopely) be ready in a few days. Therefore, if you performed the installation properly as it says in the instructions (https://github.com/nmquijada/tormes#installation), I would suggest you to wait for the newer version, as the oldest ones won't be maintained.
I will keep you updated ;)

Thanks!

@nmquijada
Copy link
Owner

Hi again,

We just released the v1.3.0 of TORMES :)

Would you mind to uninstall your former version and try out the new one?
For doing so:

#UNINSTALLING
conda env remove -n tormes-1.2.1
conda clean --all

#INSTALLING
wget https://anaconda.org/nmquijada/tormes-1.3.0/2021.06.08.113021/download/tormes-1.3.0.yml
conda env create -n tormes-1.3.0 --file tormes-1.3.0.yml
conda activate tormes-1.3.0
tormes-setup

Thanks!
Narciso

@nmquijada nmquijada added the question Further information is requested label Jun 23, 2021
@Beta-INC
Copy link
Author

Beta-INC commented Jul 2, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants