Skip to content

Commit c4ffabc

Browse files
authored
fix: remove --no-hd and --no-sq flags from bowtie2 to include samheaders
1 parent e6ea3b3 commit c4ffabc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

workflow.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,6 @@ async def stdout_handler(line: bytes):
191191
"bowtie2",
192192
"-p",
193193
str(proc),
194-
"--no-hd",
195-
"--no-sq",
196194
"--no-unal",
197195
"--local",
198196
"--score-min",

0 commit comments

Comments
 (0)