GithubHelp home page GithubHelp logo

sra-rnaseq's Introduction

✒️SRA-RNAseq

My Guthub repo include pipelines for running Pre-processing methods such as Trimming, quality control and pseudoalignment on SRA fastq files using Trimmomatic, fastQC and Kallisto tools respectively . All the pipelines are written using the Workflow Description Language (WDL) and can be executed using Cromwell and Docker.

⚙️Technologies & Tools

🔗 Quick Start

SRA fastq files download

  • Install SRAtoolkit
  • Run the following command to download SRA fastq files in parallel. The list.txt includes SRA ids.
parallel --jobs n "fastq-dump --split-files --skip-technical -B --gzip {}" :::: list.txt

Running Trim-QC & Kallisto pipeline in WDL format

  • Install JAVA, and Cromwell
  • Build Docker images for Trimmomatic, fastQC and Kallisto
  • For running Kallisto.wdl you also need to build an index from a FASTA formatted file of target sequences using Kallisto and name it under gencode.idx.
  • Run the workflow directly by executing the following commands on your terminal:
java -Dconfig.file=application.conf -jar cromwell-55.jar run Trim-QC.wdl -i Trim-QC.json
java -Dconfig.file=application.conf -jar cromwell-55.jar run Kallisto.wdl -i Kallisto.json

sra-rnaseq's People

Contributors

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