fifthguy/seqtrace-container:latest
$ singularity pull shub://fifthguy/seqtrace-container:latest
Singularity Recipe
BootStrap: library
From: debian:9
%labels
Maintained by tzfifthguy1@gmail.com
%post
apt-get update
apt-get install -y python-gtk2 wget
cd /opt
wget https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/seqtrace/seqtrace-0.9.0.tar.gz
tar -xvf seqtrace-0.9.0.tar.gz
rm seqtrace-0.9.0.tar.gz
mkdir bin
echo "#!/bin/bash" > bin/seqtrace
echo "python /opt/seqtrace-0.9.0/seqtrace.py" >> bin/seqtrace
cd
chmod 777 /opt/bin/seqtrace
%environment
export PATH=/opt/bin:$PATH
Collection
- Name: fifthguy/seqtrace-container
- License: MIT License
View on Datalad
Metrics
key | value |
---|---|
id | /containers/fifthguy-seqtrace-container-latest |
collection name | fifthguy/seqtrace-container |
branch | master |
tag | latest |
commit | f83abce588367a18a3d8ab349e7304392266a2c3 |
version (container hash) | 889f470c31403f6980a0379336d26dbad1fdd21364d49d0b8c1fd36fddc7ca91 |
build date | 2021-02-18T10:42:57.657Z |
size (MB) | 231.9921875 |
size (bytes) | 243261440 |
SIF | Download URL (please use pull with shub://) |
Datalad URL | View on Datalad |
Singularity Recipe | Singularity Recipe on Datalad |
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.