Git Product home page Git Product logo

fastqc's Introduction

fastQC

Niassa-wrapped Cromwell (widdle) workflow for running FastQC tools on paired or unpaired reads. fastqc flowchart

Dependencies

Usage

Cromwell

java -jar cromwell.jar run fastqc.wdl --inputs inputs.json

Inputs

Required workflow parameters:

Parameter Value Description
fastqR1 File Input file with the first mate reads.

Optional workflow parameters:

Parameter Value Default Description
fastqR2 File? None Input file with the second mate reads (if not set the experiments will be regarded as single-end).
outputFileNamePrefix String "" Output prefix, customizable. Default is the first file's basename.
r1Suffix String "_R1" Suffix for R1 file.
r2Suffix String "_R2" Suffix for R2 file.

Optional task parameters:

Parameter Value Default Description
firstMateFastQC.jobMemory Int 6 Memory allocated to fastqc.
firstMateFastQC.timeout Int 20 Timeout in hours, needed to override imposed limits.
firstMateFastQC.javaHeap Int 4 Memory allocated to java heap, in G.
firstMateFastQC.threads Int? None Threads param for fastqc
firstMateFastQC.modules String "perl/5.28 java/11 fastqc/0.11.9" Names and versions of required modules.
firstMateHtml.jobMemory Int 2 Memory allocated to this task.
firstMateHtml.timeout Int 1 Timeout, in hours, needed to override imposed limits.
firstMateZip.jobMemory Int 2 Memory allocated to this task.
firstMateZip.timeout Int 1 Timeout, in hours, needed to override imposed limits.
secondMateFastQC.jobMemory Int 6 Memory allocated to fastqc.
secondMateFastQC.timeout Int 20 Timeout in hours, needed to override imposed limits.
secondMateFastQC.javaHeap Int 4 Memory allocated to java heap, in G.
secondMateFastQC.threads Int? None Threads param for fastqc
secondMateFastQC.modules String "perl/5.28 java/11 fastqc/0.11.9" Names and versions of required modules.
secondMateHtml.jobMemory Int 2 Memory allocated to this task.
secondMateHtml.timeout Int 1 Timeout, in hours, needed to override imposed limits.
secondMateZip.jobMemory Int 2 Memory allocated to this task.
secondMateZip.timeout Int 1 Timeout, in hours, needed to override imposed limits.

Outputs

Output Type Description
html_report_R1 File HTML report for the first mate fastq file.
zip_bundle_R1 File zipped report from FastQC for the first mate reads.
html_report_R2 File? HTML report for read second mate fastq file.
zip_bundle_R2 File? zipped report from FastQC for the second mate reads.

Commands

This section lists command(s) run by fastqc workflow

  • Running fastqc

fastqc workflow runs the following command (excerpt from .wdl file). INPUT_FASTQ is a placeholder for an input file.


FASTQC=$(which fastqc)
JAVA=$(which java)
perl $FASTQC INPUT_FASTQ --java=$JAVA --noextract --outdir "."

Support

For support, please file an issue on the Github project or send an email to [email protected] .

Generated with generate-markdown-readme (https://github.com/oicr-gsi/gsi-wdl-tools/)

fastqc's People

Contributors

mlaszloffy avatar morgantaschuk avatar pruzanov avatar ratahir avatar raunaqsuri avatar xuemeiluo avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

g3chen

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.