Skip to content

Commit

Permalink
Minor updates to workflow Mark I (#312)
Browse files Browse the repository at this point in the history
This update fixes a small bug and updates a default value in workflow Mark I.
  • Loading branch information
standage committed Dec 12, 2018
1 parent 76a82fc commit 686e154
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kevlar/workflows/mark-I/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ rule localize:
'Logs/localize.log'
threads: 1
message: 'Compute reference target sequences for each partition.'
shell: 'kevlar --tee --logfile {output[1]} localize --delta {config[localize][delta]} --seed-size {config[localize][seedsize]} --include {config[localize][seqpattern]} --out {output[0]} {input[0]} {input[1]}'
shell: 'kevlar --tee --logfile {output[1]} localize --delta {config[localize][delta]} --seed-size {config[localize][seedsize]} --include \'{config[localize][seqpattern]}\' --out {output[0]} {input[0]} {input[1]}'


rule call:
Expand Down
3 changes: 2 additions & 1 deletion kevlar/workflows/mark-I/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"localize": {
"seedsize": 51,
"delta": 50,
"seqpattern": "."
"seqpattern": ".",
"maxdiff": 10000
}
}

0 comments on commit 686e154

Please sign in to comment.