GreenwoodLab/pcev_pipelineCBRAIN:pcev_v0.1

$ singularity pull shub://GreenwoodLab/pcev_pipelineCBRAIN:pcev_v0.1

Singularity Recipe

Bootstrap: docker
From: centos:6.9

%labels
  Maintainer Natacha Beck && Marie Forest

%files
  . pcev_CBRAIN

%post
  yum update -y
  yum install -y unzip \
                 wget  \
                 epel-release \
                 java-1.8.0-openjdk-headless

  yum install -y  R 
  
  echo 'install.packages(c("pcev"), repos= "http://cran.us.r-project.org")' > /tmp/packages.R
  Rscript /tmp/packages.R 

  chmod 755 pcev_CBRAIN/run_pcevCBRAIN.sh \
                   && cp pcev_CBRAIN/run_pcevCBRAIN.sh /bin/

  chmod 755 pcev_CBRAIN/reportRedaction.sh \
                   && cp pcev_CBRAIN/reportRedaction.sh /bin/

  chmod 755 pcev_CBRAIN/pcev_for_cbrain.R \
                   && cp pcev_CBRAIN/pcev_for_cbrain.R /bin/

Collection


View on Datalad

Metrics

key value
id /containers/GreenwoodLab-pcev_pipelineCBRAIN-pcev_v0.1
collection name GreenwoodLab/pcev_pipelineCBRAIN
branch master
tag pcev_v0.1
commit fb3310792861a2e3d96511e8868a3bd4d95f7d96
version (container hash) 596462e07d795f15851d2e86fbe0044b
build date 2018-09-04T20:03:30.006Z
size (MB) 1278
size (bytes) 456687647
SIF Download URL (please use pull with shub://)
Datalad URL View on Datalad
Singularity Recipe Singularity Recipe on Datalad
We cannot guarantee that all containers will still exist on GitHub.