Results for "Bio-Linux"

Wire posts

  • PhD call for bio‐omic sciences Deadline 15 March 2018 : ls-phd.ceitec.cz/ #Phd #Czech #StructuralBiology #Omics

    2365 days ago

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

    2332 days ago

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

    2280 days ago

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

    2203 days ago

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

    2196 days ago

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

    2190 days ago

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

    2151 days ago

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

    2143 days ago

  • Check the file systems and sizes. $ df --block-size=G #Linux #Size #df

    2081 days ago

  • sudo find /tmp -type f -atime +10 -delete #Delete all tmp files created within 10 days #Linux

    2021 days ago