SegAlign icon indicating copy to clipboard operation
SegAlign copied to clipboard

Support for linux-ppc64le?

Open taoqxtaozi opened this issue 1 year ago • 0 comments

Hi,

I'm installing segalign through conda, I can success when my platform is linux-64, but cannot find the package when my platform is linux-ppc64le, here is the information:

$ conda info

     active environment : segalign
    active env location : /picb/phylcomb/taoqixin/try_gpu/miniconda3/envs/segalign
            shell level : 1
       user config file : /home/taoqixin/.condarc
 populated config files : /home/taoqixin/.condarc
          conda version : 23.10.0
    conda-build version : not installed
         python version : 3.11.5.final.0
       virtual packages : __archspec=1=power9le
                          __cuda=11.8=0
                          __glibc=2.28=0
                          __linux=4.18.0=0
                          __unix=0=0
       base environment : /picb/phylcomb/taoqixin/try_gpu/miniconda3  (writable)
      conda av data dir : /picb/phylcomb/taoqixin/try_gpu/miniconda3/etc/conda
  conda av metadata url : None
           channel URLs : https://repo.anaconda.com/pkgs/main/linux-ppc64le
                          https://repo.anaconda.com/pkgs/main/noarch
                          https://repo.anaconda.com/pkgs/r/linux-ppc64le
                          https://repo.anaconda.com/pkgs/r/noarch
          package cache : /picb/phylcomb/taoqixin/try_gpu/miniconda3/pkgs
                          /home/taoqixin/.conda/pkgs
       envs directories : /picb/phylcomb/taoqixin/try_gpu/miniconda3/envs
                          /home/taoqixin/.conda/envs
               platform : linux-ppc64le
             user-agent : conda/23.10.0 requests/2.31.0 CPython/3.11.5 Linux/4.18.0-348.el8.ppc64le rhel/8.5 glibc/2.28 solver/libmamba conda-libmamba-solver/23.11.1 libmambapy/1.5.3
                UID:GID : 5319:1043
             netrc file : None
           offline mode : False

and the error is:

$ conda install bioconda::segalign-full
Channels:
 - defaults
 - bioconda
Platform: linux-ppc64le
Collecting package metadata (repodata.json): done
Solving environment: failed

PackagesNotFoundError: The following packages are not available from current channels:

  - bioconda::segalign-full

Current channels:

  - defaults
  - https://conda.anaconda.org/bioconda

To search for alternate channels that may provide the conda package you're
looking for, navigate to

    https://anaconda.org

and use the search bar at the top of the page.

So is the reason why the error appears is that segalign does not support linux-ppc64le platform? Or is just because something is wrong with my server?

By the way, does it work for a linux-64 platform with Intel Xeon Gold 6248?

Thanks for your attention!

Best wishes

taoqxtaozi avatar Apr 18 '24 12:04 taoqxtaozi