Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Moved salmon libtype argument to config
Browse files Browse the repository at this point in the history
  • Loading branch information
jenzopr committed Apr 5, 2018
1 parent 030df8d commit ef3f5bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ reference:
#
salmon:
index_flags: '--gencode'
quant_flags: '--gcBias'
quant_flags: '-l ISR --gcBias'

#
# The HTStream section
Expand Down
2 changes: 1 addition & 1 deletion src/salmon.snake
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ rule salmon_quant_se:
version: SALMON_VERSION
shell:
"""
salmon quant -p {threads} -i {input.index} -l ISR -r {input.r1} -o {config[dirs][quant]}/{wildcards.sample} {params.flags} &> {log}
salmon quant -p {threads} -i {input.index} -r {input.r1} -o {config[dirs][quant]}/{wildcards.sample} {params.flags} &> {log}
"""

0 comments on commit ef3f5bc

Please sign in to comment.