Skip to content

Releases: hotdogee/gff3-py

1.0.1

12 Nov 19:17
Compare
Choose a tag to compare
  • new source distribution uploaded

1.0.0

01 Dec 07:18
Compare
Choose a tag to compare
  • Fix Python3 issues
  • Added sequence functions: complement(seq) and translate(seq)
  • Added fasta write function: fasta_dict_to_file(fasta_dict, fasta_file, line_char_limit=None)
  • Added Gff method to return the sequence of line_data: sequence(self, line_data, child_type=None, reference=None)
  • Gff.write no longer prints redundent '###' when the whole gene is marked as removed