diff --git a/bin/call_peaks.py b/bin/call_peaks.py index ab6e73f..3aa77b4 100644 --- a/bin/call_peaks.py +++ b/bin/call_peaks.py @@ -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