Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #54 from a-slide/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
a-slide authored Feb 26, 2019
2 parents 3d15827 + d765e56 commit bedf3e3
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 14 deletions.
24 changes: 12 additions & 12 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Contributing to pycoQC

First of all, thanks for considering contributing to our_package! 👍 It's people like you that make it rewarding for us to work on our_package.
First of all, thanks for considering contributing to `pycoQC`! 👍 It's people like you that make it rewarding for us to work on `pycoQC`.

our_package is an open source project, maintained by publicly funded academic researchers.
`pycoQC` is an open source project, maintained by publicly funded academic researchers.

[repo]: https://github.com/our_org/pycoQC
[issues]: https://github.com/our_org/pycoQC/issues
[new_issue]: https://github.com/our_org/pycoQC/issues/new
[repo]: https://github.com/a-slide/pycoQC
[issues]: https://github.com/a-slide/pycoQC/issues
[new_issue]: https://github.com/a-slide/pycoQC/issues/new
[citation]: https://zenodo.org/record/2540931
[email]: aleg@ebi.ac.uk
[code_of_conduct]: https://github.com/a-slide/pycoQC/blob/master/CODE_OF_CONDUCT.md
Expand All @@ -22,13 +22,13 @@ There are several ways you can contribute to this project. If you want to know m

### Share the love ❤️

Think our_package is useful? Let others discover it, by telling them in person, via Twitter or a blog post.
Think `pycoQC` is useful? Let others discover it, by telling them in person, via Twitter or a blog post.

Using our_package for a paper you are writing? Please cite it.
Using `pycoQC` for a paper you are writing? Please cite it.

### Ask a question ⁉️

Using our_package and got stuck? Browse the [readme ][repo] and the [demo notebook][demo_notebook] to see if you can find a solution.
Using `pycoQC` and got stuck? Browse the [readme ][repo] and the [demo notebook][demo_notebook] to see if you can find a solution.

Still stuck? Post your question as an [issue on GitHub][new_issue].

Expand All @@ -38,7 +38,7 @@ Want to ask a question in private? Contact the package maintainer by [email][ema

### Propose an idea 💡

Have an idea for a new our_package feature? Take a look at the [issue list][issues] to see if it isn't included or suggested yet. If not, suggest your idea as an [issue on GitHub][new_issue]. While we can't promise to implement your idea, it helps to:
Have an idea for a new `pycoQC` feature? Take a look at the [issue list][issues] to see if it isn't included or suggested yet. If not, suggest your idea as an [issue on GitHub][new_issue]. While we can't promise to implement your idea, it helps to:

* Explain in detail how it would work.
* Keep the scope as narrow as possible.
Expand All @@ -47,7 +47,7 @@ See below if you want to contribute code for your idea as well.

### Report a bug 🐛

Using our_package and discovered a bug? That's annoying! Don't let others have the same experience and report it as an [issue on GitHub][new_issue] so we can fix it. A good bug report makes it easier for us to do so, so please include:
Using `pycoQC` and discovered a bug? That's annoying! Don't let others have the same experience and report it as an [issue on GitHub][new_issue] so we can fix it. A good bug report makes it easier for us to do so, so please include:

* Your operating system name and version (e.g. Mac OS 10.13.6).
* Any details about your local setup that might be helpful in troubleshooting.
Expand All @@ -62,7 +62,7 @@ Noticed a typo on the website? Think a function could use a better example? Good

### Contribute code 📝

Care to fix bugs or implement new functionality for our_package? Awesome! 👏 Have a look at the [issue list][issues] and leave a comment on the things you want to work on. See also the development guidelines below.
Care to fix bugs or implement new functionality for `pycoQC`? Awesome! 👏 Have a look at the [issue list][issues] and leave a comment on the things you want to work on. See also the development guidelines below.

## Development guidelines

Expand All @@ -82,4 +82,4 @@ We try to follow the [GitHub flow](https://guides.github.com/introduction/flow/)

---

This file was adapted from a template created by [peterdesmet](https://gist.github.com/peterdesmet/e90a1b0dc17af6c12daf6e8b2f044e7c).
This file was adapted from a template created by [peterdesmet](https://gist.github.com/peterdesmet/e90a1b0dc17af6c12daf6e8b2f044e7c).
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

[![JOSS](http://joss.theoj.org/papers/ea8e08dc950622bdd5d16a65649954aa/status.svg)](http://joss.theoj.org/papers/ea8e08dc950622bdd5d16a65649954aa)
[![DOI](https://zenodo.org/badge/94531811.svg)](https://zenodo.org/badge/latestdoi/94531811)
[![Gitter chat](https://badges.gitter.im/gitterHQ/gitter.png)](https://gitter.im/pycoQC/community?utm_source=share-link&utm_medium=link&utm_campaign=share-link)

[![GitHub license](https://img.shields.io/github/license/a-slide/pycoQC.svg)](https://github.com/a-slide/pycoQC/blob/master/LICENSE)
[![Language](./pictures/language-Python3-brightgreen.svg)](https://www.python.org/)
[![PyPI version](https://badge.fury.io/py/pycoQC.svg)](https://badge.fury.io/py/pycoQC)
Expand Down Expand Up @@ -289,12 +291,14 @@ Here is a non-exhaustive list of alternative/complementary packages that could a

pycoQC results are consistent with other packages. Reports of the same datasets generated by Nanoplot, MinIONQC and pycoQC are available at the following URL: https://www.ebi.ac.uk/~aleg/data/pycoQC_test/comparison/

## Contributing
## Reporting bugs, feature request and contributing to development

Thanks for considering contributing to our_package!

Please see [contribution guidelines](https://github.com/a-slide/pycoQC/blob/master/CONTRIBUTING.md) as well as the [code of conduct](https://github.com/a-slide/pycoQC/blob/master/CODE_OF_CONDUCT.md) for more information.

In addition, If you need a bit of help to use the package or if you just want to chat with the developers we also have a [pycoQC gitter chat room](https://gitter.im/pycoQC/community?utm_source=share-link&utm_medium=link&utm_campaign=share-link) for more informal discussions.

## Authors

* Adrien Leger - aleg {at} ebi.ac.uk
Expand Down
2 changes: 1 addition & 1 deletion pycoQC/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-

# Define self package variable
__version__ = '2.2.1'
__version__ = '2.2.2'
__all__ = ["pycoQC", "common"]
__description__="""
PycoQC computes metrics and generates interactive QC plots for Oxford Nanopore technologies sequencing data
Expand Down

0 comments on commit bedf3e3

Please sign in to comment.