https://github.com/aginnimb/genome_sequence_similarity

Nextflow pipeline to perform sequence similarity between two genomes using ANI calculation

https://github.com/aginnimb/genome_sequence_similarity

Science Score: 13.0%

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

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

Repository

Nextflow pipeline to perform sequence similarity between two genomes using ANI calculation

Basic Info
  • Host: GitHub
  • Owner: aginnimb
  • License: mit
  • Language: Nextflow
  • Default Branch: main
  • Homepage:
  • Size: 0 Bytes
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Fork of SMorrison42/genome_sequence_similarity
Created over 1 year ago · Last pushed over 1 year ago

https://github.com/aginnimb/genome_sequence_similarity/blob/main/

## Introduction

**sequencesim/sequencesimilarity** is a bioinformatics pipeline that ...






1. Whole genome average nucleotide identity ([`fastANI`](https://github.com/ParBLiSS/FastANI))
2. Whole Genome MLST analysis ([`EToKi`](https://github.com/zheminzhou/EToKi))
3. Present QC for genomes and results ([`MultiQC`](http://multiqc.info/))

## Usage

> [!NOTE]
> If you are new to Nextflow and nf-core, please refer to [this page](https://nf-co.re/docs/usage/installation) on how to set-up Nextflow. Make sure to [test your setup](https://nf-co.re/docs/usage/introduction#how-to-run-a-pipeline) with `-profile test` before running the workflow on actual data.



Now, you can run the pipeline using:



```bash
nextflow run main.nf \
   -profile  \
   --input fasta_samplesheet.csv \
   --reference_fastas 
   --platform illumina
   --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](https://nf-co.re/usage/configuration#custom-configuration-files).

## Credits

sequencesim/sequencesimilarity was originally written by SMorrison42 and Aginnimb.

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](.github/CONTRIBUTING.md).

## Citations






An extensive list of references for the tools used by the pipeline can be found in the [`CITATIONS.md`](CITATIONS.md) file.

This pipeline uses code and infrastructure developed and maintained by the [nf-core](https://nf-co.re) community, reused here under the [MIT license](https://github.com/nf-core/tools/blob/master/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](https://dx.doi.org/10.1038/s41587-020-0439-x).

Owner

  • Name: aginni
  • Login: aginnimb
  • Kind: user
  • Location: Concord, North carolina
  • Company: CDC (Work) + Personal Projects

Bioinformatician

GitHub Events

Total
  • Push event: 2
Last Year
  • Push event: 2