Pandoc is a Haskell library for converting from one markup format to another, and a command-line tool that uses this library. Pandoc is a free and open-source document converter, widely used as a writing tool and as a basis for...
MMseqs2 (Many-against-Many sequence searching) is a software suite to search and cluster huge protein and nucleotide sequence sets. MMseqs2 is open source GPL-licensed software implemented in C++ for Linux, MacOS, and (as beta version, via cygwin)...
The BUSCO software now directly downloads the necessary datasets, specified by the user or automatically selected.
To display all available datasets
busco --list-datasets
You can also download them manually and see...
MetaEuk is a modular toolkit designed for large-scale gene discovery and annotation in eukaryotic metagenomic contigs. Metaeuk combines the fast and sensitive homology search capabilities of MMseqs2 with a dynamic programming procedure to...
Get the code. The best way to do this now for Unix users is via Git following the instructions at: http://genome.ucsc.edu/admin/git.html
Or, fetch the entire source in a single file:
rsync -azvP...
You might need to install the libuuid-devel package to obtain the /usr/include/uuid/ directory of files. This appears to be a new dependency with this recent addition of uuid code.
Try following with Ubuntu
sudo apt-get install...
You might need to install the libuuid-devel package to obtain the /usr/include/uuid/ directory of files. This appears to be a new dependency with this recent addition of uuid code.
Try following with Ubuntu
sudo apt-get install...
I receive following error while compiling kent
../inc/uuid.h:8:10: fatal error: uuid/uuid.h: No such file or directory #include <uuid/uuid.h> ^~~~~~~~~~~~~compilation terminated.../inc/common.mk:420: recipe for target 'uuid.o' failedmake[1]:...