Skip to content

allow BAM files as input to the WASP subworkflow #71

@aryarm

Description

@aryarm

The WASP subworkflow requires RNA-seq FASTQ files as input. But what if the alignment step has already been performed, and the user only has BAM files, instead?

We could automatically skip the first mapping step and go right to find_intersecting_SNPs. To ensure the second mapping step is performed identically to the first, we can add a config option allowing the user to provide the argument for the second mapping step or we could try to take it from the @PG tags in the BAM header.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions