Skip to content

Commit

Permalink
editing of the commits
Browse files Browse the repository at this point in the history
  • Loading branch information
anastasiia committed Dec 3, 2018
1 parent f16d6e9 commit e74cc87
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions bin/call_peaks.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,6 @@
@contact: anastasiia.petrova(at)mpi-bn.mpg.de
"""

import argparse #for parsing the parameters
import sys #for example to exit if a problem occured
import os #for example to check the existing path of a file
import re #for example to split a string
import time #to calculate time needed to proceed the data
import logging #to write informaiton about the programm run
import numpy as np #to calculate mean for example
"""
call_peaks uses the uncontinuous score from a bigWig file to estimate peaks
@author: Anastasiia Petrova
@contact: anastasiia.petrova(at)mpi-bn.mpg.de
"""

import argparse #for parsing the parameters
import sys #for example to exit if a problem occured
import os #for example to check the existing path of a file
Expand Down

0 comments on commit e74cc87

Please sign in to comment.