Skip to content

1.0.0

Compare
Choose a tag to compare
@hsiaoyi0504 hsiaoyi0504 released this 01 Dec 07:18
· 6 commits to master since this release
  • 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