kids-first / kf-rnaseq-workflow

:microscope: RNA-Seq workflow for Kids-First DRC
Apache License 2.0
9 stars 8 forks source link

🎉 RNAseq Workflow V4 Pre-release party #34

Closed migbro closed 2 years ago

migbro commented 2 years ago

Description

This builds on the STAR align and individual tool development work to create a complete workflow. The focus is mostly on establishing that workflow works and is robust, with a follow up to prep for an official release after review.

Fixes # https://github.com/d3b-center/bixu-tracker/issues/1317

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

Test Configuration:

Checklist:

migbro commented 2 years ago

Just a quick update - refactored bam2fastq and fastq steps to better reflect migration to cwl v1.2 bam2fastq update test: https://cavatica.sbgenomics.com/u/kids-first-drc/kids-first-drc-rnaseq-workflow/tasks/a9c6e92d-3bf0-4fda-b36f-58e6892ddab8/ cutadapt test: https://cavatica.sbgenomics.com/u/kids-first-drc/kids-first-drc-rnaseq-workflow/tasks/0bfc66ec-bfea-4702-a2a8-d4048ae24b20/

Even though task failed due to an unrelated downstream memory issue (technically I will have trimmed twice since reads were already trimmed), the tool implementation within the workflow is a success. PR https://github.com/d3b-center/bixtools/pull/133 needs to be merged first before this workflow will work properly.