Skip to content
Snippets Groups Projects
Commit 7bfeb98a authored by Venkat Malladi's avatar Venkat Malladi
Browse files

Update testing for paried-end.

parent e09a8b62
Branches
No related merge requests found
...@@ -56,8 +56,6 @@ single_end_single_control: ...@@ -56,8 +56,6 @@ single_end_single_control:
single_end_diff: single_end_diff:
stage: multiple stage: multiple
only: only:
- branches
except:
- master - master
script: script:
- nextflow run workflow/main.nf --designFile "$CI_PROJECT_DIR/test_data/design_diff_SE.txt" --genome 'GRCm38' --astrocyte false - 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: ...@@ -66,6 +64,8 @@ single_end_diff:
paired_end_diff: paired_end_diff:
only: only:
- branches
except:
- master - master
stage: multiple stage: multiple
script: script:
......
...@@ -71,4 +71,4 @@ def test_diffbind_pairedend_single_rep(): ...@@ -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')) 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' diffbind_file = test_output_path + 'ENCSR729LGA_vs_ENCSR757EMK_diffbind.csv'
assert os.path.exists(diffbind_file) assert os.path.exists(diffbind_file)
assert utils.count_lines(diffbind_file) >= 65182 assert utils.count_lines(diffbind_file) >= 65124
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment