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

Change check_own process to not include input files in output #113

Merged
merged 1 commit into from
Nov 12, 2024

Conversation

matthuska
Copy link
Collaborator

Resolves #107

Only when you are using a self-provided reference file, you would get duplicates in your reference file at some point. This was caused by the check_own process, which did this: seqkit seq {input} -o {output}.gz and then returns any gzip files including those in the input. This causes a problem when the input file has a .gz extension, leading to both the input and seqkit output files being passed on to the next process, which combines both files together and renames any duplicates.

Resolved by disabling "includeInputs" and also I used a fixed output file name and explicitly passed that on. Feel free to tweak this change if you like but it should resolve the problem.

@matthuska matthuska linked an issue Nov 11, 2024 that may be closed by this pull request
Copy link
Member

@hoelzer hoelzer left a comment

Choose a reason for hiding this comment

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

Great, looks good and works! thx

@hoelzer hoelzer merged commit 6ca6988 into main Nov 12, 2024
12 checks passed
@hoelzer hoelzer deleted the 107-duplicated-entries-in-intermediate-bam-file branch November 12, 2024 06:33
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.

Duplicated entries in intermediate BAM file
2 participants