Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
MPBA
INF
Commits
7cb397cb
Commit
7cb397cb
authored
Jan 28, 2020
by
Alessia Marcolini
Browse files
Fix ts file passed as parameter
parent
fbaef686
Changes
1
Show whitespace changes
Inline
Side-by-side
Snakefile_split
View file @
7cb397cb
...
...
@@ -63,7 +63,7 @@ rule ml_juxt_val:
output:
"{outfolder}/{dataset}/{target}/{model}/{split_id}/juxt/{layers}_tr_MCC_scores.txt"
shell:
"python sklearn_validation.py {input[0]} {input[
1
]} {wildcards.outfolder}/{wildcards.dataset}/{wildcards.target}/{wildcards.model}/{wildcards.split_id}/juxt --tslab {input[3]}"
"python sklearn_validation.py {input[0]} {input[
2
]} {wildcards.outfolder}/{wildcards.dataset}/{wildcards.target}/{wildcards.model}/{wildcards.split_id}/juxt --tslab {input[3]}"
rule snf:
...
...
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