Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
PRESCOTT
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Mustafa Tekpinar
PRESCOTT
Commits
16b622fa
Commit
16b622fa
authored
Jun 06, 2023
by
Mustafa Tekpinar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added evcouplings to the image for MSA generation.
parent
6c95c457
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
0 deletions
+14
-0
.gitignore
.gitignore
+2
-0
Dockerfile
Dockerfile
+12
-0
evc_config_monomer_template.txt
data/evc_config_monomer_template.txt
+0
-0
No files found.
.gitignore
View file @
16b622fa
...
...
@@ -4,5 +4,6 @@
example/.RData
gemmeAnal.pyc
__pycache__/*
esgemme/__pycache__/
esgemme.egg-info/*
.RData
\ No newline at end of file
Dockerfile
View file @
16b622fa
...
...
@@ -36,6 +36,7 @@ apt-get install -y nano && \
apt-get install
-y
less
&&
\
apt-get install
-y
wget
&&
\
apt-get install csh
&&
\
apt-get install
-y
hmmer
&&
\
apt-get clean
&&
rm
-rf
/var/lib/apt/lists/
*
/tmp/
*
/var/tmp/
*
###################################################################
RUN
wget https://github.com/soedinglab/hh-suite/releases/download/v3.3.0/hhsuite-3.3.0-AVX2-Linux.tar.gz
...
...
@@ -55,6 +56,17 @@ RUN pip3 install -e ./demust/
RUN
Rscript
-e
'install.packages("seqinr", repos="http://cran.us.r-project.org", dependencies=TRUE)'
#PLMC and EVcouplings installation for obtaining sequences.
RUN
wget https://github.com/debbiemarkslab/plmc/archive/refs/heads/master.zip
RUN
unzip master.zip
WORKDIR
/home/tekpinar/research/lcqb/plmc-master
RUN
make all-openmp32
RUN
cp bin/plmc /usr/local/bin/
WORKDIR
/home/tekpinar/research/lcqb
RUN
rm
-r
master.zip plmc-master
RUN
pip3 install install https://github.com/debbiemarkslab/EVcouplings/archive/develop.zip
# Build command
# sudo docker build -t tekpinar/esgemme-docker:v1.3.0 .
# sudo docker login
...
...
data/evc_config_monomer_template.txt
0 → 100644
View file @
16b622fa
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment