Skip to content

Commit

Permalink
screen dryrun worked
Browse files Browse the repository at this point in the history
  • Loading branch information
SilasK committed Jul 26, 2023
1 parent a7e5e00 commit c157aa6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion workflow/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ wildcard_constraints:

include: "rules/sample_table.smk"
include: "rules/download.smk" # contains hard coded variables
include: "rules/screen.smk"
include: "rules/qc.smk"
include: "rules/screen.smk" # expects function get_input_fastq defined in qc
include: "rules/assemble.smk"
include: "rules/binning.smk"
include: "rules/derep.smk"
Expand Down
2 changes: 1 addition & 1 deletion workflow/rules/screen.smk
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ rule generate_sketch:
" samplerate=0.5"
" minkeycount=2 "
" out={output} "
" blacklist=nt ssu=f name0={sample} depth=t overwrite=t "
" blacklist=nt ssu=f name0={wildcards.sample} depth=t overwrite=t "
" -Xmx{resources.java_mem}g "
" &> {log}"

Expand Down

0 comments on commit c157aa6

Please sign in to comment.