Skip to content
Snippets Groups Projects
Commit ceb4536e authored by Nicolas Descostes's avatar Nicolas Descostes
Browse files

change path to the spikchip repo

parent 614faa74
No related branches found
No related tags found
No related merge requests found
Pipeline #51128 failed
......@@ -30,7 +30,7 @@ From: ubuntu
R --slave -e 'install.packages(c("BiocManager", "MASS"), repos="https://cloud.r-project.org/")' && R --slave -e 'BiocManager::install(c("affy"))'
# ~~~~~ spikchip ~~~~~ #
curl -L https://github.com/descostesn/spikChIP/archive/overwrite.tar.gz -o spikchip.tar.gz && tar -xvzf spikchip.tar.gz && rm spikchip.tar.gz && cd spikChIP-overwrite/ && rm -r examples && cd ..
curl -L https://github.com/descostesn/spikChIP/archive/refs/tags/1.0.0.tar.gz -o spikchip.tar.gz && tar -xvzf spikchip.tar.gz && rm spikchip.tar.gz && cd spikChIP-overwrite/ && rm -r examples && cd ..
%environment
export PATH="${PATH}:/spikChIP-overwrite:/seqcode-main/bin"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment