Skip to content

Bugfix in simulator: unjustified "Genome length is less than shortest read length !"#38

Open
a-ludi wants to merge 3 commits into
thegenemyers:masterfrom
a-ludi:master
Open

Bugfix in simulator: unjustified "Genome length is less than shortest read length !"#38
a-ludi wants to merge 3 commits into
thegenemyers:masterfrom
a-ludi:master

Conversation

@a-ludi

@a-ludi a-ludi commented Jan 16, 2019

Copy link
Copy Markdown

When trying to simulate reads from hg38 I got "Genome length is less than shortest read length !" which of course is not true.

The issue was an signed integer overflow which is easily fixed using the appropriate type int64 in line 316.

@thegenemyers

thegenemyers commented Jan 16, 2019 via email

Copy link
Copy Markdown
Owner

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 this pull request may close these issues.

2 participants