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

bug: STAR using uncompressed sample files when mate relationship is not #149

Closed
balajtimate opened this issue Nov 15, 2023 · 0 comments · Fixed by #150
Closed

bug: STAR using uncompressed sample files when mate relationship is not #149

balajtimate opened this issue Nov 15, 2023 · 0 comments · Fixed by #150

Comments

@balajtimate
Copy link
Collaborator

Describe the bug
With the revised mapping logic from #131, when the input samples are not mates and the mate relationship needs to be determined by mapping the reads against the transcripts, STAR uses the original input sample files instead of the uncompressed subset of the samples, resulting in an error, as the STAR command is currently not built to handle .gz files.

To Reproduce
Run HTSinfer in paired-end mode on files from different mates, one of them compressed, e.g.

htsinfer tests/files/first_mate.fastq tests/files/mixed_mates_compressed.fastq.gz

Expected behavior
Add the paths to the subset of samples as argument when calling to the mapping function in get_library_type.py

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