Skip to content

Commit

Permalink
Include parameter --assign_ambiguous_alignments_to_first_reference in…
Browse files Browse the repository at this point in the history
… readme
  • Loading branch information
kclem authored and mbowcut2 committed Jun 19, 2024
1 parent f6e23cf commit ea6a39e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,8 @@ This should produce a folder called 'CRISPResso_on_base_editor'. Open the file c

--expand_ambiguous_alignments: If more than one reference amplicon is given, reads that align to multiple reference amplicons will count equally toward each amplicon. Default behavior is to exclude ambiguous alignments. (default: False)

--assign_ambiguous_alignments_to_first_reference: If more than one reference amplicon is given, ambiguous reads that align with the same score to multiple amplicons will be assigned to the first amplicon. Default behavior is to exclude ambiguous alignments. (default: False)

--needleman_wunsch_gap_open: Gap open option for Needleman-Wunsch alignment (default: -20)

--needleman_wunsch_gap_extend: Gap extend option for Needleman-Wunsch alignment (default: -2)
Expand Down

0 comments on commit ea6a39e

Please sign in to comment.