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

Merge branch '65-test_failing' into 'master'

Update paired-end diff to skip this test.

Closes #65

See merge request BICF/Astrocyte/chipseq_analysis!60
parents 2d542075 968f5bb3
Branches
Tags
No related merge requests found
......@@ -13,6 +13,7 @@ All notable changes to this project will be documented in this file.
- Use GTF files instead of TxDb and org libraries in Annotate Peaks
- Make gtf and geneName files as param inputs
- Fix xcor to increase file size for --random-source
- Fix skip diff test for paired-end data
## [publish_1.0.6 ] - 2019-05-31
### Added
......
......@@ -15,7 +15,7 @@ def test_diff_peaks_singleend_single_rep():
assert os.path.isdir(test_output_path) == False
@pytest.mark.pairedend
@pytest.mark.pairedendskip_true
def test_diff_peaks_pairedend_single_rep():
assert os.path.isdir(test_output_path) == False
......
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