Skip to content

Commit 3ffebea

Browse files
committed
adding in example output
1 parent e363c1b commit 3ffebea

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

genome_graph.png

142 KB
Loading

snipit/command.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def main(sysargs = sys.argv[1:]):
3434
lengths.append(len(record))
3535
lengths_info.append((record.id, len(record)))
3636
num_seqs +=1
37-
print(f"{num_seqs} found in alignment file")
37+
# print(f"{num_seqs} found in alignment file")
3838
if len(set(lengths))!= 1:
3939
sys.stderr.write("Error: not all of the sequences in the alignment are the same length\n")
4040
for i in lengths_info:

0 commit comments

Comments
 (0)