We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf3a642 commit ca1ff20Copy full SHA for ca1ff20
tests/run_test.py
@@ -74,7 +74,7 @@ def test_tbp_parser():
74
os.mkdir("tbp-parser/tb-profiler-test")
75
os.chdir("tbp-parser/tb-profiler-test")
76
77
- run_cmd("samtools index bam/por5A_fastq.bam")
+ run_cmd("samtools index ../../bam/por5A_fastq.bam")
78
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"')
79
test_text = ','.join([l.strip().split(',')[:-2] for l in open("example-tbp-parser.looker_report.csv")][1])
80
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