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
837ed33e
Commit
837ed33e
authored
Oct 11, 2023
by
Mustafa Tekpinar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Small changes in Dockerfile and Singularityfile.sh.
parent
6dbd9c68
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
8 deletions
+10
-8
Dockerfile
Dockerfile
+1
-1
Singularityfile.sh
Singularityfile.sh
+9
-7
No files found.
Dockerfile
View file @
837ed33e
...
...
@@ -114,5 +114,5 @@ RUN pip3 install https://github.com/debbiemarkslab/EVcouplings/archive/develop.z
#If you want to use the docker image like an executable file:
# Please note that you must have aliBLAT.fasta and blat-af2.pdb inside your current folder and run this command!
# sudo docker run --rm -v $PWD:/home/tekpinar/research/lcqb tekpinar/prescott-docker:v1.5.0 escott aliBLAT.fasta -
f aliBLAT.fasta --pdbfile
blat-af2.pdb
# sudo docker run --rm -v $PWD:/home/tekpinar/research/lcqb tekpinar/prescott-docker:v1.5.0 escott aliBLAT.fasta -
-pdbfile
blat-af2.pdb
Singularityfile.sh
View file @
837ed33e
...
...
@@ -12,16 +12,18 @@
# In addition, there are different releases(deb, rpm or source) in the following page:
# https://github.com/sylabs/singularity/releases
#STEP 1: Building singularity
sandbox
from the docker image online:
#STEP 1: Building singularity from the docker image online:
# Please note that you will need to change (v1.5.0) to the version you want
# if there is an update in the version.
singularity build
--sandbox
prescott-docker-v1.5.0
docker://tekpinar/prescott-docker:v1.5.0
singularity build
prescott-docker-v1.5.0.sif
docker://tekpinar/prescott-docker:v1.5.0
#STEP 2: Converting the folder to a single sif file:
singularity build prescott-docker-v1.5.0.sif prescott-docker-v1.5.0
#STEP 3: Running escott with the sif file:
#STEP 2: Running escott with the sif file:
singularity
exec
prescott-docker-v1.5.0.sif escott
-h
#STEP
4
: Running prescott with the sif file:
#STEP
3
: Running prescott with the sif file:
singularity
exec
prescott-docker-v1.5.0.sif prescott
-h
#STEP 4: Go to the folder where both aliBLAT.fasta and blat-af2.pdb are located.
# These two files are provided in the data folder of this repository.
# YOUR_SINGULARITY_DIR is where prescott-docker-v1.5.0.sif file located.
singularity
exec
--home
`
pwd
`
$YOUR_SINGULARITY_DIR
/prescott-docker-v1.5.0.sif escott aliBLAT.fasta
--pdbfile
blat-af2.pdb
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