sequence-alignment
Here are 213 public repositories matching this topic...
-
Updated
May 12, 2022 - C
-
Updated
Mar 18, 2022 - C
-
Updated
Apr 29, 2022 - C++
-
Updated
Apr 27, 2022 - Java
You can get aligner to work on windows command line by inserting the following lines into aligner.ccp
after line 8: #include <queue>
#ifdef _WIN32
#include "getopt.h"
#endif
#include "edlib.h"
Then adding getopt.h file. The one I used is here: https://raw.githubusercontent.com/skandhurkat/Getopt-for-Visual-Studio/master/getopt.h although that's likely not the origin of the fi
-
Updated
May 13, 2022 - C++
-
Updated
May 9, 2022 - C
It isn't obvious to users that a search result URL is stable (until deleted).
To make this more obvious, we should add an explicit
Share results section, with a "Copy URL to clipboard" text that does what it says
-
Updated
Apr 8, 2021 - C
-
Updated
Mar 21, 2022 - C
-
Updated
May 11, 2022 - TypeScript
-
Updated
Nov 8, 2021 - R
-
Updated
May 7, 2022
-
Updated
May 9, 2022 - Julia
the brca1.fasta and murphy.tree are so commonly used, they should just be included. These files are currently under tests/data.
-
Updated
Dec 30, 2020 - Makefile
-
Updated
May 12, 2021 - VHDL
-
Updated
Nov 30, 2021 - C++
-
Updated
May 8, 2022 - C
-
Updated
Aug 8, 2019 - HTML
We'll need to standardize the CPU / GPU version of needleman-wunsch.
- Make sure that batching can be handled on the CPU (a hacked version is ok, will need to make sure that dimensions aren't an issue)
- Make sure that the appropriate flags checking for devices are in place.
-
Updated
Oct 11, 2021 - C++
-
Updated
Dec 19, 2019 - C++
-
Updated
Feb 25, 2022
Improve this page
Add a description, image, and links to the sequence-alignment topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the sequence-alignment topic, visit your repo's landing page and select "manage topics."
See https://github.com/biopython/biopython/blob/master/Bio/SeqFeature.py and
__add__, need to do the same specifically for integer offsets.Workaround
feature + (-5)instead offeature - 5, see https://twitter.com/tomeraltman/status/1473764959347638273