-
Notifications
You must be signed in to change notification settings - Fork 10
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
Installation failure caused by conda confliction #19
Comments
Hi Yang. One problem with Conda is that it can be hard to reconstitute old environments. In principle it could be conflicts of packages of the newer Conda installation and requirements of the packages in the old environment. Or even the old packages have been removed from the channels. At least for bioconda packages you may include the I am currently also looking into collecting some information on the available Docker containers. The docs seem outdated here (sorry). |
Hi @YangShi-PKU Here is another option, that may spare you a lot of hassle with the installation and setup. @suhrig has prepared a number of Docker containers of the workflow plus an archive with the required reference data. You can retrieve the data from https://ppcg.dkfz.de/pipelines/. The archives contain the following Roddy-based workflows
This means for the ACEseq Workflow this is not the newest version, but one that is pretty close to what we currently use in our production systems (1.2.8). The archives have been prepared for a data analysis in the context of a manuscript that is currently in preparation. I hope this helps! |
Thanks, I'll try that! Best Yang |
Hi, Thanks for sharing the docker as I am also working on running your tool and getting conda conflicts. I am wondering if the pipeline in the docker can run with the hg38? Thank you very much. Best wishes, |
Hi Yuyao, The prebuilt containers are not compatible with hg38, unfortunately. Regards, |
Hi Sebastian, Thanks for the reply. Would it be possible to update the conda environment configure file of the ACEseq workflow (hg38)? If the .yml of a working version is exported freshly, I assume that the packages will be compatible. Many thanks. Best wishes, |
There is a |
Sorry, @YY-SONG0718 for the delayed response. @vinjana is trying to solve the hg19 conda issue, we will get back to the hg38 conda env issue ASAP. |
Hi @NagaComBio @suhrig. No problem, Thanks for being supportive :) |
O.k., now after some testing we managed to get the Conda environment to work again with the newest hg38-enabled development version of the workflow (credits go to @NagaComBio!), but still I don't think this will be a good solution, because of some general problems with the Conda-based solution. There are some old packages, which are lost in the used Conda channels. This means that it's not possible to reinstall a working environment just with The only option that I see would be distributing a
The only possible solution that I see in the moment to cope with these issues would be to containerize. I could also provide you with the conda pack, but will probably require some more time investment from your side. |
HI,
First thanks for developing such an awesome tool. I want to apply it on my WGS data to call somatic CNA. However, when I tried this step:
conda env create -n ACEseqWorkflow -f $PATH_TO_PLUGIN_DIRECTORY/resources/analysisTools/copyNumberEstimationWorkflow/environments/conda.yml
It seems a lot of conda packages, especially their versions are conflicted. And some package version couldn't be found in current conda as well. Do you heve some recommendations on how to solve this problem?
Many thanks!
Yang
The text was updated successfully, but these errors were encountered: