bebea44f36d9397d273c9074079e253e0b4b8d56,workers/data_refinery_workers/processors/test_geo.py,IlluminaToPCLTestCase,test_good_detection,#IlluminaToPCLTestCase#,110
Before Change
sample.save()
sa = SampleAnnotation()
sa.sample = sample
sa.data = {}
sa.save()
sample_assoc = OriginalFileSampleAssociation()
sample_assoc.original_file = og_file
sample_assoc.sample = sample
After Change
final_context = illumina.illumina_to_pcl(pj.pk)
self.assertEqual(final_context["platform"], "illuminaHumanv3")
for key in final_context["samples"][0].sampleannotation_set.all()[0].data.keys():
self.assertTrue(key in ["detected_platform", "detection_percentage", "mapped_percentage"])
class AgilentTwoColorTestCase(TestCase):
@tag("agilent")
def test_agilent_twocolor(self):
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 7
Instances
Project Name: AlexsLemonade/refinebio
Commit Name: bebea44f36d9397d273c9074079e253e0b4b8d56
Time: 2018-06-21
Author: miserlou@gmail.com
File Name: workers/data_refinery_workers/processors/test_geo.py
Class Name: IlluminaToPCLTestCase
Method Name: test_good_detection
Project Name: comic/grand-challenge.org
Commit Name: 95b2520a8df0402f2c96e22e8ef9922acae0b705
Time: 2013-12-11
Author: w.s.kerkstra@gmail.com
File Name: django/comicmodels/admin.py
Class Name: RegistrationRequestsAdmin
Method Name: accept
Project Name: AlexsLemonade/refinebio
Commit Name: bebea44f36d9397d273c9074079e253e0b4b8d56
Time: 2018-06-21
Author: miserlou@gmail.com
File Name: workers/data_refinery_workers/processors/test_geo.py
Class Name: IlluminaToPCLTestCase
Method Name: test_good_detection
Project Name: comic/grand-challenge.org
Commit Name: 327e7e56c9f8f445970601b99b3466b5f5f80c02
Time: 2013-12-11
Author: w.s.kerkstra@gmail.com
File Name: django/comicmodels/admin.py
Class Name: RegistrationRequestsAdmin
Method Name: accept