Skip to content
Snippets Groups Projects
Commit 59962d33 authored by Jeremy Mathews's avatar Jeremy Mathews
Browse files

Add tagAlign test data

parent 9cc20fdf
Branches
Tags
1 merge request!54Resolve "Single control or experiment fails at call peaks macs"
Pipeline #4387 failed with stages
in 14 seconds
......@@ -6,6 +6,7 @@ All notable changes to this project will be documented in this file.
- Fix references.md link in citation of README.md
- Add Nextflow to references.md
- Fix pool_and_psuedoreplicate.py to run single experiment
- Add test data
## [publish_1.0.6 ] - 2019-05-31
### Added
......
File added
File added
......@@ -67,6 +67,8 @@ def test_single_rep(design_experiment_2):
cwd = os.getcwd()
shutil.copy(test_design_path + 'A_1.bedse.gz', cwd)
shutil.copy(test_design_path + 'B_1.bedse.gz', cwd)
shutil.copy(test_design_path + 'A_1.tagAlign.gz', cwd)
shutil.copy(test_design_path + 'B_1.tagAlign.gz', cwd)
single_rep = pool_and_psuedoreplicate.generate_design('false', 1.2, design_experiment_2, cwd, 1, 1)
......
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