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

Fix/787 #830

Merged
merged 6 commits into from
Feb 25, 2015
Merged

Fix/787 #830

merged 6 commits into from
Feb 25, 2015

Conversation

aditi9783
Copy link
Contributor

Replaced 'accuracy' with 'quality' in sandbox/ files. Fixes #787.

@ged-jenkins
Copy link

Can one of the admins verify this patch?

1 similar comment
@ged-jenkins
Copy link

Can one of the admins verify this patch?

@aditi9783
Copy link
Contributor Author

  • Is it mergeable?
  • Did it pass the tests?
  • If it introduces new functionality in scripts/ is it tested?
    Check for code coverage with make clean diff-cover
  • Is it well formatted? Look at make pep8, make diff_pylint_report,
    make cppcheck, and make doc output. Use make format and manual
    fixing as needed.
  • Did it change the command-line interface? Only additions are allowed
    without a major version increment. Changing file formats also requires a
    major version number increment.
  • Is it documented in the ChangeLog?
    http://en.wikipedia.org/wiki/Changelog#Format
  • Was a spellchecker run on the source code and documentation after
    changes were made?

@@ -1,3 +1,7 @@
2015-02-23 Aditi Gupta <agupta@msu.edu>

* sandbox/collect-reads.py, correct-errors.py, normalize-by-median-pct.py, slice-reads-by-coverage.py, sweep-files.py, sweep-reads3.py, to-casava-1.8-fastq.py: Replaced 'accuracy' with 'quality'. Fixes #787.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please shorten line to < 80 char

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

also use notation: sandbox/{collect-reads.py,correct-errors.py,...}

@ctb
Copy link
Member

ctb commented Feb 23, 2015

add to test list

@ctb
Copy link
Member

ctb commented Feb 23, 2015

add to testlist

@aditi9783
Copy link
Contributor Author

Ready to review.

@@ -1,3 +1,10 @@
2015-02-23 Aditi Gupta <agupta@msu.edu>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just two spaces between the date and your name and just two spaces between your name and your email address.

@mr-c
Copy link
Contributor

mr-c commented Feb 23, 2015

Otherwise it looks good!

@aditi9783
Copy link
Contributor Author

Ready to review.

@mr-c
Copy link
Contributor

mr-c commented Feb 24, 2015

LGTM. As soon as this is mergeable I shall do so.

mr-c added a commit that referenced this pull request Feb 25, 2015
@mr-c mr-c merged commit a3bcc9d into dib-lab:master Feb 25, 2015
@mr-c
Copy link
Contributor

mr-c commented Feb 25, 2015

Thanks!

@ctb
Copy link
Member

ctb commented Feb 25, 2015

Just in case you're wondering, khmer-recipes works with this.

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.

Fix all sandbox/ files to use 'quality' instead of 'accuracy' for FASTQ.
4 participants