Skip to content
Snippets Groups Projects
Commit 7cf05207 authored by nfontrod's avatar nfontrod
Browse files

src/find_interaction_cluster/clip_figures/clip_analyser.py: deletion of...

src/find_interaction_cluster/clip_figures/clip_analyser.py: deletion of files=[files[0]] in clip_folder_analysis function
parent 224fc9d0
No related branches found
No related tags found
No related merge requests found
......@@ -378,7 +378,6 @@ def clip_folder_analysis(clip_folder: Path, project: str, weight: int,
else ConfigClip.bed_exon
files = list(clip_folder.glob("*.bed")) + \
list(clip_folder.glob("*.bed.gz"))
files = [files[0]]
pool = mp.Pool(processes=min(len(files), ps))
processes = []
for mfile in files:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment