Privatre:bioinfomatics: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
== We can use BIOConda <ref>https://bioconda.github.io/index.html</ref> == | |||
Bioconda only supports python 2.7, 3.6, 3.7, 3.8 and 3.9 -> DLS38 can be used | |||
== Source compile Method == | |||
{| class="wikitable" | {| class="wikitable" | ||
|+ | |+ |
Revision as of 11:54, 19 November 2023
We can use BIOConda [1]
Bioconda only supports python 2.7, 3.6, 3.7, 3.8 and 3.9 -> DLS38 can be used
Source compile Method
Libraries | Description | References |
---|---|---|
Samtools | SAM (Sequence Alignment/Map) format is a generic format for storing large nucleotide sequence alignments | |
Breakdancer | BreakDancer uses CMake which is a cross-platform build tool. Basically it will generate a Makefile so you can use make . The requirements are the zlib, development library, gcc, gmake, cmake 2.8+. Beginning with version 1.4.4, BreakDancer includes samtools as part of the build process
|
|
BWA | BWA is a software package for mapping low-divergent sequences against a large reference genome, such as the human genome. It consists of three algorithms: BWA-backtrack, BWA-SW and BWA-MEM. |