Skip to content

Commit 3ca82b4

Browse files
committed
add reference fasta file and update benchmark code
1 parent 28f567d commit 3ca82b4

File tree

2 files changed

+16073
-1
lines changed

2 files changed

+16073
-1
lines changed

misc/cluster_benchmark.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
filename = args.output + "/summary.tsv"
2727
csv_reader = csv.reader(open(filename))
2828
tsp = {}
29-
with open('./toyset/cluster_benchmark/input/sample_ref.fa', 'r') as f:
29+
with open('./toyset/cluster_benchmark/input/ref.fa', 'r') as f:
3030
for count, line in enumerate(f, start=1):
3131
if count % 2 == 1:
3232
l = line.split()

0 commit comments

Comments
 (0)