Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/mouse #53

Merged
merged 13 commits into from
Apr 4, 2020
Prev Previous commit
Next Next commit
Merge branch 'master' into dev
  • Loading branch information
Marc Maxmeister authored Mar 10, 2020
commit f3f0f9d70deb8a886b904f784c2f4d05ded20108
2 changes: 0 additions & 2 deletions tests/processing/test_pipeline.py
Original file line number Diff line number Diff line change
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
You are viewing a condensed version of this merge commit. You can view the full changes here.