Closed Turbojewelz closed 3 years ago
Hello Julian,
I hope you are doing great !
Your first error was caused by the fact that we were not pinning the correct version of snakemake
in our conda recipe. Not sure about the following ones though.
Would it possible for you to follow the updated instructions from our documentation and install the latest version of haystac
from github
(after cloning please install the package with pip
), and let me know if you still face the same issues ? Of course I'll keep looking into the error messages you got in the meantime.
Apologies for this inconvenience and thank you for your patience !
Best, Antony
Hey there and thanks for the answer, unfortunately I still cant get haystac to run. Neither with the updated instructions that I found here (https://github.com/antonisdim/haystac/blob/master/docs/installation.rst) nor with with pip and a python3 virtual environment again. But maybe I am doing something generally wrong. Do you also have an updated document on how to install with pip?
Cheers and all the best, Julian
Hello Julian,
I hope you are doing great and I am really sorry for the delayed response !
I have uploaded an executable on my personal conda
channel. Could you please install haystac
in a fresh conda
environment with the following command:
mamba install -c antonisdim haystac
Please make sure you are also using the latest version of conda
.
Please let me know how it goes and thank you for your patience !
Best, Antony
Hey there, so got to run Haystac via installing it with pip in a virtual python environment and also in a conda environment. In both environments I tried to create databases as depicted in the manual but It doesn't seem to work. So maybe you can help me and provide a solution. When I use Conda I get the following error:
This run I did with the following command but I also tried with the Y.pestis one from the manual and it throws the same error.
haystac database --mode build --query '"Klebsiella pneumoniae"[Organism] AND "complete genome"[All Fields] AND refseq[filter]' --output /data110/jsusat_side_projects/software2/klebsiella
And If I try to build a database in the python3 virtual environment where I installed Haystac with pip the error message looks like this:
I see the bgzip error which is also pretty odd as I installed bgzip in the virtualenv. But is the other problem where it states that it is unable to download the assembly linked to that? Or is it there for another reason? This error was generated with the following command:
haystac database --mode build --query '"Yersinia"[Organism] AND "complete genome"[All Fields]' --output yersinia_example
Maybe you can help me and provide some guidance :) Thanks in advance, Julian