Closed gtbil closed 1 year ago
There was a bug that would cause no results to be returned when the -d flag was set to zero. This PR fixes the bug.
-d
Before:
dicey hunt -d 0 -g GhirsutumCoker_698_v1.0.fa.gz CACTGTATCATCAGGTAAGATTGTCCAATCTACGAC | python ./dicey/scripts/json2txt.py # nothing
Now:
dicey hunt -d 0 -g GhirsutumCoker_698_v1.0.fa.gz CACTGTATCATCAGGTAAGATTGTCCAATCTACGAC | python ./dicey/scripts/json2txt.py # # >D08:8153512-8153547 (Strand: +, Distance: 0) # CACTGTATCATCAGGTAAGATTGTCCAATCTACGAC # CACTGTATCATCAGGTAAGATTGTCCAATCTACGAC #
There was a bug that would cause no results to be returned when the
-d
flag was set to zero. This PR fixes the bug.Before:
Now: