Skip to content
Snippets Groups Projects
Commit 3badeb76 authored by Fidel Alfaro Almagro's avatar Fidel Alfaro Almagro :speech_balloon:
Browse files

Update dr.py Fixing - small bug

parent 6c732fc6
No related tags found
1 merge request!5Update dr.py Fixing - small bug
Pipeline #23310 skipped
...@@ -312,7 +312,7 @@ def dr(files, grp_maps, workdir, submit_to_cluster=True): ...@@ -312,7 +312,7 @@ def dr(files, grp_maps, workdir, submit_to_cluster=True):
if not submit_to_cluster: if not submit_to_cluster:
with open(f'{workdir}/logs/dr_commands.txt', 'r') as fpr: with open(f'{workdir}/logs/dr_commands.txt', 'r') as fpr:
for command in fpr.readlines(): for command in fpr.readlines():
logger.info(' '.join(command)) logger.info(command)
output=run(command) output=run(command)
print(output) print(output)
......
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