Skip to content

Commit

Permalink
BUG: fix for #18 with new version of rasusa
Browse files Browse the repository at this point in the history
  • Loading branch information
beardymcjohnface committed May 2, 2024
1 parent d7ea126 commit 7123bdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion trimnami/workflow/envs/rasusa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ channels:
- bioconda
- defaults
dependencies:
- rasusa>=0.6.0
- rasusa>=1.0.0
2 changes: 1 addition & 1 deletion trimnami/workflow/rules/rasusa.smk
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ rule rasusa:
shell:
("if (( $(wc -c {input} | awk '{{print$1}}') > 200 ))\n then "
"rasusa "
"-i {input} "
"-o {output} "
"-O g "
"{params} "
"{input} "
"2> {log}\n "
"else "
"touch {output}\n "
Expand Down

0 comments on commit 7123bdb

Please sign in to comment.