Git Product home page Git Product logo

lrv-finder's Introduction

lrv-finder

A pipeline to discover Leishmaniavirus sequences from host (meta)transcriptomes

Objective:

This pipeline will take in an accession number for a transcriptome in the NCBI Sequence Read Archive (SRA), and it will output a summary of the number of reads mapping to LRV1 or LRV2. In this way, we are looking to expand the strains of LRV1 and LRV2 and perhaps extend the range of Leishmania species that can harbor these viruses.

The pipeline is constructed as follows:

  • Download RNA-seq reads from the NBCI SRA using fasterq-dump from the NCBI sratoolkit
  • Use BWA mem to map any matching reads to represenatative genomes of LRV1 or LRV2.
  • Use samtools idxstats to translate the mapped BAM into a table of mapped counts
  • Transform the mapped .bam file to individual FASTA files per every reference sequence that has mapped reads
  • Use UNIX core utilities (cut, awk, tr ...) to format a summary of mapped reads to the user
  • Generate a final user-friendly summary to the user

Software:

Download the latest version of lrv-finder @ https://github.com/austinreidmanny/lrv-finder

Dependencies & requirements are:


Usage:

nextflow run lrv-finder.nf --sra "SRR123456"

optional parameters:
--output "output/dir/" [default="current-directory/output/"]
--threads INTEGER (number of CPUs) [default=4]
--memory INTEGER (amount of RAM) [in GB, default=8]
--tempdir "tmp/dir" [default="/tmp"]
--referenceseqs "reference_sequences.fasta" [default = "resources/lrv-genomes.fasta"]

Contact:

Austin R. Manny Nibert Lab @ Harvard Medical School [email protected] github.com/austinreidmanny


lrv-finder's People

Contributors

austinreidmanny avatar

Stargazers

 avatar

Watchers

 avatar

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.