Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/LifeEGX/methylprep into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
marcmaxson committed Mar 11, 2020
2 parents e323e4a + f3f0f9d commit 9d9d3c8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/processing/test_pipeline.py
Expand Up @@ -61,8 +61,6 @@ def test_run_pipeline_demo_containers():
@staticmethod
def test_run_pipeline_with_create_sample_sheet():
test_data_dir = 'docs/example_data/epic_plus'
#testargs = ["__program__", '-d', test_data_dir, '--no_export', '--sample_name', 'Sample_1', '--no_sample_sheet']
#with patch.object(sys, 'argv', testargs):
test_data_containers = pipeline.run_pipeline(test_data_dir, export=False, sample_name=['Sample_1'],
meta_data_frame=False, make_sample_sheet=True)
# spot checking the output.
Expand Down

0 comments on commit 9d9d3c8

Please sign in to comment.