Skip to content

Commit

Permalink
added M in SAM cigar strings
Browse files Browse the repository at this point in the history
  • Loading branch information
farchaab committed Aug 30, 2024
1 parent dab621c commit 2e62511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mess/workflow/rules/simulate/short_reads.smk
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if PAIRED:


if BAM:
art_args += "-sam"
art_args += "-sam -M"


sam_out = temp(os.path.join(dir.out.short, "{sample}", "{fasta}", "{contig}.txt"))
Expand Down

0 comments on commit 2e62511

Please sign in to comment.