Skip to content
Snippets Groups Projects
Commit ae75a1a7 authored by Venkat Malladi's avatar Venkat Malladi
Browse files

Fix use of tool.

parent a2571d3b
Branches
Tags
1 merge request!23Resolve "Output software versions and methods and references"
Pipeline #3259 failed with stages
in 5 hours and 1 minute
......@@ -188,6 +188,9 @@ def main():
handler = logging.FileHandler('consensus_peaks.log')
logger.addHandler(handler)
# Check if tools are present
check_tools()
# Read files as dataframes
design_peaks_df = pd.read_csv(design, sep='\t')
design_files_df = pd.read_csv(files, sep='\t')
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment