Skip to content

Commit

Permalink
Merge pull request #5 from cokelaer/main
Browse files Browse the repository at this point in the history
Update metadata and singularity
  • Loading branch information
cokelaer authored Mar 7, 2023
2 parents e7b7396 + 6e81f73 commit 945735b
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 5 deletions.
17 changes: 13 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
|Logo|


This is is the **bioconvert** pipeline from the `Sequana <https://sequana.readthedocs.org>`_ project


.. image:: https://badge.fury.io/py/sequana-bioconver.svg
.. image:: https://badge.fury.io/py/sequana-bioconvert.svg
:target: https://pypi.python.org/pypi/sequana_bioconvert

.. image:: http://joss.theoj.org/papers/10.21105/joss.00352/status.svg
Expand All @@ -11,11 +14,12 @@ This is is the **bioconvert** pipeline from the `Sequana <https://sequana.readth
.. image:: https://github.com/sequana/bioconvert/actions/workflows/main.yml/badge.svg
:target: https://github.com/sequana/bioconvert/actions/workflows

|Codacy-Grade|


:Overview: convert NGS format from one to another using bioconvert
:Input: whatever input format accepted by bioconvert
:Output: whatever output format accepted by bioconvert
:Overview: convert NGS format from one to another using Bioconvert
:Input: whatever input format accepted by Bioconvert
:Output: whatever output format accepted by Bioconvert
:Status: production
:Citation: Cokelaer et al, (2017), ‘Sequana’: a Set of Snakemake NGS pipelines, Journal of Open Source Software, 2(16), 352, JOSS DOI doi:10.21105/joss.00352

Expand Down Expand Up @@ -116,3 +120,8 @@ To contribute to this project, please take a look at the
`Contributing Guidelines <https://github.com/sequana/sequana/blob/main/CONTRIBUTING.rst>`_ first. Please note that this project is released with a
`Code of Conduct <https://github.com/sequana/sequana/blob/main/CONDUCT.md>`_. By contributing to this project, you agree to abide by its terms.


.. |Codacy-Grade| image:: https://app.codacy.com/project/badge/Grade/9b8355ff642f4de9acd4b270f8d14d10
:target: https://www.codacy.com/gh/sequana/bioconvert/dashboard

.. |Logo| image:: https://github.com/sequana/sequana/blob/dev/doc/_static/logo_256x256.png
2 changes: 1 addition & 1 deletion sequana_pipelines/bioconvert/bioconvert.rules
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ rule bioconvert:
command= config['bioconvert']['command'],
method= f" --method {method}" if method else ""
container:
"https://zenodo.org/record/7034822/files/bioconvert_0.6.1.img"
config['apptainers']['bioconvert']
shell:
"""
bioconvert {params.command} {input} {output} --verbosity ERROR --force {params.method}
Expand Down
4 changes: 4 additions & 0 deletions sequana_pipelines/bioconvert/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
input_directory: /home/cokelaer/Work/github/sequana_bioconvert
input_pattern: '*fastq.gz'

# ======================================= [apptainers] ======================
#
apptainers:
bioconvert: "https://zenodo.org/record/7704649/files/bioconvert_1.0.0.img"

##############################################################################
# Your section
Expand Down
Binary file added sequana_pipelines/bioconvert/dag.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 28 additions & 0 deletions sequana_pipelines/bioconvert/dag.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 945735b

Please sign in to comment.