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
7bfeb98a
Commit
7bfeb98a
authored
Mar 25, 2020
by
Venkat Malladi
Browse files
Update testing for paried-end.
parent
e09a8b62
Pipeline
#6354
failed with stages
in 37 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
7bfeb98a
...
...
@@ -56,8 +56,6 @@ single_end_single_control:
single_end_diff
:
stage
:
multiple
only
:
-
branches
except
:
-
master
script
:
-
nextflow run workflow/main.nf --designFile "$CI_PROJECT_DIR/test_data/design_diff_SE.txt" --genome 'GRCm38' --astrocyte
false
...
...
@@ -66,6 +64,8 @@ single_end_diff:
paired_end_diff
:
only
:
-
branches
except
:
-
master
stage
:
multiple
script
:
...
...
workflow/tests/test_diff_peaks.py
View file @
7bfeb98a
...
...
@@ -71,4 +71,4 @@ def test_diffbind_pairedend_single_rep():
assert
os
.
path
.
exists
(
os
.
path
.
join
(
test_output_path
,
'ENCSR729LGA_vs_ENCSR757EMK_diffbind.bed'
))
diffbind_file
=
test_output_path
+
'ENCSR729LGA_vs_ENCSR757EMK_diffbind.csv'
assert
os
.
path
.
exists
(
diffbind_file
)
assert
utils
.
count_lines
(
diffbind_file
)
>=
651
8
2
assert
utils
.
count_lines
(
diffbind_file
)
>=
6512
4
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