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

initial commit

parent d0723e08
No related branches found
No related tags found
1 merge request!30bedops test
BootStrap: docker
From: ubuntu:bionic
%help
This singularity install bedops v2.4.40
%post
# ~~~~~~ General setup and folder creation ~~~~~~ #
apt-get update && apt-get install -y wget bzip2
# ~~~~~ bedops 2.4.40 ~~~~~ #
wget https://github.com/bedops/bedops/releases/download/v2.4.40/bedops_linux_x86_64-v2.4.40.tar.bz2
tar jxvf bedops_linux_x86_64-v2.4.40.tar.bz2
cp bin/* /usr/local/bin
%labels
Author Nicolas Descostes
Version v0.0.1
\ No newline at end of file
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