Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MorF
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Arendt Group
MorF
Commits
d71d75fa
Commit
d71d75fa
authored
2 years ago
by
Nikolaos Papadopoulos
Browse files
Options
Downloads
Patches
Plain Diff
was overeager during merging, restoring databases_pdb
parent
2fd10229
Branches
main
Tags
v1.2
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scripts/databases_pdb.sh
+19
-0
19 additions, 0 deletions
scripts/databases_pdb.sh
with
19 additions
and
0 deletions
scripts/databases_pdb.sh
0 → 100755
+
19
−
0
View file @
d71d75fa
#!/bin/bash -ex
#SBATCH -J create_index
#SBATCH -t 08:00:00
#SBATCH -c 64
#SBATCH --mem=200G
#SBATCH -o /g/arendt/npapadop/cluster/create_index.out
#SBATCH -e /g/arendt/npapadop/cluster/create_index.err
# build the indices for the sequence databases uniref30, PDB. This is later used for the
# MSAs of the Spongilla sequences.
cd
/scratch/npapadop/database
module load MMseqs2
mmseqs databases PDB PDB tmp
mmseqs createindex PDB tmp3
--remove-tmp-files
1
--threads
64
module unload MMseqs2
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment