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

rseq.smk - BAM index file paths are incorrect (causing occasional crashes with junction_saturation.py) #59

Open
SamBryce-Smith opened this issue May 24, 2024 · 1 comment · May be fixed by #60

Comments

@SamBryce-Smith
Copy link
Member

rseqc.smk

rule read_distribution:
    input:
        bam = os.path.join(STAR_OUTDIR, "{sample}.Aligned.sorted.out.bam"),
        idx = os.path.join(STAR_OUTDIR, "{sample}.Aligned.sorted.out.bam")

This is the case for all RSeQC rules. Might be cause of slow run times for other tools that do not error out when index is not present. Very quick fix

@SamBryce-Smith
Copy link
Member Author

image

Example errors

@SamBryce-Smith SamBryce-Smith linked a pull request May 24, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant