Skip to content

Commit

Permalink
run canu as shadow rule to reduce disk space usage
Browse files Browse the repository at this point in the history
and add comment about Medaka's default model to README
  • Loading branch information
pmenzel committed Mar 5, 2024
1 parent c65ee58 commit f4d6add
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,8 @@ sample1 r941_min_high_g330
sample2 r941_min_high_g351
```

If no model is specified, Medaka will use the `r941_min_hac_g507` model by default.

### pilon

**`pilon`**
Expand Down
2 changes: 2 additions & 0 deletions Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -479,6 +479,8 @@ rule canu:
threads: 5
resources:
mem_mb=12000,
shadow:
"minimal"
input:
fqont=get_ont_fq,
output:
Expand Down

0 comments on commit f4d6add

Please sign in to comment.