Skip to content
Snippets Groups Projects
public
Authored by
Venkat Malladi @venkat.malladi

metaseq_signularity

Singularity of metaseq docker image

Edited
Embed
Share
metaseq.def 362 B
BootStrap: docker
From: vsmalladi/metaseq


%labels
  Author venkat.malladi@utsouthwestern.edu

%environment
  export PATH=/opt/conda/bin:${PATH}

%post
  mkdir /home2
  mkdir /work
  mkdir /project
  mkdir /project1
  mkdir /archive


%runscript
    exec /opt/conda/bin/python "$@"

%test
  python --version
  python -c 'import metaseq'
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment