Results for "split reads"

Wire posts

  • Store all files in a array using perl: my @filesbwa = <$base_name/reads/$base_name.$library.bwa.*fa> #Store #Keep #Array #Perl

    2340 days ago

  • Convert interleaved to separate files with BBmap. $ reformat.sh in=reads.fq out1=reads_r1.fq out2=reads_r2.fq #interleave #fastq #seperate #reformat #bbmap

    2312 days ago

  • interleave fastq files https://gist.github.com/nathanhaigh/4544979 #interleave #fastq #pair #ngs #reads

    2307 days ago

  • Harness PacBio reads with assemblers https://github.com/PacificBiosciences/Bioinformatics-Training/wiki/Large-Genome-Assembly-with-PacBio-Long-Reads #Reads #Assemblers #PacBio

    2268 days ago

  • #Split #multifasta $ cat hg18.fa | awk '{ if (substr($0, 1, 1)==">") {filename=(substr($0,2) ".fa")} print $0 > filename }'

    2215 days ago

  • reformat.sh in=reads.fq out=highQuality.fq maq=16 (that will throw away all reads with average quality below 16) #Filter #BBMap #Quality

    2156 days ago

  • perl -e '$/="\n>"; while (<>) { s/>//g; my ($id, $seq) = split /\n/; print ">$_" if length $seq; }' < all_p_ctg.fasta > all_p_ctg_corrected.fasta #Convert #Fasta #Zero

    2136 days ago

  • Long read extraction https://github.com/rrwick/Unicycler/wiki/Read-extraction #Reads #Extractions #Long #PacBio #Ont

    2104 days ago

  • #Canu #assembly of long reads https://canu.readthedocs.io/en/latest/quick-start.html

    2104 days ago

  • Scrubbing long reads https://dazzlerblog.wordpress.com/2017/04/22/1344/ #Scrub #Long #Reads #Pacbio

    2103 days ago