Skip to content

Commit

Permalink
added default flag for 0 lenth indels
Browse files Browse the repository at this point in the history
  • Loading branch information
farchaab committed Oct 26, 2024
1 parent 4db4d03 commit 4872558
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mess/workflow/rules/simulate/short_reads.smk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
art_args = ""
art_args = "-k 0 "
if CUSTOM_ERR == None:
art_args += f"-ss {ERROR} "
if CUSTOM_ERR:
Expand All @@ -16,7 +16,7 @@ if PAIRED:


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


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

0 comments on commit 4872558

Please sign in to comment.