Closed carolinecunningham closed 5 years ago
I see there are a lot of commits with just "Update motif_doc.rst". You don't have to commit every time you change a file.
You have not applied changes from the pypi branch before creating a pull request, so there are conflicts.
I don't think we agreed that genome and input should be positional arguments
They aren't positional args in my most recent code (exact same as what you have).
I made them positional before we discussed them, and then I reverted them back to what you had originally, so maybe you are seeing my earlier changes?
On Thu, Jun 27, 2019 at 11:13 AM Alexander Goncearenco < notifications@github.com> wrote:
I don't think we agreed that genome and input should be positional arguments
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/neksa/mutagene/pull/6?email_source=notifications&email_token=AJXYVVCDZLR3TJ52YXYY4STP4TKIPA5CNFSM4H34S5WKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODYXOABQ#issuecomment-506388486, or mute the thread https://github.com/notifications/unsubscribe-auth/AJXYVVG2CYEQY5L2AVR4BHTP4TKIPANCNFSM4H34S5WA .
The output is in TSV format https://en.wikipedia.org/wiki/Tab-separated_values
I will not be able to react on every commit, it will just paralyze me. :) I will be going through pull request in the end of the week, reviewing one commit at a time carefully. I also suggest synchronizing with the branch before pull request and making as few commits as needed.
Also, we may need integration tests before changing the command line interface behavior. Every change in command line interface that affects behavior means that we will need to redo the tutorial and videos and bump a version number to make clear that it is not backwards compatible. Visual/text changes are fine.
documentation for motif sub package started (in docs folder) & fixed parsers to be more clear (w/in cli folder)