Skip to content

Commit

Permalink
add log to report rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Katherine Eaton authored and ktmeaton committed Apr 14, 2022
1 parent 861ffb1 commit 94fc942
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions docs/notes/Notes_development.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@

## To Do

1. Consolidate `summary` and `usher_metadata`.
1. Summarize recombinants by parents and dates observed.
1. Edit Auspice json to change default colorings,filters,and panels.
1. Automate unit test update.
1. Move `report` output to `reporting` directory.
1. Test the `exclude_clades` param of Nextclade to make sure it isn't removing.
4 changes: 1 addition & 3 deletions workflow/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -678,9 +678,7 @@ rule report:
"""
csvtk cut -t -f "{params.cols}" {input.summary} \
| csvtk rename -t -f "{params.cols}" -n "{params.cols_rename}" \
| csvtk mutate2 -t -n "status" -e '""' \
| csvtk mutate2 -t -n "new_this_week" -e '""' \
> {output.report};
1> {output.report} 2> {log};
"""

# -----------------------------------------------------------------------------#
Expand Down

0 comments on commit 94fc942

Please sign in to comment.