Skip to content

Commit

Permalink
fix spikein renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Jan 21, 2025
1 parent f5180fe commit 2de93f8
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 '/\s+/$/{spikeinExt} /' {input} > {output}
sed 's/\s\+/{params.spikeinExt} /' {input} > {output}
"""

rule createGenomeFasta:
Expand Down

0 comments on commit 2de93f8

Please sign in to comment.