-
Notifications
You must be signed in to change notification settings - Fork 14
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
Use racon for de novo variant discovery #299
Conversation
Gathering forward declarations in a single file to avoid include loop, some method renaming, and logging refactoring
…e (more lenient) bad clusters will be filtered out anyway
This reverts commit d3aba68.
…descriptions... ... regarding strict insertions and deletions
As soon as we see a previously polished sequence, we stop
Hey @mbhall88 , sorry, I just corrected two big bugs in the two most recent commits. Bug 1: In this commit we started outputting SAM lines with flag 16, where the read maps as reverse complemented. However, when running discovery, we would just pull out reads where the flag was 0, i.e. I introduced a bug in this commit and Bug 2: In this commit, I changed the order of them SAM extra fields so that is more pleasant to look at, so that very long extra fields (i.e. the flanks and the PRG path) are the last fields. Unfortunately, |
Finished memfd implementation (see #302) and improved the performance on some critical regions, which can yield improved runtime if |
Ooops I assume the tip of this PR is not functional yet? With that binary I got the following error
|
Actually I get the same error with 9bb67c6 as well |
Sorry, forgot to say, I updated the racon fork to not error out on this,
please run git submodule update and it should work
…On Tue, 1 Nov 2022, 02:43 Michael Hall, ***@***.***> wrote:
Ooops I assume the tip of this PR is not functional yet? With that binary
I got the following error
[racon::createPolisher] error: file /proc/874910/fd/4 has unsupported format extension (valid extensions: .fasta, .fasta.gz, .fna, .fna.gz, .fa, .fa.gz, .fastq, .fastq.gz, .fq, .fq.gz)!
Will retry with the commit you suggested in #303
<#303> 9bb67c6
<9bb67c6>
Actually I get the same error with 9bb67c6
<9bb67c6>
as well
—
Reply to this email directly, view it on GitHub
<#299 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACACJD64ZVVQG3WXFA2RJSLWGB7VRANCNFSM6AAAAAARGWTRMQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Hey @mbhall88 , I am also starting to run this code on the paper data for benchmarking purposes. You can find a precompiled binary for the latest commit attached. |
Small update: started adding unit tests |
Are you happy with the testing I've done on this now @leoisl? Anything else that needs to be done before merging? |
Sorry for the delay, but I think you were on vacations this week anyway, right?
Happy with your tests! Not happy with my lack of unit tests!
Well, there are some misc stuff like fixing the example script, changelog, etc... Should we do for this alpha release? |
TODO
racon
discovery;