Results for "read%20depth"

Top-level pages

  • Installing Bio::SCF perl module

    Most Perl modules are written in Perl, some use XS (they are written in C) so require a C compiler (it's easy to get this setup - don't panic), se...

    2228 days ago

  • Bioinformatics OneLiner

    To remove all line ends (\n) from a Unix text file: sed ':a;N;$!ba;s/\n//g' filename.txt > newfilename_oneline.txt To get average for a column of numbers (here the se...

    2227 days ago

  • Installing python-numpy !

    $ sudo apt-get install python-numpy python-scipy python-matplotlib ipython ipython-notebook python-pandas python-sympy python-nose[sudo] password for urbe: Reading package...

    2200 days ago

  • Parallel Processing with Perl !

    Here is a small tutorial on how to make best use of multiple processors for bioinformatics analysis. One best way is using perl threads and forks. Knowing how these thread...

    2090 days ago

  • Installing BLAT on Linux !

    It's been a while since I last installed BLAT and when I went to the download directory at UCSC: http://users.soe.ucsc.edu/~kent/src/ I found that the latest bla...

    2073 days ago

  • Installing ELGG on Ubuntu !

    Follow this: Settings file Error Your web server does not have permission to create the settings.php file in your installation directory. You have two choices...

    902 days ago

  • Short-read assembly using Spades !

    If we only had Illumina reads, we could also assemble these using the tool Spades. You can try this here, or try it later on your own data. Get data We will use the sam...

    835 days ago

  • Read Simulators

    Short Read Simulators With the popularity of next-generation sequencing (NGS) technologies, many NGS read simulators have been developed. Currently, many of the popular s...

    593 days ago

  • Bioinformatics tools for genome assembly !

    There are numerous genome assembly tools available, each with its strengths and weaknesses. Here is a list of some widely used genome assembly tools as of my last update i...

    296 days ago

  • Mitochondrial genome assembly tools !

    Mitochondrial genome assembly tools are specialized software and algorithms designed to accurately reconstruct the mitochondrial genome (mitogenome) from sequencing data,...

    252 days ago