Code Monkey home page Code Monkey logo

yleaf's Introduction

Yleaf: software for human Y-chromosomal haplogroup inference from next generation sequencing data

Arwin Ralf, Diego Montiel Gonzalez, Kaiyin Zhong and Manfred Kayser

Department of Genetic Identification

Erasmus MC University Medical Centre Rotterdam, The Netherlands

Requirements

Operating system: Linux only. Tested on Ubuntu 16.04LTS, but should also work on newer version of Ubuntu. It should be easy to made it work on other Linux distributions. 
Python, wget
Internet connection during installation (for downloading and extracting hg19 reference genome).
Data storage: For installation we recommend a storage capacity of > 10 GB. 

Installation

  1. Install dependencies, you can skip this step if these packages are already installed on your system

         apt-get install python3.6            
         apt-get install mawk
         apt-get install p7zip-full
         apt-get install bwa
    

    SAMtools: We recommend the newests versions of SAMtools (e.g. > 1.4.1)

         1. wget https://github.com/samtools/samtools/releases/download/1.4.1/samtools-1.4.1.tar.bz2 -O samtools.tar.bz2
         2. tar -xjvf samtools.tar.bz2 
         3. cd samtools-1.4.1/
         4. ./configure
         5. make
         6. make install
    

Usage and examples

Yleaf: FASTQ (raw reads)

python Yleaf.py -fastq raw_reads.fastq -out out -f [reference.fasta] -pos Position_files/[hg19.txt-hg38.txt] -r 1 -q 20 -b 90 -t 16 

Yleaf: BAM format

python Yleaf.py -bam file.bam -pos Position_files/[hg19.txt-hg38.txt] -out out -r 1 -q 20 -b 90

Haplogroup prediction (w/output generated from Yleaf)

python predict_haplogroup.py -input Output_files/ -out output.hg
  1. See complete manual at the website: https://www.erasmusmc.nl/genetic_identification/resources/

  2. Bug report

Please send an email at [email protected] if there is a problem getting the software up and running.

References and Supporting Information

A. Ralf, et al., Yleaf: software for human Y-chromosomal haplogroup inference from next generation sequencing data (2018).

https://doi.org/10.1093/molbev/msy032

yleaf's People

Contributors

dmontielg avatar

Stargazers

Ali Tavallaie avatar  avatar

Watchers

 avatar  avatar

Forkers

oasisye

yleaf's Issues

Yleaf doesen't give me any predictions

Hi,
I am using Leaf software to get the haplogroup Y of my samples. The problem is that for 4 samples I do not get any prediction despite the number of SNPs is high. How is this possible?
Thi is the result
Sample_name Hg Hg_marker Total_reads Valid_markers QC-score QC-1 QC-2 QC-3
MY_SAMPLE NA NA 1947032 9922 0 0 0 0

Thanks for the help
Stefania

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.