Skip to content

Commit 0e4390b

Browse files
committed
add a todo
1 parent 6ae65a9 commit 0e4390b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/test_compare_reads.py

+6
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@ def test_bam_to_report(report, recalibratedbam, variable_sites):
2626
#assert s.data.equals(o.data) #this is a known issue with floats
2727
assert_frame_equal(s.data, o.data)
2828

29+
def test_fastq_calibration():
30+
#TODO: I think the best way to do this is to take the uncalibrated bam reads,
31+
#instantiate a fastqread object from it, and make sure the resulting calibrated
32+
#read matches the calibrated bam read.
33+
pass
34+
2935
# def test_report_creation(report, recalibratedbam, variable_sites):
3036
# """
3137
# Test our method to make the recalibrationreport from a bam matches GATK

0 commit comments

Comments
 (0)