Science Score: 39.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 10 DOI reference(s) in README
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (13.9%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: OlivierCoen
  • License: mit
  • Language: Nextflow
  • Default Branch: main
  • Size: 203 MB
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created about 1 year ago · Last pushed 11 months ago
Metadata Files
Readme Changelog License Citation

README.md

EGCE/genomeassembler

GitHub Actions CI Status GitHub Actions Linting StatusCite with Zenodo nf-test

Nextflow run with conda run with docker run with singularity Launch on Seqera Platform

Introduction

EGCE/genomeassembler is a bioinformatics pipeline that ...

<!-- TODO nf-core: Fill in short bullet-pointed list of the default steps in the pipeline -->2. Present QC for raw reads (MultiQC)

Installation

Nextflow

If your Java version is >= 17, you can install Nextflow in your $HOME folder using:

bash curl -s https://get.nextflow.io | bash chmod +x nextflow mkdir -p $HOME/.local/bin/ mv nextflow $HOME/.local/bin/ echo "export PATH=$HOME/.local/bin/:$PATH" >> $HOME/.bashrc

[!NOTE] If your Java version is < 17, please refer to this page on how to set-up Nextflow.

[!NOTE] You can also install Nextflow system-wide by moving the nextflow executable to a directory accessible to all users: bash sudo mv nextflow /usr/local/bin/

Apptainer

When running the pipeline of multi-user server or on a cluster, the best practice is to use Apptainer (formerly Singularity).

You can install Apptainer by following these instructions.

In case you encounter the following error when running Apptainer: ERROR : Could not write info to setgroups: Permission denied ERROR : Error while waiting event for user namespace mappings: no event received you may need to install the apptainer-suid package instead of apptainer:

```

Debian / Ubuntu

sudo apt install apptainer-suid

RHEL / CentOS

sudo yum install apptainer-suid

Fedora

sudo dnf install apptainer-suid ```

Docker / Podman / Shifter / Charliecloud

You can also use other container technologies to run the pipeline. See the following instructions to install: * Docker * Podman * Shifter * Charliecloud

[!NOTE] For now, the only one that is tested is Docker. If you encounter any problem, please open an issue.

Micromamba / Conda

This pipeline can be launched with Micromamba (or Conda) too and it has been tested successfully.

Although it is not the best practice, it should work perfectly and it can be very convenient when you cannot run containers (Apptainer, Docker, Podman, ...).

  • To install Micromamba in your $HOME folder:

bash "${SHELL}" <(curl -L micro.mamba.pm/install.sh) (or see these instructions).

  • To install Miniconda in your $HOME folder, see these instructions.

Running the pipeline

First, prepare a samplesheet with your input data that looks as follows:

samplesheet.csv:

csv sample,fastq_1,fastq_2 CONTROL_REP1,AEG588A1_S1_L002_R1_001.fastq.gz,AEG588A1_S1_L002_R2_001.fastq.gz

Each row represents a fastq file (single-end) or a pair of fastq files (paired end).

-->

Now, you can run the pipeline using:

bash nextflow run EGCE/genomeassembler \ -profile <docker/singularity/.../institute> \ --input samplesheet.csv \ --outdir <OUTDIR>

[!WARNING] Please provide pipeline parameters via the CLI or Nextflow -params-file option. Custom config files including those provided by the -c Nextflow option can be used to provide any configuration except for parameters; see docs.

Credits

EGCE/genomeassembler was originally written by Olivier Coen.

We thank the following people for their extensive assistance in the development of this pipeline:

Contributions and Support

If you would like to contribute to this pipeline, please see the contributing guidelines.

Citations

An extensive list of references for the tools used by the pipeline can be found in the CITATIONS.md file.

This pipeline uses code and infrastructure developed and maintained by the nf-core community, reused here under the MIT license.

The nf-core framework for community-curated bioinformatics pipelines.

Philip Ewels, Alexander Peltzer, Sven Fillinger, Harshil Patel, Johannes Alneberg, Andreas Wilm, Maxime Ulysse Garcia, Paolo Di Tommaso & Sven Nahnsen.

Nat Biotechnol. 2020 Feb 13. doi: 10.1038/s41587-020-0439-x.

Owner

  • Name: Olivier
  • Login: OlivierCoen
  • Kind: user

GitHub Events

Total
  • Push event: 34
  • Create event: 6
Last Year
  • Push event: 34
  • Create event: 6

Dependencies

modules/nf-core/bwamem2/index/meta.yml cpan
modules/nf-core/bwamem2/mem/meta.yml cpan
modules/nf-core/chopper/meta.yml cpan
modules/nf-core/meryl/count/meta.yml cpan
modules/nf-core/minimap2/align/meta.yml cpan
modules/nf-core/multiqc/meta.yml cpan
modules/nf-core/picard/addorreplacereadgroups/meta.yml cpan
modules/nf-core/picard/markduplicates/meta.yml cpan
modules/nf-core/porechop/abi/meta.yml cpan
modules/nf-core/purgedups/pbcstat/meta.yml cpan
modules/nf-core/purgedups/purgedups/meta.yml cpan
modules/nf-core/purgedups/splitfa/meta.yml cpan
modules/nf-core/samtools/flagstat/meta.yml cpan
modules/nf-core/samtools/idxstats/meta.yml cpan
modules/nf-core/samtools/index/meta.yml cpan
subworkflows/nf-core/utils_nextflow_pipeline/meta.yml cpan
subworkflows/nf-core/utils_nfcore_pipeline/meta.yml cpan
subworkflows/nf-core/utils_nfschema_plugin/meta.yml cpan
modules/nf-core/fastp/meta.yml cpan
modules/nf-core/gfatools/gfa2fa/meta.yml cpan
modules/nf-core/purgedups/histplot/meta.yml cpan
modules/nf-core/seqkit/seq/meta.yml cpan
modules/nf-core/tabix/bgzip/meta.yml cpan
modules/nf-core/tabix/tabix/meta.yml cpan
deployment/dorado/Dockerfile docker
  • ubuntu 24.04 build
deployment/herro/Dockerfile docker
  • nvidia/cuda 11.7.1-cudnn8-runtime-ubuntu22.04 build
deployment/pecat/Dockerfile docker
  • mambaorg/micromamba 1.5.10-noble build
modules/local/busco/busco/environment.yml conda
  • busco 5.8.3.*
  • sepp 4.5.5.*
modules/local/clair3/environment.yml conda
  • clair3 1.1.1.*
  • whatshap 2.7.*
modules/local/clair3/phase_longphase/environment.yml conda
  • clair3 1.1.1.*
  • longphase 1.7.3.*
  • whatshap 2.7.*
modules/local/clair3/phase_whatshap/environment.yml conda
  • clair3 1.1.1.*
  • whatshap 2.7.*
modules/local/contig_stats/environment.yml conda
  • biopython 1.85.*
  • pandas 2.3.0.*
modules/local/flye/environment.yml conda
  • flye 2.9.5.*
modules/local/hifiasm/environment.yml conda
  • hifiasm 0.25.0.*
modules/local/longphase/haplotag/environment.yml conda
modules/local/longphase/modcall/environment.yml conda
modules/local/longphase/phase/environment.yml conda
modules/local/merqury/environment.yml conda
  • merqury 1.3.*
modules/local/meryl/count/environment.yml conda
  • meryl 1.4.1.*
modules/local/pecat/full/environment.yml conda
  • pecat 0.0.3.*
modules/local/purgedups/calcuts/environment.yml conda
  • purge_dups 1.2.6.*
modules/local/purgedups/getseqs/environment.yml conda
  • purge_dups 1.2.6.*
modules/local/racon/environment.yml conda
  • racon 1.4.20.*
modules/local/samtools/faidx/environment.yml conda
  • htslib 1.21.*
  • samtools 1.21.*
modules/local/samtools/sort/environment.yml conda
  • htslib 1.21.*
  • samtools 1.21.*
modules/local/sniffles/environment.yml conda
  • sniffles 2.6.2.*
modules/local/verkko/environment.yml conda
  • verkko 2.2.1.*
modules/local/whatshap/haplotag/environment.yml conda
  • whatsapp 2.7.*
modules/local/whatshap/phase/environment.yml conda
  • whatsapp 2.7.*
modules/local/whatshap/split/environment.yml conda
  • whatsapp 2.7.*
modules/local/whatshap/stats/environment.yml conda
  • whatsapp 2.7.*
modules/nf-core/fastp/environment.yml conda
  • fastp 0.24.0.*
modules/nf-core/gfatools/gfa2fa/environment.yml conda
  • gfatools 0.5.*
modules/nf-core/purgedups/histplot/environment.yml conda
  • purge_dups 1.2.6.*
modules/nf-core/seqkit/seq/environment.yml conda
  • seqkit 2.9.0.*
modules/nf-core/tabix/bgzip/environment.yml conda
  • htslib 1.21.*
  • tabix 1.11.*
modules/nf-core/tabix/tabix/environment.yml conda
  • htslib 1.21.*
  • tabix 1.11.*
modules/local/arima/filter_five_end/environment.yml pypi
modules/local/arima/get_stats/environment.yml pypi
modules/local/arima/two_bam_combiner/environment.yml pypi
modules/local/extract_contig_ids/environment.yml pypi
modules/local/fastqc/environment.yml pypi
modules/local/genomescope/environment.yml pypi
modules/local/jellyfish/count/environment.yml pypi
modules/local/jellyfish/dump/environment.yml pypi
modules/local/jellyfish/histo/environment.yml pypi
modules/local/jellyfish/stats/environment.yml pypi
modules/local/medaka/consensus/environment.yml pypi
modules/local/medaka/inference/environment.yml pypi
modules/local/medaka/sequence/environment.yml pypi
modules/local/meryl/print/environment.yml pypi
modules/local/minimap2/align/environment.yml pypi
modules/local/minimap2/self_align/environment.yml pypi
modules/local/nanoq/environment.yml pypi
modules/local/quast/environment.yml pypi
modules/local/samtools/stats/environment.yml pypi
modules/local/winnowmap/environment.yml pypi
modules/local/yahs/environment.yml pypi
modules/nf-core/bwamem2/index/environment.yml pypi
modules/nf-core/bwamem2/mem/environment.yml pypi
modules/nf-core/chopper/environment.yml pypi
modules/nf-core/meryl/count/environment.yml pypi
modules/nf-core/minimap2/align/environment.yml pypi
modules/nf-core/multiqc/environment.yml pypi
modules/nf-core/picard/addorreplacereadgroups/environment.yml pypi
modules/nf-core/picard/markduplicates/environment.yml pypi
modules/nf-core/porechop/abi/environment.yml pypi
modules/nf-core/purgedups/pbcstat/environment.yml pypi
modules/nf-core/purgedups/purgedups/environment.yml pypi
modules/nf-core/purgedups/splitfa/environment.yml pypi
modules/nf-core/samtools/flagstat/environment.yml pypi
modules/nf-core/samtools/idxstats/environment.yml pypi
modules/nf-core/samtools/index/environment.yml pypi