Skip to content

Commit

Permalink
add reference fasta file and update benchmark code
Browse files Browse the repository at this point in the history
  • Loading branch information
eileen-xue committed Jun 28, 2022
1 parent 28f567d commit 3ca82b4
Show file tree
Hide file tree
Showing 2 changed files with 16,073 additions and 1 deletion.
2 changes: 1 addition & 1 deletion misc/cluster_benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
filename = args.output + "/summary.tsv"
csv_reader = csv.reader(open(filename))
tsp = {}
with open('./toyset/cluster_benchmark/input/sample_ref.fa', 'r') as f:
with open('./toyset/cluster_benchmark/input/ref.fa', 'r') as f:
for count, line in enumerate(f, start=1):
if count % 2 == 1:
l = line.split()
Expand Down
Loading

0 comments on commit 3ca82b4

Please sign in to comment.