Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

correctly embed reference in bam/cram #6594

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Nov 28, 2024

  1. correctly embed reference in bam/cram

    currently minimap2's bam/cram output stores a tmp file as the reference fasta. This prevents other galaxy tools from using it as the spec expects that the stored reference is a real file. This patch simply copies existing code over to ensure the real full path to the reference is used. It won't solve all cases (e.g. when reference file is deleted) but it will solve the other cases.
    alpapan authored Nov 28, 2024
    Configuration menu
    Copy the full SHA
    f040684 View commit details
    Browse the repository at this point in the history