-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
new method rename-chr for gff2gff.py #390
new method rename-chr for gff2gff.py #390
Conversation
Let's see if I guessed correctly, about those unit tests. Haven't played with this kind of YAML setup before. |
Thanks! Let's wait and see what travis says. Did you also add the |
Sorry, just realised that the I think you need to use
rather than:
|
Oops. Didn't spot that one in the other examples. Funny how input/reference files don't need that. I can see why that would be, despite the confusion. |
Tada!! |
Great! Before merging, could you please update this branch with the latest master? I have added in a couple of more tests, and I would like to see if this branch is ok with that. Best regards, |
Thanks, @kevinrue You got You can then do: Here is a table with the error codes explained: Please let me know if you need further help. Best regards, |
Yep, I just saw that this morning. I know PEP8, but I didn't remember that
there was a command for that. I'll make sure to use it on develop directly
in PyCharm, in the future.
Stand by while I correct this :)
…On Fri, Apr 6, 2018 at 8:59 AM, Sebastian Luna-Valero < ***@***.***> wrote:
Thanks, @kevinrue <https://github.com/kevinrue>
You got pep8 errors. To reproduce the problem locally, just run: nosetests
-v tests/test_style.py
You can then do: pep8 CGAT/scripts/gff2gff.py to find out where the error
is.
Here is a table with the error codes explained:
https://pep8.readthedocs.io/en/1.4.6/intro.html#error-codes
Please let me know if you need further help.
Best regards,
Sebastian
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#390 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AFgHlFU4HaFJXoLV1bGaClPfwod0QqxIks5tlyBHgaJpZM4TIl3->
.
|
No worries, no rush. Just wanted to make sure that the failed tests were not stopping you ;) |
Did you disable some of the PEP8 checks for the CI?
|
Yes, some PEP checks are skipped: That's why running Best regards, |
Seems to be ready to go 🎉 |
Thanks again! |
Equivalent to previous PR for gff2gff.
Please do not merge until unit tests are implemented.
@sebastian-luna-valero : I assume this is about adding more entries in
https://github.com/CGATOxford/cgat/blob/master/tests/gff2gff.py/tests.yaml
?