Skip to content
Snippets Groups Projects
Commit d71d75fa authored by Nikolaos Papadopoulos's avatar Nikolaos Papadopoulos
Browse files

was overeager during merging, restoring databases_pdb

parent 2fd10229
Branches main
Tags v1.2
No related merge requests found
#!/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
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