Results for "UP"

Wire posts

  • Remove duplicated lines from text file. $ awk '!seen[$0]++' allIds #duplicate #lines #remove #awk

    2487 days ago

  • Comparison of the two major classes of #assembly algorithms: overlap–layout–consensus and de-bruijn-graph https://academic.oup.com/bfg/article/11/1/25/191455

    2395 days ago

  • 3D-Jury: a simple approach to improve protein structure predictions #Protein #Predict #Structure https://academic.oup.com/bioinformatics/article/19/8/1015/235399

    2391 days ago

  • Bioinformatics JRF at IIT https://www.iitr.ac.in/administration/uploads/File/bt/2017/adv30112017.pdf #JRF

    2373 days ago

  • #Error filtering, pair assembly and error #correction for next-generation sequencing #reads https://academic.oup.com/bioinformatics/article/31/21/3476/194979

    2369 days ago

  • Remove duplicate fasta ids: awk '/^>/{f=!d[$1];d[$1]=1}f' in.fa > out.fa #duplicate #fasta #ids

    2364 days ago

  • https://support.bioconductor.org/t/Jobs/ #bioinfo #jobs

    2355 days ago

  • Definition of homologous #synteny blocks http://science.sciencemag.org/content/sci/suppl/2005/07/20/309.5734.613.DC1/Murphy.SOM.pdf

    2343 days ago

  • #Ramalingam #fellowship http://www.dbtindia.nic.in/wp-content/uploads/RAMA-ADvertisement14032018.pdf #RAMA #Back2India

    2267 days ago

  • #Convert #fasta file to uppercase/lowercase, without altering the annotation line $ awk '{ if ($0 !~ />/) {print toupper($0)} else {print $0} }' name.fasta

    2262 days ago