Skip to content

Commit

Permalink
adding code for ambiguous nucleotides
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard C. Burhans committed Apr 16, 2024
1 parent d6b9d4e commit f51af96
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tools/segalign/segalign.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,14 @@ OMP_THREAD_LIMIT=\${GALAXY_SLOTS:-2}
#if $scoring_pathname != "None":
--scoring '$scoring_pathname'
#end if
#if str($mode.scoring_options.ambiguous_selector) != "x"
#if str($mode.scoring_options.set_ambiguous_params_selector) == "true"
#set $argument_value = ','.join($mode.scoring_options.ambiguous_selector, $mode.scoring_options.ambiguous_reward, $mode.scoring_options.ambiguous_penalty)
--ambiguous '$argument_value'
#else
--ambiguous '$ambiguous_selector'
#end if
#end if
## Seeding Options -----------------------------------------------------
Expand Down

0 comments on commit f51af96

Please sign in to comment.