Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ESB
ONT_pilot_gitlab
Commits
fef8b5e4
Commit
fef8b5e4
authored
Mar 05, 2021
by
Valentina Galata
Browse files
reports: minor bug fix in condition to skip rgi plots (no hits, should have no effect)
parent
400f2348
Changes
1
Hide whitespace changes
Inline
Side-by-side
workflow_report/scripts/report.R
View file @
fef8b5e4
...
...
@@ -99,7 +99,7 @@ if("plasflow" %in% snakemake@config$steps_annotation){
if
(
"rgi"
%in%
snakemake
@
config
$
steps_annotation
){
TABS
$
rgi
<-
read_rgi
(
snakemake
@
input
$
rgi
[
1
])
if
(
nrow
(
TABS
$
rgi
>
0
)
)
{
if
(
nrow
(
TABS
$
rgi
)
>
0
){
TABS
$
rgi_proc
<-
proc_rgi
(
TABS
$
rgi
)
FIGS
$
rgi
<-
list
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment