Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
BICF
Astrocyte
chipseq_analysis
Commits
fa0a8c48
Commit
fa0a8c48
authored
Mar 01, 2020
by
Venkat Malladi
Browse files
Update to pool.
parent
e8746395
Pipeline
#6196
failed with stages
in 338 minutes and 40 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
workflow/tests/test_pool_and_psuedoreplicate.py
View file @
fa0a8c48
...
...
@@ -85,7 +85,7 @@ def test_single_control(design_experiment_3):
shutil
.
copy
(
test_design_path
+
'B_1.bedpe.gz'
,
cwd
)
shutil
.
copy
(
test_design_path
+
'A_1.tagAlign.gz'
,
cwd
)
single_control
=
pool_and_psuedoreplicate
.
generate_design
(
'true'
,
1.2
,
design_experiment_3
,
cwd
,
1
,
1
)
assert
'
B_1
.tagAlign.gz'
in
single_control
[
'control_tag_align'
].
unique
()[
0
]
assert
'
pool_control
.tagAlign.gz'
in
single_control
[
'control_tag_align'
].
unique
()[
0
]
@
pytest
.
mark
.
singleend
...
...
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