Skip to content

Commit ca1ff20

Browse files
committed
update tests
1 parent bf3a642 commit ca1ff20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/run_test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def test_tbp_parser():
7474
os.mkdir("tbp-parser/tb-profiler-test")
7575
os.chdir("tbp-parser/tb-profiler-test")
7676

77-
run_cmd("samtools index bam/por5A_fastq.bam")
77+
run_cmd("samtools index ../../bam/por5A_fastq.bam")
7878
run_cmd('python ../tbp_parser/tbp_parser.py ../../results/por5A_freebayes.results.json ../../bam/por5A_fastq.bam -o "example-tbp-parser" --min_depth 12 --min_frequency 0.9 --sequencing_method "Illumina NextSeq" --operator "John Doe"')
7979
test_text = ','.join([l.strip().split(',')[:-2] for l in open("example-tbp-parser.looker_report.csv")][1])
8080
target_text = "por5A_freebayes,Illumina NextSeq,U,S-Interim,U,U,R,R,R,U,S,U,S,R,R,U,lineage4,DNA of Mycobacterium tuberculosis species detected"

0 commit comments

Comments
 (0)