Skip to content
Snippets Groups Projects
Commit 69465f5a authored by Thomas Faraut's avatar Thomas Faraut
Browse files

cleaning code

parent 20dc9c45
No related branches found
No related tags found
No related merge requests found
......@@ -232,9 +232,6 @@ class Haplotype():
self.fragments.append(fragment)
def get_haplotype_seq(self, ref_seq):
print(self.ident, self.code)
for fra in self.fragments:
print(fra)
return "".join([fra.get_seq(ref_seq) for fra in self.fragments])
def dump_chrom_fasta(self, chrom, ref_seq):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment