Skip to content
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

Promote error correction scripts from sandbox #1743

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

wltrimbl
Copy link
Collaborator

@wltrimbl wltrimbl commented Jul 10, 2017

This is an attempt to bring two (of only three) CLI scripts that use ReadAligner up to date with the khmer codebase, error_correct_pass2 and correct-reads. Tests were added, and the scripts were moved from sandbox to scripts.

  • Is it mergeable?
  • make test Did it pass the tests?
  • make clean diff-cover If it introduces new functionality in
    scripts/ is it tested?
  • make format diff_pylint_report cppcheck doc pydocstyle Is it well
    formatted?
  • Did it change the command-line interface? Only backwards-compatible
    additions are allowed without a major version increment. Changing file
    formats also requires a major version number increment.
  • For substantial changes or changes to the command-line interface, is it
    documented in CHANGELOG.md? See keepachangelog
    for more details.
  • Was a spellchecker run on the source code and documentation after
    changes were made?
  • Do the changes respect streaming IO? (Are they
    tested for streaming IO?)

Checklist for moving scripts from sandbox to scripts:

  • most or all lines of code are covered by automated tests (see output of make diff-cover)
  • make diff_pylint is clean
  • the script has been updated with a get_parser() and added to doc/user/scripts.txt
  • argparse help text exists, with an epilog docstring, with examples and options
  • standard command line options are implemented
  • version and citation information is output to STDERR (khmer_args.info(...))
  • support '-' (STDIN) as an input file, if appropriate
  • support designation of an output file (including STDOUT), if appropriate
  • script reads and writes sequences in compressed format
  • runtime diagnostic information (progress, etc.) is output to STDERR
  • script has been removed from sandbox/README.rst

@ctb
Copy link
Member

ctb commented Jul 10, 2017 via email

@standage
Copy link
Member

@codecov-io
Copy link

codecov-io commented Jul 10, 2017

Codecov Report

Merging #1743 into master will decrease coverage by <.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##           master   #1743      +/-   ##
=========================================
- Coverage    0.05%   0.05%   -0.01%     
=========================================
  Files          90      92       +2     
  Lines       11336   11572     +236     
  Branches     2992    3032      +40     
=========================================
  Hits            6       6              
- Misses      11330   11566     +236
Impacted Files Coverage Δ
scripts/correct-reads.py 0% <ø> (ø)
scripts/error-correct-pass2.py 0% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6a1f3ec...582b1d2. Read the comment docs.

@wltrimbl
Copy link
Collaborator Author

FailToUnderstandError: Do you want another issue, to separate move vs. patch, or do you want me to clean up the commits here?

@standage
Copy link
Member

FailToUnderstandError

Lol

Do you want another issue, to separate move vs. patch, or do you want me to clean up the commits here?

It doesn't matter much whether you adjust this PR or make a new one: whichever is least inconvenient to you. But it would help the review process to separate 1) the changes you've been making to the scripts from 2) the changes that will be required to upgrade a script from sandbox/ to scripts/.

Let me know if that computes. ;-)

@wltrimbl
Copy link
Collaborator Author

The automatic build/testing doesn't find scripts that are in sandbox, so the tests I added failed; i thought I had to move the scripts (or the testing would fail horribly)

Is force pushing to a PR branch acceptable after rebasing, or is this impolite to git and travis?

Any idea why codecov doesn't seem to be reporting accurately?

@ctb
Copy link
Member

ctb commented Jul 12, 2017

force pushing is fine.

@betatim any thoughts re codecov?

@ctb ctb changed the title Testerrorcorrect Add tests for the error correction code. Jul 12, 2017
@wltrimbl wltrimbl changed the title Add tests for the error correction code. Promote error correction scripts from sandbox Jul 12, 2017
@betatim
Copy link
Member

betatim commented Jul 13, 2017

force pushing

I do it all the time coughcough when I rebase my PR/amend commits. The only downside might be that inline comments sometimes get collapsed but other than that ... no one ever notices it seems :p

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants