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

Potential for temp_dir to not exist during add_matched_rna #473

Open
bryce-turner opened this issue May 2, 2023 · 0 comments
Open

Potential for temp_dir to not exist during add_matched_rna #473

bryce-turner opened this issue May 2, 2023 · 0 comments

Comments

@bryce-turner
Copy link
Member

It's possible for the temp_dir referenced here to not exist, we should add a mkdir -p before this line.

{{ temp_dir }}/contig_lengths.txt

This case pops up if we add new RNA sequencing data to a project that already had it's genome processed - e.g. temp/genome/tumor_only_variant_calls/vcfmerger2 does not exist anymore.

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

No branches or pull requests

1 participant