Skip to content

Commit

Permalink
Cosmetics.
Browse files Browse the repository at this point in the history
  • Loading branch information
eudesbarbosa committed Aug 17, 2021
1 parent b14ffa9 commit ee6a95c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snappy_pipeline/workflows/repeat_expansion/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ def get_result_files(self):
def _yield_result_files(self, tpl, **kwargs):
"""Build output paths from path template and extension list."""
for donor in self._all_donors(include_background=False):
if donor.dna_ngs_library:
if donor.dna_ngs_library: # ignores samples without DNA library
yield from expand(tpl, donor=[donor], **kwargs)

def check_config(self):
Expand Down

0 comments on commit ee6a95c

Please sign in to comment.