https://github.com/cnr-ibba/nf-neestimator

A nextflow pipeline for Current Effective Population Size (Ne) calculations with bootstrapping

https://github.com/cnr-ibba/nf-neestimator

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
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (5.4%) to scientific vocabulary

Keywords

bootstrap current dsl2 effective neestimator nextflow-pipeline pgdspider2 pipeline plink population size
Last synced: 5 months ago · JSON representation

Repository

A nextflow pipeline for Current Effective Population Size (Ne) calculations with bootstrapping

Basic Info
  • Host: GitHub
  • Owner: cnr-ibba
  • License: mit
  • Language: Nextflow
  • Default Branch: master
  • Homepage:
  • Size: 159 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 1
  • Releases: 1
Topics
bootstrap current dsl2 effective neestimator nextflow-pipeline pgdspider2 pipeline plink population size
Created almost 3 years ago · Last pushed 12 months ago
Metadata Files
Readme License

README.md

nf-neestimator

A nextflow pipeline for Ne estimates with bootstrapping

Background

This pipeline is an attempt to call NeEstimator2 by bootstrapping individuals from a plink binary file. You require both nextflow and singularity (or docker) configured in order to call this pipeline properly

Calling pipeline

Simply type:

bash nextflow run cnr-ibba/nf-neestimator -resume -profile singularity --prefix <plink file prefix>

where the --prefix parameter is the same prefix you would pass as plink --bfile

Customize configuration

This pipeline is configured for bootstrapping 10, 20 and 100 individuals 1000 times. If you need to customize the bootstrapping, you can create a custom configuration file like this:

conf params { prefix = '<plink file prefix>' steps = 50 individuals = [10, 20, 30] }

Add then provide this custom configuration file with the nextflow -config parameter. See configuration file in the nexflow documentation for more information

Owner

  • Name: CNR-IBBA
  • Login: cnr-ibba
  • Kind: organization
  • Location: Milan

Bioinformatic Group @ CNR-IBBA

GitHub Events

Total
  • Release event: 1
  • Push event: 1
  • Create event: 1
Last Year
  • Release event: 1
  • Push event: 1
  • Create event: 1

Dependencies

neestimator/Dockerfile docker
  • debian 11-slim build