Skip to content
Snippets Groups Projects
Select Git revision
  • 9365b6e32ac01dfc0bb48da664a565c83bd65c1c
  • master default protected
  • dev
  • v2.0.0
  • v0.4.0
  • v0.3.0
  • v0.2.9
  • v0.2.8
  • v0.2.7
  • v0.2.6
  • v0.1.0
  • v0.2.5
  • v0.2.4
  • v0.2.3
  • v0.2.2
  • v0.2.1
  • v0.2.0
  • v0.1.2
18 results

ChIPster

  • Clone with SSH
  • Clone with HTTP
  • nextflow pipeline

    This repository is a template and a library repository to help you build nextflow pipeline. You can fork this repository to build your own pipeline. To get the last commits from this repository into your fork use the following commands:

    For the first time:

    git remote add upstream git@gitbio.ens-lyon.fr::pipelines/nextflow.git
    git pull upstream master

    Then to make an update:

    git pull upstream master
    git merge upstream/master

    If you created your .config file before version 0.4.0 you need to run the script src/.update_config.sh to use the latest docker, singularity and conda configuration (don't forget to check your config files afterward for typos).

    Getting Started

    These instructions will get you a copy of the project as a template when you want to build your own pipeline.

    you can follow them here.

    Contributing

    If you want to add more tools to this project, please read the CONTRIBUTING.md.

    Authors

    • Laurent Modolo - Initial work

    See also the list of contributors who participated in this project.

    License

    This project is licensed under the CeCiLL License- see the LICENSE file for details