GithubHelp home page GithubHelp logo

Comments (1)

leiyan avatar leiyan commented on May 27, 2024

conda create -n SJARACNe2.1 python=3.7.6

conda activate SJARACNe2.1

#The installation of scipy and numpy cannot be reversed. Scipy will install other versions of numpy by default.
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple scipy==1.6.1
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple numpy==1.20.1
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple pandas==1.2.3

#The document requirement is cwltool=>3.0.20201117141248; but only cwltool==3.0.20201117141248 can be installed, and the default installation dependencies cannot be used.
#Be sure to install setuptools==57.5.0 before installing cwltool==3.0.20201117141248, otherwise a dependency error will be reported.
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple setuptools==57.5.0
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple cwltool==3.0.20201117141248

conda install nodejs

conda install git

git clone https://github.com/jyyulab/SJARACNe

cd SJARACNe/

python setup.py build # build SJARACNe binary
python setup.py install

#The installation is complete.

#To search, give executable permissions to these scripts, otherwise, an error will be reported.
#find xxx -name "ch_line_ending*" -exec chmod +x {} ;
#find xxx -name "QC_input*" -exec chmod +x {} ;
#find xxx -name "create_consensus_network*" -exec chmod +x {} ;

#test run
sjaracne local -e ./test_data/inputs/BRCA100.exp -g ./test_data/inputs/tf.txt -n 2 -o ./test_data/outputs/cwl/cwltool/SJARACNE_out.final -pc 1.0 -tmp ./test_data/outputs/cwl/cwltool/tmp/

from sjaracne.

Related Issues (20)

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.