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

Edge case: less than 1000 reads #22

Closed
FriederikeHanssen opened this issue Mar 23, 2021 · 0 comments
Closed

Edge case: less than 1000 reads #22

FriederikeHanssen opened this issue Mar 23, 2021 · 0 comments

Comments

@FriederikeHanssen
Copy link
Contributor

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

asp8200 added a commit to asp8200/bamtofastq that referenced this issue Feb 21, 2024
@asp8200 asp8200 closed this as completed Mar 11, 2024
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

No branches or pull requests

2 participants