Skip to content

Commit

Permalink
snakefmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Phlya committed Feb 16, 2021
1 parent 6b6e50d commit 06b5710
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions workflow/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -211,10 +211,10 @@ if config["loopability"]["do"]:
loopability_shifts = config["loopability"]["shifts"]
if loopability_shifts > 0:
loopability_norms.append(f"{loopability_shifts}-shifts")
if config['loopability']['expected']:
loopability_norms.append('expected')
if len(loopability_norms)==0:
raise ValueError('Please use expected or shifts to normalize loopability')
if config["loopability"]["expected"]:
loopability_norms.append("expected")
if len(loopability_norms) == 0:
raise ValueError("Please use expected or shifts to normalize loopability")


if config["insulation"]["do"]:
Expand Down

0 comments on commit 06b5710

Please sign in to comment.