SycamoreLeaf

Results 2 issues of SycamoreLeaf

Variables `fasta_fn` and `motif_descs` are passed between three functions as follows: _browser_files_main() --> write_all_browser_files() --> write_frac_wigs() The two variables were swapped at both interfaces. --- `_browser_files_main()` --> `write_all_browser_files()`: https://github.com/nanoporetech/tombo/blob/afdb4d87249806d3a171d009f948f5b8558d35a0/tombo/_text_output_commands.py#L457-L461 https://github.com/nanoporetech/tombo/blob/afdb4d87249806d3a171d009f948f5b8558d35a0/tombo/_text_output_commands.py#L322-L324...

Hi Marcus, I wanted to suggest additions to the documentation on these pages: * https://nanoporetech.github.io/tombo/modified_base_detection.html#tombo-statistics-file-format * https://nanoporetech.github.io/tombo/text_output.html * https://nanoporetech.github.io/tombo/tombo.html As written, it's not clear that functions like ``get_pos_stat`` in the...