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
MICS_Biomathematics
bioinfo
VariantAnnotator
Commits
b4784d84
Commit
b4784d84
authored
Feb 14, 2021
by
Pradat Yoann
Browse files
add os.makedirs out folder in test_main
parent
486da0b9
Pipeline
#9809
failed with stage
in 19 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
variant_annotator/tests/test_main.py
View file @
b4784d84
...
...
@@ -37,6 +37,7 @@ def test_main():
vcf_folder
=
"./examples/data/TCGA_GA/"
out_folder
=
"./examples/results/TCGA_GA/"
os
.
makedirs
(
out_folder
,
exist_ok
=
True
)
#### paths to results folders
dt_folders
=
{
...
...
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