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
9e154601
Commit
9e154601
authored
2 years ago
by
Niko Papadopoulos
Browse files
Options
Downloads
Patches
Plain Diff
update scripts to new paths, new conda env name
parent
ee0e19cf
Branches
main
Tags
v1.2
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
scripts/align.sh
+2
-2
2 additions, 2 deletions
scripts/align.sh
scripts/databases.sh
+1
-1
1 addition, 1 deletion
scripts/databases.sh
scripts/predict_structures.sh
+1
-1
1 addition, 1 deletion
scripts/predict_structures.sh
scripts/submit_colab.sh
+1
-1
1 addition, 1 deletion
scripts/submit_colab.sh
with
5 additions
and
5 deletions
scripts/align.sh
+
2
−
2
View file @
9e154601
...
...
@@ -11,7 +11,7 @@ module load GCC
module load bzip2
module load CUDA
source
~/.bash_profile
conda activate /g/arendt/npapadop/repos/condas/
maf
conda activate /g/arendt/npapadop/repos/condas/
CoFFE
MMSEQS
=
"/g/arendt/npapadop/repos/MMseqs2/build/bin/mmseqs"
QUERY
=
"/g/arendt/data/spongilla_singlecell_dataset/spongilla_lacustris_Trinity.fasta.transdecoder_70AA_mediumheader.fasta"
...
...
@@ -20,4 +20,4 @@ BASE="/scratch/npapadop/"
cd
"
${
BASE
}
"
colabfold_search
"
${
QUERY
}
"
database/ ./
--mmseqs
"
${
MMSEQS
}
"
--threads
32
module unload
\ No newline at end of file
module unload
This diff is collapsed.
Click to expand it.
scripts/databases.sh
+
1
−
1
View file @
9e154601
...
...
@@ -69,4 +69,4 @@ if [ ! -f COLABDB_READY ]; then
fi
module unload aria2
module unload bzip2
\ No newline at end of file
module unload bzip2
This diff is collapsed.
Click to expand it.
scripts/predict_structures.sh
+
1
−
1
View file @
9e154601
...
...
@@ -20,7 +20,7 @@ shift
shift
unset
CONDA_SHLVL
eval
"
$(
conda shell.bash hook
)
"
conda activate /g/arendt/npapadop/repos/condas/
milot
conda activate /g/arendt/npapadop/repos/condas/
CoFFE
export
TF_FORCE_UNIFIED_MEMORY
=
1
mkdir
-p
${
OUTPUT
}
colabfold_batch
"
$INPUT
"
"
$OUTPUT
"
--stop-at-score
85
This diff is collapsed.
Click to expand it.
scripts/submit_colab.sh
+
1
−
1
View file @
9e154601
#!/bin/bash -ex
for
i
in
$(
seq
1 32
)
;
do
sbatch /g/arendt/npapadop/repos/spongfold/
milot
.sh /scratch/npapadop/msas/batch
"
$i
"
/scratch/npapadop/res_batch
"
$i
"
sbatch /g/arendt/npapadop/repos/spongfold/
scripts/predict_structures
.sh /scratch/npapadop/msas/batch
"
$i
"
/scratch/npapadop/res_batch
"
$i
"
done
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