Giter VIP home page Giter VIP logo

radx's Introduction

RADx-rad v0.2

RADx-rad pipeline for metagenomic data and analysis of SARS-CoV-2 from wastewater samples.

Please note: This project is currently under development.

Currently, the architecture and information flow in this pipeline is designed as shown below.

arch

Requirements

Please install the following

If you installed BWA or other tools at a custom location, you may have to add the executable to the environment PATH table. You may also have to run them when you restart your computer.

export PATH="$PATH:PATH-TO-CUSTOM-LOCATION-CONTAINING-BINARIES"

e.g.

export PATH="$PATH:/Users/amagge/pyspace/radx/resources/bwa"
export PATH="$PATH:/Users/amagge/pyspace/radx/resources/htslib/bin"
export PATH="$PATH:/Users/amagge/pyspace/radx/resources/samtools/bin"

Installation instructions

Copy radx/settings_template.py into a new file and rename the new file to radx/settings.py and change paths if necessary.

Create a directory refs under resources and download/move the following files into them.

  • NC_045512.2.fa
  • NC_045512.2.gff
  • swift_primers.bed
  • swift_primers.fasta
  • swift_primers.tsv

For now, the project can be run in standalone mode using the following command:

python radx.py INPUT_DIRECTORY OUTPUT_DIRECTORY

INPUT_DIRECTORY contains all sample fastq.gz files in the format below:

  • sample01_R1.fastq.gz
  • sample01_R2.fastq.gz
  • sample02_R1.fastq.gz
  • sample02_R2.fastq.gz
  • sample03_R1.fastq.gz
  • sample03_R2.fastq.gz

On successful processing, OUTPUT_DIRECTORY will contain subdirectories for each sample with output files in them.

  • sample01
  • sample02
  • sample03

There are some options when it comes to running radx, you may view these by running:

python radx.py --help

radx's People

Contributors

amagge avatar rafasfontenele avatar zoophy avatar

Watchers

 avatar  avatar  avatar  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.