Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Packages
chemical_checker
Commits
1357cf87
Commit
1357cf87
authored
Feb 11, 2021
by
nsoler
Browse files
admin cc scripts
parent
81ac94ff
Changes
2
Hide whitespace changes
Inline
Side-by-side
package/scripts/add_metadata.py
View file @
1357cf87
...
...
@@ -42,7 +42,7 @@ def remove_backups(cc_repo="2020_02"):
def
add_metadata
(
cc_repo
=
None
,
signatures
=
'0123'
,
backup
=
Tru
e
):
def
add_metadata
(
cc_repo
=
None
,
signatures
=
'0123'
,
backup
=
Fals
e
):
"""
cc_repo: (str) path to a cc sign repo i.e /aloy/web_checker/package_cc/2020_02
signature: (str or int), number refering to the signature. ex: '012' for sign0, sign1, sign2.
...
...
package/scripts/make_symlink_sign0_1.py
View file @
1357cf87
...
...
@@ -4,7 +4,7 @@
import
os
,
sys
from
get_repo_version
import
cc_repo_version
def
make
symlinks
(
destination
=
"/aloy/scratch/nsoler/CC_related/EXPORT_SIGN"
,
cc_repo
=
None
):
def
make
_
symlinks
(
destination
=
"/aloy/scratch/nsoler/CC_related/EXPORT_SIGN"
,
cc_repo
=
None
):
"""
Creates symlinks for all signatures in a single folder
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment