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

Fix for concat_vcf for miniwdl. Link all inputs into a single directory so that vcfs and indices are together. #77

Merged
merged 6 commits into from
Oct 18, 2023

Conversation

williamrowell
Copy link
Collaborator

@williamrowell williamrowell commented Oct 18, 2023

concat_vcf receives an array of vcf.gz and an array of vcf.gz.tbi. Cromwell groups each pair together in a separate inputs folder (because they were generated by the same upstream task), but miniwdl provides each input independently in its own directory, so the index isn't grouped with the VCF. This PR links all inputs together into a single directory so bcftools can find the indices.

@williamrowell williamrowell marked this pull request as ready for review October 18, 2023 20:57
@williamrowell williamrowell self-assigned this Oct 18, 2023
@gconcepcion
Copy link
Contributor

Looks good to me, hopefully this takes care of the index grouping issue

Copy link
Contributor

@gconcepcion gconcepcion left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me, hopefully this takes care of the issue

@williamrowell williamrowell merged commit 49ddc79 into develop Oct 18, 2023
1 check passed
@williamrowell williamrowell deleted the bugfix/miniwdl-pbsv-split branch October 18, 2023 21:56
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 this pull request may close these issues.

2 participants