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
74cf5dbc
Commit
74cf5dbc
authored
Feb 11, 2021
by
nsoler
Browse files
admin cc scripts
parent
70300d1f
Pipeline
#2400
failed with stages
in 2 minutes and 5 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
package/scripts/export_features_sign0.py
View file @
74cf5dbc
...
...
@@ -34,18 +34,9 @@ def export_features_sign0(destination="/aloy/scratch/nsoler/CC_related/EXPORT_SI
for
space
in
spaces
:
for
num
in
(
1
,
2
,
3
,
4
,
5
):
ds
=
space
+
str
(
num
)
+
'.001'
tmpdir
=
os
.
path
.
join
(
destination
,
ds
)
if
not
os
.
path
.
exists
(
tmpdir
):
try
:
os
.
makedirs
(
tmpdir
)
except
Exception
as
e
:
print
(
"WARNING"
,
e
)
continue
sign0tmp
=
cc
.
get_signature
(
'sign0'
,
'full'
,
ds
)
sign0tmp
.
export_features
(
tmpdir
)
sign0tmp
.
export_features
(
destination
)
if
__name__
==
'__main__'
:
destination
=
"/aloy/scratch/nsoler/CC_related/EXPORT_SIGN/sign0_features"
...
...
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