Results for "file"

Wire posts

  • Enter newline at the end of the file $ sed -i -e '$a\' file #NewLine #Sed #Line #New

    1380 days ago

  • Easily visualise regions of your GFF file https://fmalmeida.github.io/posts/plot-dna-features-tutorial/ #GFF #Visualize

    1259 days ago

  • PostDoc computational biology at IITG, India https://drive.google.com/file/d/1h4sw3s3_CYn-8b3fy6275cj99u99WV7I/view #IIT #PostDoc

    1242 days ago

  • mixtureS readme file at http://www.cs.ucf.edu/~xiaoman/mixtureS/README_linux.pdf #mixtureS #Tool

    1229 days ago

  • #find all the G #character in genome.fa file grep -o 'G' genome.fa | wc -l #G #Search

    1219 days ago

  • Delete all the headers from multifasta file $ awk 'BEGIN {print ">"ARGV[1]};!/^>/{print}' test.fa #fasta #delete #header #multifasta

    132 days ago