Results for "Genome"

Tags

  • SPAdes hybrid genome assembly

    When you have both Illumina and Nanopore data, then SPAdes remains a good option for hybrid assembly - SPAdes was used to produce the B fragilis assembly by Mick Watson’s group. Again, running spades.py will show you the options: spades.py This produces: SPAdes genome ...

    Tags: SPAdes, hybrid, genome, assembly, ONT, Nanopore

    2346 days ago

  • Tools for bacterial whole genome annotation

    RAST – Web tool (upload contigs), uses the subsystems in the SEED database and provides detailed annotation and pathway analysis. Takes several hours per genome but I think this is the best way to get a high quality annotation (if you have only a few genomes to annotate). Pr...

    Tags: Tools, bacterial, whole, genome, annotation, prokaryotic, genes

    2327 days ago

  • List of visualization tools for genome alignments

    Genome browsers are useful not only for showing final results but also for improving analysis protocols, testing data quality, and generating result drafts. Its integration in analysis pipelines allows the optimization of parameters, which leads to better results. But sometime, we need publi...

    Tags: List, visualization, tools, genome, alignments, NGS

    2279 days ago

  • LINKS scaffolder bloomfilter setting !

    ➜ bin git:(master) ✗ ls -l total 68 drwxrwxr-x 3 urbe urbe 4096 Jun 15 12:15 lib -rwxrwxrwx 1 urbe urbe 65141 Jun 15 17:13 LINKS ➜ bin git:(master) ✗ pwd /home/urbe/Tools/LINKS_1.8.6/bin ➜ bloomfilter git:(master) ✗ swig -Wall -c++ -perl5 BloomFilter.i ➜ bloomfilter git:(master) ✗...

    Tags: LINKS, scaffolder, genome, Perl, Perl_Gthr_key_ptr, setting, anaconda

    2146 days ago

  • My commonly used commands in Bioinformatics

    FYI, I've found it useful to use MUMmer to extract the specific changes that Racon makes, so I can evaluate them individually: minimap -t 24 assembly.fasta long_reads.fastq.gz | racon -t 24 long_reads.fastq.gz - assembly.fasta racon_assembly.fasta nucmer -p nucmer assembly.fasta racon_assembly....

    Tags: my, commands, ngs, genome

    2105 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 same Illumina data as we used above: illumina_R1.fastq.gz: the Illumina forward reads illumina_R2.fastq.gz: the Illumina reve...

    Tags: spades, assembly, short, reads, genome, tools

    820 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 in September 2021: SPAdes: An assembler specifically designed for single-cell and multi-cell bacterial genomes, as well as...

    Tags: bioinformatics, tools, genome, assembly

    281 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, typically obtained through techniques like next-generation sequencing (NGS). The mitochondrial genome is relatively small comp...

    Tags: Mitochondrial, genome, assembly, tools

    238 days ago

  • Perl one-liner for bioinformatician !!!

    With the emergence of NGS technologies, and sequencing data most of the bioinformaticians mung and wrangle around massive amounts of genomics text. There are several "standardized" file formats (FASTQ, SAM, VCF, etc.) and some tools for manipulating them (fastx toolkit, samtools, vcftools, etc.),...

    Tags: Bioinformatics, Computational Biology, Perl, NGS, Genome, Hacking, One-liner, Oneliner

    3623 days ago

  • Software packages for next gen sequence analysis

    Integrated solutions * CLCbio Genomics Workbench - de novo and reference assembly of Sanger, Roche FLX, Illumina, Helicos, and SOLiD data. Commercial next-gen-seq software that extends the CLCbio Main Workbench software. Includes SNP detection, CHiP-seq, browser and other features. Commercial. Wi...

    Tags: Bioinformatics, Computational Biology, Education, Assemblied, Sequence, Genome, Align, Software, SNP

    3238 days ago