Results for "Linux Server"

Wire posts

  • Sorry, due to server transfer BOL is facing some difficulties loading data ... we will try to resolve it ASAP.

    2406 days ago

  • Linux command to find the file contains a string "LOCK_EX": grep -Ril "LOCK_EX" / #Root #Find #Linux #Grep #search

    2358 days ago

  • Remove the unwanted characters from Fasta file: sed -e '/^[^>]/s/[^ATGCatgc]/N/g' infile.fa #sed #unwanted #illegal #remove #correct #fasta #linux

    2354 days ago

  • Important #NGS tutorial http://userweb.eng.gla.ac.uk/umer.ijaz/bioinformatics/linux.html

    2290 days ago

  • Glob multiple files in Linux with Perl. my @soundfiles = grep {/\.(wav|mid|mp3|rm|ogg)$/i} glob("*"); #Perl #Linux #Glob

    2237 days ago

  • To upgrade the perl in Linux $ sudo cpan; cpan[1]> upgrade #Perl #Upgrade #Linux #Ubuntu

    2160 days ago

  • Sed illegal charters from fasta. $ sed '/^[^>]/ s/[^AGTC]/N/gi' < seq.fa #fasta #otherthanATGC #replace #sed #Linux #illegal

    2153 days ago

  • Get unique ids from column 1 in Linux. $ cat output_file | cut -f 1 | sort | uniq > allUniqOUT #Unique #Linux #Cut

    2148 days ago

  • du -sh * | sort | grep "G" #List size of all the directory #Size #List #Directory #Linux

    2108 days ago

  • cat /etc/*-release #System #version #Linux

    2100 days ago