Skip to content

(host module) Create RNA-seq workflow using nextflow #1

Description

@icaromsc

Create an RNA-seq workflow script using nextflow with the following properties:

  1. Download a sample from SRA database from input as a SRA ID using fasterqdump and output as fastq.gz file
  2. Perform quality control of the raw reads from step 1 using fastp with minimum phred score of 20
  3. Perform read mapping against human reference genome using STAR with input the filtered reads from step 2 and output aligment file in BAM format
  4. Perform feature counting at the gene level using featureCounts tool from the alignment BAM file from step 3
  5. Execute multiqc tool to generate a HTML report of log files from all steps executed above

All tools should be executed in different docker containers

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions