Skip to content

Commit

Permalink
Merge 5ece241 into 706ed13
Browse files Browse the repository at this point in the history
  • Loading branch information
Oddant1 committed Aug 14, 2020
2 parents 706ed13 + 5ece241 commit ff072a6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions q2_types/per_sample_sequences/_format.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,9 @@ def manifest(self):
if 'reverse' not in df:
df['reverse'] = None

if 'forward' not in df:
df['forward'] = None

def munge_fn_closure(val):
if val is not None:
return str(self.path / pathlib.Path(val).name)
Expand Down

0 comments on commit ff072a6

Please sign in to comment.