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
For checking whether or not the file is paired end, the first 1000 reads are used. This was done originally to significantly improve runtime. However, when there are less than 1000 reads in the file present, i.e. as in some very small testdata, than this results in truly paired end reads, being detected as single end reads.
Solution idea:
check for the Toal number of reads. If they are above 1000, then proceed as no, otherwise take the total number of reads
The text was updated successfully, but these errors were encountered:
asp8200
added a commit
to asp8200/bamtofastq
that referenced
this issue
Feb 21, 2024
For checking whether or not the file is paired end, the first 1000 reads are used. This was done originally to significantly improve runtime. However, when there are less than 1000 reads in the file present, i.e. as in some very small testdata, than this results in truly paired end reads, being detected as single end reads.
Solution idea:
check for the Toal number of reads. If they are above 1000, then proceed as no, otherwise take the total number of reads
The text was updated successfully, but these errors were encountered: