Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
David Feldman committed Feb 1, 2024
1 parent e04b1df commit b28e7e2
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions examples/paired_reads/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,12 @@ protein:
GS_linker: '[GS]{3,}' # 3 or more G or S
minibinder: '.*' # any amino acid sequence

# list part names to compare to reference
# use the "_aa" suffix to compare protein translations
# the format "barcode -> minibinder_aa" means first match by
# 5. Compare listed part names to reference.
# Use the "_aa" suffix to compare protein translations.
# The format "barcode -> minibinder_aa" means first match by
# barcode, then compare the corresponding minibinder in the
# reference to the parsed minibinder sequence
# reference to the parsed minibinder sequence at the amino
# acid level.
compare:
- barcode
- minibinder_aa
Expand Down

0 comments on commit b28e7e2

Please sign in to comment.