Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
af2-at-scicore
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Contributor 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
schwede
af2-at-scicore
Commits
2b451a97
Commit
2b451a97
authored
1 year ago
by
Bienchen
Browse files
Options
Downloads
Patches
Plain Diff
Switch pre-defined data paths to sciCORE
parent
a2b90ec3
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
run_af2/src/run_af2/run_singularity.py
+20
-11
20 additions, 11 deletions
run_af2/src/run_af2/run_singularity.py
with
20 additions
and
11 deletions
run_af2/src/run_af2/run_singularity.py
+
20
−
11
View file @
2b451a97
...
...
@@ -222,27 +222,36 @@ def run_af2_singularity_image( # pylint: disable=too-many-arguments
snglrty_bin
=
"
/usr/bin/singularity
"
,
tmpdir_var
=
"
TMPDIR
"
,
extra_arg_list
=
None
,
# data_dir="/scicore/data/managed/AF2params/frozen_210805T171956/",
data_dir
=
"
/scicore/home/schwede/GROUP/alphafold_data/
"
,
data_dir
=
"
/scicore/data/managed/AF2params/frozen_230815T000000/
"
,
uniref90_database_path
=
"
/scicore/data/managed/UniProt/latest/uniref/
"
+
"
uniref90/uniref90.fasta
"
,
mgnify_database_path
=
"
/scicore/data/managed/MGnify/frozen_2
1
08
0
5T
103
00
2
/
"
+
"
mgy_clusters_20
18_12
.fa
"
,
mgnify_database_path
=
"
/scicore/data/managed/MGnify/frozen_2
3
08
1
5T
0000
00/
"
+
"
mgnify/
mgy_clusters_20
22_05
.fa
"
,
bfd_database_path
=
"
/scicore/data/managed/BFD/frozen_210805T085238/
"
+
"
bfd_metaclust_clu_complete_id30_c90_final_seq.sorted_opt
"
,
small_bfd_database_path
=
"
/scicore/data/managed/BFD_small/
"
+
"
frozen_210812T135116/bfd-first_non_consensus_sequences.fasta
"
,
uniref30_database_path
=
"
/scicore/home/schwede/GROUP/alphafold_data/
"
+
"
uniref30/UniRef30_2021_03
"
,
uniprot_database_path
=
"
/scicore/home/schwede/GROUP/alphafold_data/uniprot/
"
+
"
uniprot.fasta
"
,
pdb70_database_path
=
"
/scicore/data/managed/PDB70/frozen_210805T142857/pdb70
"
,
pdb_seqres_database_path
=
"
/scicore/home/schwede/GROUP/alphafold_data/
"
+
"
pdb_seqres/pdb_seqres.txt
"
,
uniref30_database_path
=
"
/scicore/data/managed/AF_UniProt/
"
+
"
frozen_221115T101000/uniref/uniref30/UniRef30_2021_03
"
,
uniprot_database_path
=
"
/scicore/data/managed/UniProt/latest/knowledgebase/
"
+
"
complete/uniprot.fasta
"
,
pdb70_database_path
=
"
/scicore/data/managed/PDB70/frozen_210805T142857/
"
+
"
pdb70
"
,
pdb_seqres_database_path
=
"
/scicore/data/managed/PDB/latest/derived_data/
"
+
"
pdb_seqres.txt
"
,
template_mmcif_dir
=
"
/scicore/data/managed/PDB/latest/data/structures/all/
"
+
"
mmcif_files/
"
,
obsolete_pdbs_path
=
"
/scicore/data/managed/PDB/latest/data/status/
"
+
"
obsolete.dat
"
,
# data_dir="/scicore/home/schwede/GROUP/alphafold_data/",
#mgnify_database_path="/scicore/data/managed/MGnify/frozen_210805T103002/"
#+ "mgy_clusters_2018_12.fa",
# uniref30_database_path="/scicore/home/schwede/GROUP/alphafold_data/"
# + "uniref30/UniRef30_2021_03",
# pdb_seqres_database_path="/scicore/home/schwede/GROUP/alphafold_data/"
# + "pdb_seqres/pdb_seqres.txt",
# uniprot_database_path="/scicore/home/schwede/GROUP/alphafold_data/uniprot/"
# + "uniprot.fasta",
# template_mmcif_dir="/scicore/home/schwede/GROUP/alphafold_data/pdb_mmcif/"
# + "mmcif_files/",
# obsolete_pdbs_path="/scicore/home/schwede/GROUP/alphafold_data/pdb_mmcif/"
...
...
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