We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e363c1b commit 3ffebeaCopy full SHA for 3ffebea
genome_graph.png
142 KB
snipit/command.py
@@ -34,7 +34,7 @@ def main(sysargs = sys.argv[1:]):
34
lengths.append(len(record))
35
lengths_info.append((record.id, len(record)))
36
num_seqs +=1
37
- print(f"{num_seqs} found in alignment file")
+ # print(f"{num_seqs} found in alignment file")
38
if len(set(lengths))!= 1:
39
sys.stderr.write("Error: not all of the sequences in the alignment are the same length\n")
40
for i in lengths_info:
0 commit comments