Giter Club home page Giter Club logo

Comments (7)

kew24 avatar kew24 commented on June 9, 2024 1

Even though CIARA isn't on conda, it can still be installed through conda from CRAN. Instructions included below for anyone else interested...

conda create --name ciara r-base=4.1.0
conda activate ciara
conda skeleton cran CIARA
sed -i "s/r-biobase$/bioconductor-biobase/" r-ciara/meta.yaml
sed -i "s/r-base$/r-base=4.1.0/" r-ciara/meta.yaml
conda-build r-ciara
conda install --use-local r-ciara

Thanks Gabriele!

from ciara.

kew24 avatar kew24 commented on June 9, 2024 1

For future reference, it's now on conda: https://anaconda.org/kew24/r-ciara
conda install -c kew24 r-ciara

If you prefer that I remove this build from my anaconda channel in favor of you uploading it, let me know!

from ciara.

gabrielelubatti avatar gabrielelubatti commented on June 9, 2024

For installing the python version of CIARA, you can use python -m pip install ciara_python (see here for more info https://github.com/ScialdoneLab/CIARA_python).

from ciara.

elissonlopes avatar elissonlopes commented on June 9, 2024

Sorry I forgot to mention that is the R version. I need it to run in a cluster. I have to install using conda or something like that but I got this message saying "CIARA is not available on conda channels"

from ciara.

gabrielelubatti avatar gabrielelubatti commented on June 9, 2024

Yes CIARA is not available on conda. You can install R on the cluster, for example with brew install R (https://brew.sh). Once R is installed you can install CIARA with devtools::install_github("ScialdoneLab/CIARA") or the CRAN version with install.packages("CIARA")

from ciara.

elissonlopes avatar elissonlopes commented on June 9, 2024

There is some problem with R version and Seurat tasks.
I could finally solve this using this tutorial bellow:
https://www.biostars.org/p/498049/

And Finally I could use devtools.

Thanks for your help Gabriel

from ciara.

gabrielelubatti avatar gabrielelubatti commented on June 9, 2024

Perfect 👍, happy that now it works!

from ciara.

Related Issues (1)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.