Skip to content

Commit

Permalink
small changes in comments, preparing for coding
Browse files Browse the repository at this point in the history
  • Loading branch information
anastasiia committed Nov 14, 2018
1 parent b73686c commit 3b62e45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions find_exons.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

"""
call_peaks uses the uncontinuous score from a bigWig file to estimate peaks
This script finds exons of the genes of interest
@author: Anastasiia Petrova
@contact: anastasiia.petrova(at)mpi-bn.mpg.de
"""
Expand Down Expand Up @@ -108,7 +108,7 @@ def main():
logger.info("find_exons.py was called using these parameters:")
logger.info(vars(args))

#logger.info("find_exons needed %s seconds to generate the output" % (time.time() - start))
logger.info("find_exons needed %s seconds to generate the output" % (time.time() - start))

for handler in logger.handlers:
handler.close()
Expand Down

0 comments on commit 3b62e45

Please sign in to comment.