Skip to content

Commit

Permalink
Fix -offtargetDB option for cached FASTA files
Browse files Browse the repository at this point in the history
  • Loading branch information
nsoranzo committed Nov 22, 2023
1 parent 4a26b06 commit 33e0b98
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tools/lotus2/lotus2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,9 @@ lotus2
#if $reversePrimer:
-reversePrimer '$reversePrimer'
#end if
#if $other_opts.offtarget_cond.offtargetDB != 'no':
#if $other_opts.offtarget_cond.offtargetDB == 'cached':
-offtargetDB '$other_opts.offtarget_cond.ref_file.fields.path'
#elif $other_opts.offtarget_cond.offtargetDB == 'history':
-offtargetDB '$other_opts.offtarget_cond.ref_file'
#end if
-useMini4map $other_opts.useMini4map
Expand Down

0 comments on commit 33e0b98

Please sign in to comment.