Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Carlos-Francisco Méndez-Cruz
/
deep-learning-workshop
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Carlos-Francisco Méndez-Cruz
2019-05-08 11:48:52 -0500
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f6b4a6a54c69a42c18eb102a1a0244f34d7c0b79
f6b4a6a5
1 parent
b0c8db29
Deep Learning Workshop
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
data-sets/get-hga-sequences.py
data-sets/get-hga-sequences.py
View file @
f6b4a6a
...
...
@@ -112,7 +112,7 @@ if __name__ == "__main__":
i
+=
1
if
(
i
%
100
)
==
0
:
print
(
"{} rows processed."
.
format
(
i
))
if
i
==
1000
:
if
i
==
1000
0
:
break
print
(
"Length media exons {} and utr {}"
.
format
(
length_total_exon
/
total_exon
,
length_total_utr
/
total_utr
))
with
open
(
os
.
path
.
join
(
args
.
outputPath
,
args
.
outputFile
),
mode
=
"w"
)
as
oFile
:
...
...
Please
register
or
login
to post a comment