Skip to content

Commit

Permalink
fix style. fix model path
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasHoffmann77 committed Nov 6, 2023
1 parent cf238ea commit 0e11586
Showing 1 changed file with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ Automated model building and protein identification in cryo-EM maps."""
toolchain = SYSTEM

_prepare = ''
# Uncomment and adapt to store data (10GB) elsewhere:
#_common_data = '/easybuild/data'
#_prepare = 'mkdir -p %s/%%(name)s/%%(version)s/torch_home &&' % _common_data
#_prepare += 'ln -s %s/%%(name)s/%%(version)s/torch_home %%(installdir)s/torch_home &&' % _common_data
# Uncomment and adapt to store data (10GB) elsewhere:
# _common_data = '/easybuild/data'
# _prepare = 'mkdir -p %s/%%(name)s/%%(version)s/torch_home &&' % _common_data
# _prepare += 'ln -s %s/%%(name)s/%%(version)s/torch_home %%(installdir)s/torch_home &&' % _common_data

install_type = 'merge'
buildininstalldir = True
Expand Down Expand Up @@ -53,27 +53,27 @@ sources = [
{
'filename': 'original-7733060.zip',
'download_filename': 'original.zip',
'extract_cmd': 'unzip -n %%s -d %s/model_angelo/ ' % _checkpoints
'extract_cmd': 'unzip -n %%s -d %s/model_angelo_v1.0/ ' % _checkpoints
},
{
'filename': 'original_no_seq-7733060.zip',
'download_filename': 'original_no_seq.zip',
'extract_cmd': 'unzip -n %%s -d %s/model_angelo/ ' % _checkpoints
'extract_cmd': 'unzip -n %%s -d %s/model_angelo_v1.0/ ' % _checkpoints
},
{
'filename': 'small_gpu-7733060.zip',
'download_filename': 'small_gpu.zip',
'extract_cmd': 'unzip -n %%s -d %s/model_angelo/ ' % _checkpoints
'extract_cmd': 'unzip -n %%s -d %s/model_angelo_v1.0/ ' % _checkpoints
},
{
'filename': 'nucleotides-7942241.zip',
'download_filename': 'nucleotides.zip',
'extract_cmd': 'unzip -n %%s -d %s/model_angelo/ ' % _checkpoints
'extract_cmd': 'unzip -n %%s -d %s/model_angelo_v1.0/ ' % _checkpoints
},
{
'filename': 'nucleotides_no_seq-7942241.zip',
'download_filename': 'nucleotides_no_seq.zip',
'extract_cmd': 'unzip -n %%s -d %s/model_angelo/ ' % _checkpoints
'extract_cmd': 'unzip -n %%s -d %s/model_angelo_v1.0/ ' % _checkpoints
},
]
checksums = [
Expand Down

0 comments on commit 0e11586

Please sign in to comment.