-
Notifications
You must be signed in to change notification settings - Fork 65
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
Conda package #74
Comments
I'm currently looking at this too, but it seems to me to be not that straightforward:
If the authors would be willing to push things to bioconductor, we could simply rely on that and get the packages from there. However, I don't see that happening right now... Cross-ref here nf-core/chipseq#15 |
Hi Sebastian and Alex, Both Li and I are interested in it. If you need help just let us know. Ning-Yi |
I talked with bioconda developers and there is a way to achieve things, if you'd be willing to e.g. host the database with a stable release information / repository. Google Drive is fine for just distributing, but its not a stable release URL (since you can overwrite things). If you could e.g. add some kind of versioning for the databases, I guess we could be using them also from there - that would be something you could help us with. We can then produce separate packages for the databases that pull the required databases on user request and have the main application in the "main" package. E.g. adding something like "2018-06-04_hg19.db" or something similar and not overwriting that file (or just produce something like "hg19_v1.0.db" and later add "hg19_v1.1.db" - this would allow us to have a direct versionizing schema. |
PR accepted this is available via bioconda now. I will work on submitting a couple of packages for the Databases now! |
Thank you very much @apeltzer |
Hi everyone, I am encountering the following error when attempting to install ngsplot via bioconda:
Conda environment creation concludes with exitcode 0, however the relevant ngsplot database is not installed. The error occurs in all environments I tried up until now, including:
best regards, |
Thanks for the report, we found something similar to be the case and I'll work on it the next days to get this fixed asap. |
Cross linking our issue here nf-core/chipseq#43 |
Looks for me as if the installation requires interaction with the installation script (a confirmation via |
|
Thanks for the quick response! I personally have worked around the problem by hosting the database files in my own github repo, and, after environment building, activating the environment and installing the files manually using the following, (and passing the -y flag directly to ngsplotdb.py):
which seems to work:
best, |
Thanks, didn't know that this switch even existed as its not documented by the authors. |
when I tried to install the reference, I still encountered the error.
|
I tried several times with the previous solutions but still could not fix it. version2: |
I figured it out that it was the reason that I am used a conda py27 env. and downloaded and extracted the tar.gz file as introduced on the website. there might be some conflicts. However, when I used conda to install the r-ngsplot and now it works well for the install genome step. |
Hi Runyply,
Could you try to run the ngsplotdb.py by python2.7? It was written in
py2.7, but the first line of the script will call the default python
interpreter in the $PATH. So it looks like the issue of which python you
are using.
Ning-Yi Shao
…On Mon, Dec 16, 2019 at 3:50 PM Runuply ***@***.***> wrote:
when I tried to install the reference, I still encountered the error.
$ ngsplotdb.py -y install ngsplotdb_mm10_75_3.00.tar
Read package file ngsplotdb_mm10_75_3.00.tar error. The downloaded file may be corrupted.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#74?email_source=notifications&email_token=AAIKUKISGJOBMHN3GTCQVK3QY7SZ5A5CNFSM4D5VI5C2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEHABQTY#issuecomment-566237263>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAIKUKMA5LBEMBWTFWRTLCLQY7SZ5ANCNFSM4D5VI5CQ>
.
|
Have you solved the issue? I encountered the same error for install TAIR10 even if using the python2.7, Could I know how to fix it? |
Hello,
Have you considered creating a conda package for
ngsplot
?I am happy to add it to bioconda. Would you be able to assist if I find any issues in the process?
Best regards,
Sebastian
CC @Acribbs @jencyw
The text was updated successfully, but these errors were encountered: