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

availability on bioconda #1

Open
tomkinsc opened this issue Jul 20, 2020 · 5 comments
Open

availability on bioconda #1

tomkinsc opened this issue Jul 20, 2020 · 5 comments

Comments

@tomkinsc
Copy link

tomkinsc commented Jul 20, 2020

Thanks for this new tool!

I found the pre-print for LDBlockShow on the biorxiv. Since LDBlockShow is distributed under an open license (MIT), I added a package recipe so it will be available via the bioconda channel of the conda package manager. I hope that's ok! This makes it easy to install via a simple command:

conda install -c bioconda ldblockshow

It looks like there have already been some downloads of LDBlockShow from bioconda: https://anaconda.org/bioconda/LDblockshow

If changes should be made to the LDBlockShow recipe, please let me know or feel free to open pull requests to the bioconda-recipes repository. We welcome contributions!
(more info on contributing to bioconda here: https://bioconda.github.io/contributor/index.html )

@axelwilhelm
Copy link

axelwilhelm commented May 27, 2021

When using LDBlockShow I get:

warning: can't find the [ShowLDSVG] in your $PATH ; no png Figure Out

should be in anaconda3/bin/ShowLDSVG

LDBlockShow, installed manually on a remote computer, has ShowLDSVG (but not in $PATH) but I can't find it anywhere after installing with conda.

 find / -name ShowLDSVG 2> /dev/null

gives me nothing

@hewm2008
Copy link
Contributor

Dear @axelwilhelm ; you can download form github and install it at this way :

       git clone https://github.com/BGI-shenzhen/LDBlockShow.git
        chmod 755 configure  ;  ./configure;
        make;
        mv LDBlockShow  bin/;    #     [rm *.o]

@tomkinsc
Copy link
Author

@axelwilhelm The (bio)conda package has been updated to v1.40, and the new build includes ShowLDSVG.

@axelwilhelm
Copy link

axelwilhelm commented May 28, 2021

clone/configure/make works fine but conda:

The following NEW packages will be INSTALLED:

ldblockshow bioconda/linux-64::ldblockshow-1.38-he513fc3_0

is still 1.38

conda install -c bioconda ldblockshow=1.40
found conflicts (maybe that is an irrelevant issue)

@solohu
Copy link

solohu commented May 11, 2024

when installed the ldblockshow 1.40 pl5321hdcf5f25_3 bioconda, showed the message:
Can't locate SVG.pm in @inc (you may need to install the SVG module).
But i do installed SVG, and there is perl-svg 2.87 in the environment.

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

No branches or pull requests

4 participants