Hannes Hauswedell
Hannes Hauswedell
A feature-request for the backlog maybe: - request vcard (including photo etc) from contact - contact is informed and can say yes or no - transfer could work with regular...
Based on an external application that converts FastQ to FastA I have benchmarked and optimised the affected code. Depending on System this yields a 2x speed-up but the application is...
This is a possibly updated version of #1528 For more discussion see https://github.com/seqan/product_backlog/issues/29
NOT FOR MERGE @eseiler some inspiration for performance tuning of the search. This PR improves `unidirectional_search_all/highErrorReadsSearch0` by 20% (impact on complex searches is expectedly smaller). Left to do in this...
Has someone worked on FreeBSD support or thought about this? Can you estimate how difficult it would be to port this application? i.e. how much of the code depends on...
Hi, this is Hannes from SeqAn. From your benchmark file it looks like you are neither setting c++ optimization levels, nor deactivating debug: https://github.com/walaj/SeqLib/blob/master/benchmark/Makefile Were the published benchmark results indeed...
**Describe the bug** I want to add a second twitter account. App-Verification in the browser works, but when I return to the App, I am just back on the start...
I have a VCF file with the following header line: ``` ##FORMAT= ``` So this field is a "list of characters". Per my understanding of the spec, this means that...
The VCF spec has the following genotype fields in the example records ``` GT:GQ:DP:HQ 0|0:48:1:51,51 1|0:48:8:51,51 1/1:43:5:.,. GT:GQ:DP:HQ 0|0:49:3:58,50 0|1:3:5:65,3 0/0:41:3 [...] GT:GQ:DP 0/1:35:4 0/2:17:2 1/1:40:3 ``` For the last...