dualrnaseq icon indicating copy to clipboard operation
dualrnaseq copied to clipboard

on scatterplots, allow seaborn 0.11.2 to also put Pearson's r on the …

Open rafalcode opened this issue 3 years ago • 2 comments

…top left of the plots

PR checklist

  • [ ] This comment contains a description of changes (with reason).
  • [ ] If you've fixed a bug or added code that should be tested, add tests!
  • [ ] If you've added a new tool - add to the software_versions process and a regex to scrape_software_versions.py
  • [ ] If you've added a new tool - have you followed the pipeline conventions in the contribution docs
  • [ ] If necessary, also make a PR on the nf-core/dualrnaseq branch on the nf-core/test-datasets repository.
  • [ ] Make sure your code lints (nf-core lint .).
  • [ ] Ensure the test suite passes (nextflow run . -profile test,docker).
  • [ ] Usage Documentation in docs/usage.md is updated.
  • [ ] Output Documentation in docs/output.md is updated.
  • [ ] CHANGELOG.md is updated.
  • [ ] README.md is updated (including new tool citations and authors/contributors).

rafalcode avatar Feb 02 '22 23:02 rafalcode

Hi @rafalcode,

It looks like this pull-request is has been made against the rafalcode/dualrnaseq master branch. The master branch on nf-core repositories should always contain code from the latest release. Because of this, PRs to master are only allowed if they come from the rafalcode/dualrnaseq dev branch.

You do not need to close this PR, you can change the target branch to dev by clicking the "Edit" button at the top of this page.

Thanks again for your contribution!

github-actions[bot] avatar Feb 02 '22 23:02 github-actions[bot]

looks as if I should have PR'd to dev branch, not master. OK, I was allowed change that.

rafalcode avatar Feb 02 '22 23:02 rafalcode