Skip to content

Commit

Permalink
fix last bug in SARTools
Browse files Browse the repository at this point in the history
  • Loading branch information
rlegendre committed Jan 9, 2018
1 parent f1d0c0f commit 6e65d14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sequana/pipelines/rnaseq/rnaseq.rules
Expand Up @@ -345,7 +345,7 @@ if config["SARTools"]["do"]:
__SARTools__targetFile = __preSARTools__targetFile
__SARTools__logs = "SARTools.log"
__SARTools__output = "SARTools/"
__SARTools__output_file = "SARTools/SARTools.done"
__SARTools__output_file = "SARTools.done"
include: sm.modules["SARTools"]
expected_output.extend([__SARTools__output_file])

Expand Down

0 comments on commit 6e65d14

Please sign in to comment.