Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions lib/transrate/snap.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ def build_paired_cmd l, r, threads
cmd << " -D 5" # extra edit distance to search. needed for -om
cmd << " -om 5" # Output multiple alignments. extra edit distance
cmd << " -omax 10" # max alignments per pair/read
cmd << " -pairedFastq" # we're always passing a fastq
cmd
end

Expand Down