Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Carlos-Francisco Méndez-Cruz
/
automatic-extraction-growth-conditions
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
Carlos-Francisco Méndez-Cruz
2018-10-12 12:34:37 -0500
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e63b97f820280d5006c1e33abaeea7663b11e2b7
e63b97f8
1 parent
16141b11
Transform soft file in XML file
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
scripts/extract-manually-tagged-gcs.py
scripts/extract-manually-tagged-gcs.py
View file @
e63b97f
...
...
@@ -88,7 +88,7 @@ if __name__ == "__main__":
#print("\nSerie: {}\tSample: {}\tTag: {}\tContent: {}".format(serie, sample, tag, content.encode(encoding='utf-8', errors='replace')))
if
tag
in
hashGcs
[
serie
][
sample
]:
if
content
in
hashGcs
[
serie
][
sample
][
tag
]:
print
(
"Duplicated content: {}"
.
format
(
content
.
encode
(
encoding
=
'utf-8'
,
errors
=
'replace'
)))
#
print("Duplicated content: {}".format(content.encode(encoding='utf-8', errors='replace')))
pass
# GC content already in hash
else
:
print
(
"New content: {}"
.
format
(
content
))
...
...
Please
register
or
login
to post a comment