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

tin score calculation does not produce proper output for >1 bamfiles provided #29

Open
AngryMaciek opened this issue Oct 29, 2021 · 0 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@AngryMaciek
Copy link
Member

Describe the bug
An issue we discovered with @mkatsanto today.
If you specify >1 input BAMfile to the script the output table still contains scores only for the first sample provided.
Requires a closer look at the paralilization and inspection where the scores are lost/overwritten.

To Reproduce
Run the test from the CI but adjust the command so that you specify two times the same input bam file.

Expected behavior
The output table should contain quantified TIN scores for two samples.

Additional context
We usually run this just for 1 input BAM file, but the original script contained the functionality that one may in fact provide multiple samples. Please see the script parameters specification for more info. However, it seems that this functionality is broken now.

@AngryMaciek AngryMaciek added bug Something isn't working help wanted Extra attention is needed labels Oct 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant