Skip to content

Commit

Permalink
fix typo in test data
Browse files Browse the repository at this point in the history
  • Loading branch information
lpantano committed Jun 19, 2019
1 parent b9f8e84 commit a95af82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_automated_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -389,11 +389,11 @@ def test_count(self):
"""
with make_workdir():
clcode = ["mirtop",
"count",
"counts",
"-o", "test_out_mirs",
"--hairpin", "../../data/examples/annotate/hairpin.fa",
"--gtf", "../../data/examples/annotate/hsa.gff3",
"../../data/examples/synthetic/let7a-5p.gtf"]
"--gff", "../../data/examples/synthetic/let7a-5p.gff"]
print("")
print(" ".join(clcode))
subprocess.check_call(clcode)
Expand Down

0 comments on commit a95af82

Please sign in to comment.