Skip to content

Commit

Permalink
added correct rm from issue #183 and added score instead of p-value t…
Browse files Browse the repository at this point in the history
…o deepvirfinder and virfinder
  • Loading branch information
mult1fractal committed Mar 3, 2023
1 parent 79faf1a commit 165bd3d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions submodule_report/Heatmap_table.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ The tool's output and what WtP assigns are shown in the table below.

Tool | Standard output | WtP displayed value | F1 scores by Ho et al.
|-|-|-|-|
|deepvirfinder | p-value: 0 to 1 | 0 to 1 | >0.83
|deepvirfinder | score: 0 to 1 | 0 to 1 | >0.83
|metaphinder | string: phage | 1 | >0.83
|metaphinder own| string: phage | 1 | N/A
|phigaro | score: 0 to 1 | 0 to 1 | N/A
Expand All @@ -75,7 +75,7 @@ Tool | Standard output | WtP displayed value | F1
|sourmash | similarity: 0 to 1 | 0 to 1 | N/A
|vibrant | prediction: virus | 1 | >0.83
|vibrant-virome | prediction: virus | 1 | N/A
|virfinder | p-value: 0 to 1 | 0 to 1 | >0.83
|virfinder | score: 0 to 1 | 0 to 1 | >0.83
|virnet | score: 0 to 1 | 0 to 1 | N/A
|virsorter | category 1, category 2, category 3 | 1, 0.5, 0 | >0.83
|virsorter-virome|category 1, category 2, category 3 | 1, 0.5, 0 | N/A
Expand Down
3 changes: 1 addition & 2 deletions workflows/process/sourmash/download_references.nf
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ process download_references {
wget --no-check-certificate https://osf.io/6ukfx/download -O references.tar.gz
tar -xvzf references.tar.gz
mv references/*.fa .
rm -r references
references.tar.gz
rm -r references.tar.gz
"""
stub:
"""
Expand Down

0 comments on commit 165bd3d

Please sign in to comment.