Skip to content

Commit

Permalink
replace regex as it evokes syntax warning
Browse files Browse the repository at this point in the history
  • Loading branch information
WardDeb committed Aug 8, 2024
1 parent 3f7b395 commit d42b681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snakePipes/shared/rules/createIndices.snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ else:
params:
spikeinExt = spikeinExt
shell: """
sed -r 's/\s+/{spikeinExt} /' {input} > {output}
sed -r 's/[[:space:]]+/{spikeinExt} /' {input} > {output}
"""

rule createGenomeFasta:
Expand Down

0 comments on commit d42b681

Please sign in to comment.