Skip to content

Commit

Permalink
chipdict nocontrol
Browse files Browse the repository at this point in the history
  • Loading branch information
katarzyna.otylia.sikora@gmail.com committed Dec 21, 2023
1 parent 46b151e commit 48a9402
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/test_jobcounts.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,12 +166,12 @@ def createTestData(fp, samples=9) -> None:

chip_dict ={
'chip_dict': {
'sample1': {'control':, 'broad': 'False'},
'sample2': {'control':, 'broad': 'False'},
'sample3': {'control':, 'broad': 'False'},
'sample4': {'control':, 'broad': 'False'},
'sample5': {'control':, 'broad': 'False'},
'sample6': {'control':, 'broad': 'False'}
'sample1': {'control': None, 'broad': 'False'},
'sample2': {'control': None, 'broad': 'False'},
'sample3': {'control': None, 'broad': 'False'},
'sample4': {'control': None, 'broad': 'False'},
'sample5': {'control': None, 'broad': 'False'},
'sample6': {'control': None, 'broad': 'False'}
}
}
with open(fp / 'chipdict_noControl.yaml', 'w') as f:
Expand Down

0 comments on commit 48a9402

Please sign in to comment.