egce-genomeassembler
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
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
Metadata Files
README.md
EGCE/genomeassembler
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
nextflowexecutable 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
$HOMEfolder:
bash
"${SHELL}" <(curl -L micro.mamba.pm/install.sh)
(or see these instructions).
- To install Miniconda in your
$HOMEfolder, 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-fileoption. Custom config files including those provided by the-cNextflow 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
- Repositories: 1
- Profile: https://github.com/OlivierCoen
GitHub Events
Total
- Push event: 34
- Create event: 6
Last Year
- Push event: 34
- Create event: 6
Dependencies
- ubuntu 24.04 build
- nvidia/cuda 11.7.1-cudnn8-runtime-ubuntu22.04 build
- mambaorg/micromamba 1.5.10-noble build
- busco 5.8.3.*
- sepp 4.5.5.*
- clair3 1.1.1.*
- whatshap 2.7.*
- clair3 1.1.1.*
- longphase 1.7.3.*
- whatshap 2.7.*
- clair3 1.1.1.*
- whatshap 2.7.*
- biopython 1.85.*
- pandas 2.3.0.*
- flye 2.9.5.*
- hifiasm 0.25.0.*
- merqury 1.3.*
- meryl 1.4.1.*
- pecat 0.0.3.*
- purge_dups 1.2.6.*
- purge_dups 1.2.6.*
- racon 1.4.20.*
- htslib 1.21.*
- samtools 1.21.*
- htslib 1.21.*
- samtools 1.21.*
- sniffles 2.6.2.*
- verkko 2.2.1.*
- whatsapp 2.7.*
- whatsapp 2.7.*
- whatsapp 2.7.*
- whatsapp 2.7.*
- fastp 0.24.0.*
- gfatools 0.5.*
- purge_dups 1.2.6.*
- seqkit 2.9.0.*
- htslib 1.21.*
- tabix 1.11.*
- htslib 1.21.*
- tabix 1.11.*