Results for "Reads"

Tags

  • Run miniasm assembler on nanopore reads !

    Miniasm is a very fast OLC-based de novo assembler for noisy long reads. It takes all-vs-all read self-mappings (typically by minimap) as input and outputs an assembly graph in the GFA format. Different from mainstream assemblers, miniasm does not have a consensus step. I...

    Tags: Run, miniasm, assembler, nanopore, reads

    2327 days ago

  • Frequent Paired-end reads (PE 2x100) mapping command lines

    bowtie2 -x hs37m -X 650 -q -1 r1.fq -2 r2.fq -S r12.bowtie2.sam bwa aln hs37m.fa r1.fq > r1.sai && bwa aln hs37m.fa r2.fq > r2.sai \ && bwa sampe hs37m r1.sai r2.sai r1.fq r2.fq > r12.bwa.sam bwa bwasw ../index/bwa/hs37m.fa r12.fq > r12.bwasw.sam ...

    Tags: Frequent, Paired-end, reads, (PE 2x100), mapping, command, lines

    2179 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

    822 days ago