Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
jlopez
sagJL
Commits
a8eb7226
Commit
a8eb7226
authored
Oct 11, 2021
by
khalid
Browse files
Add a way to restart workflow from prepare_report rule
parent
3e950c25
Changes
1
Hide whitespace changes
Inline
Side-by-side
main.R
View file @
a8eb7226
...
...
@@ -703,6 +703,7 @@ generate_menu <- function() {
for
(
step
in
APP
$
pages
[
2
:
length
(
APP
$
pages
)]){
# all steps but remove global_params page
choices
<-
choices
+
",'"
+
step
$
label
+
"'='"
+
step
$
name
+
"'"
}
choices
<-
choices
+
",'prepare_report'='prepare_report'"
choices
<-
choices
+
",'MultiQC'='multiqc'"
res
<-
res
+
'selectInput("force_from", label = "Start again from a step : ", selected = "none", choices = '
+
choices
+
')),'
...
...
Write
Preview
Supports
Markdown
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