-
Notifications
You must be signed in to change notification settings - Fork 0
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
Hard to install the pantas #2
Comments
Hi, sorry for that. We'll look into simplifying pantas installation: docker seems the way to go (thanks for the suggestion). We'll keep you posted. Best, |
Hi, we are currently working on the docker image. But in the meantime, we should have fixed the compilation errors. If you want, you can try running again Best, |
Hi, the docker image is ready to use. We updated the README with the instructions needed to build and run it. Let us know if you encounter any issue. Best, |
Dear developer: Thank you for your efforts. I think it will greatly promote the delivery and application of the software. I will test it as soon as possible to see if it can be successful. Another question is that I have read your algorithm logic and I find that you are very close to the rpvg software (https://github.com/jonassibbesen/rpvg). Can you tell me your optimization and improvement compared to rpvg in what areas? Best |
To compare with linear reference-based approaches, Best, |
Thank you for your answer. I will have some time to test it in the near future, and I will consult you again if I have any questions. Best |
Dear developer:
We are engaged in the work of pig pangene, and now we want to use pantas to do some analysis of pantranscription, but we find it very difficult to install pantas. I would like to ask if you can provide a docker version, which will be very convenient for the future spread of this software and reduce a lot of trouble in installation.
I also uploaded the problems we encountered, please help us to look at it.
Best day!
Dong
The code we used:
git clone https://github.com/AlgoLab/pantas.git
mamba create -c bioconda -c conda-forge -n pantas python=3.10 biopython gffutils intervaltree bcftools samtools gffread vg snakemake-minimal
conda activate pantas
bash setup.sh
setup (2).log
The text was updated successfully, but these errors were encountered: