You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
Expected behavior
Add the paths to the subset of samples as argument when calling to the mapping function in
get_library_type.py
The text was updated successfully, but these errors were encountered: