-
Notifications
You must be signed in to change notification settings - Fork 0
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
Seqan compat/seqan2 char alphabet #12
base: tcoffee
Are you sure you want to change the base?
Seqan compat/seqan2 char alphabet #12
Commits on Sep 3, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 95e3421 - Browse repository at this point
Copy the full SHA 95e3421View commit details
Commits on Sep 8, 2020
-
Merge pull request seqan#2093 from marehr/std_platfrom_not_present
[INFRA] seqan3/std/* header files MUST NOT include any seqan3 header
Configuration menu - View commit details
-
Copy full SHA for e211e6d - Browse repository at this point
Copy the full SHA e211e6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 758fd29 - Browse repository at this point
Copy the full SHA 758fd29View commit details
Commits on Sep 10, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 80b2dc4 - Browse repository at this point
Copy the full SHA 80b2dc4View commit details -
[FEATURE] Differentiate between simple and matrix simd score.
Selects the correct simd scoring scheme based on the given matrix type. For the moment to test and implement the featurs of protein simd alignment we can use this simple static differentiation. Later this will be replaced by a dynamic dispatching mechanism.
Configuration menu - View commit details
-
Copy full SHA for 0afca7e - Browse repository at this point
Copy the full SHA 0afca7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e0472fa - Browse repository at this point
Copy the full SHA e0472faView commit details -
[MISC] Refactor global alignment simd benchmark.
Makes a test template for the alignment benchmark so we can reuse it for different benchmark settings.
Configuration menu - View commit details
-
Copy full SHA for 98f9ae1 - Browse repository at this point
Copy the full SHA 98f9ae1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96af05c - Browse repository at this point
Copy the full SHA 96af05cView commit details
Commits on Sep 11, 2020
-
[FIX] Track correct coordinate in banded alignment.
When tracking the last cell of the banded column computation the matrix iterator was referring to the wrong alignment cell.
Configuration menu - View commit details
-
Copy full SHA for 4eec66a - Browse repository at this point
Copy the full SHA 4eec66aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 13f00dd - Browse repository at this point
Copy the full SHA 13f00ddView commit details -
[FIX] Do not track last cell in column if not in last row of matrix.
Before, the algorithm always tracked the last cell of the current column irrespective of its position within the global matrix. This means, that the optimum could point to a cell that does not represent the full sequence and hence would not be a valid semi-gobal alignment.
Configuration menu - View commit details
-
Copy full SHA for c392f45 - Browse repository at this point
Copy the full SHA c392f45View commit details -
Configuration menu - View commit details
-
Copy full SHA for a0cfcc7 - Browse repository at this point
Copy the full SHA a0cfcc7View commit details -
Merge pull request seqan#2106 from rrahn/optimise_alignment/part6_ena…
…ble_banded_end_position Optimise alignment/part6 enable banded end position
Configuration menu - View commit details
-
Copy full SHA for 2a40134 - Browse repository at this point
Copy the full SHA 2a40134View commit details -
Merge pull request seqan#2108 from rrahn/protein_alignment/part1_add_…
…microbenchmarks Protein alignment/part1 add microbenchmarks
Configuration menu - View commit details
-
Copy full SHA for f50d9e9 - Browse repository at this point
Copy the full SHA f50d9e9View commit details
Commits on Sep 12, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 7ad19a7 - Browse repository at this point
Copy the full SHA 7ad19a7View commit details
Commits on Sep 13, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 5ec8be7 - Browse repository at this point
Copy the full SHA 5ec8be7View commit details
Commits on Sep 15, 2020
-
Merge pull request seqan#2114 from marehr/update_dox
[DOC] Update cppreference index
Configuration menu - View commit details
-
Copy full SHA for 16ad3f8 - Browse repository at this point
Copy the full SHA 16ad3f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for e613754 - Browse repository at this point
Copy the full SHA e613754View commit details -
Configuration menu - View commit details
-
Copy full SHA for 93efca7 - Browse repository at this point
Copy the full SHA 93efca7View commit details -
Merge pull request seqan#2109 from eseiler/fix/timeout
[FIX] Timeout in debug nightlies
Configuration menu - View commit details
-
Copy full SHA for b0e2099 - Browse repository at this point
Copy the full SHA b0e2099View commit details -
Merge pull request seqan#2116 from eseiler/fix/ranks
[FIX] Wrong ranks in search algorithm
Configuration menu - View commit details
-
Copy full SHA for 60201f8 - Browse repository at this point
Copy the full SHA 60201f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0aa8f9f - Browse repository at this point
Copy the full SHA 0aa8f9fView commit details
Commits on Sep 16, 2020
-
Merge pull request seqan#2117 from marehr/week05
pull changes from release-3.0.2 into master - progress of week 05
Configuration menu - View commit details
-
Copy full SHA for d62f6ad - Browse repository at this point
Copy the full SHA d62f6adView commit details
Commits on Sep 17, 2020
-
Merge branch 'tcoffee' of https://github.com/smehringer/seqan3 into s…
…eqan_compat/seqan2_char_alphabet
Configuration menu - View commit details
-
Copy full SHA for 593186f - Browse repository at this point
Copy the full SHA 593186fView commit details -
[MISC] Apply type erasure on the alphabet types to reduce the compati…
…bility overhead. By applying this type erasure, we are actually generic to allow any user input as long as it fulfils the respective concepts that are modeled explicitly for alphabets and scoring schemes. It also is an initial step to reduce the boiler plate overloads in seqan2 when we start adapting the algorithms step by step.
Configuration menu - View commit details
-
Copy full SHA for 2aff6ec - Browse repository at this point
Copy the full SHA 2aff6ecView commit details