Results for "Linux Server"

Wire posts

  • VI(Visual) Editor Reference manual http://glaciated.org/vi/ #Linux #Vi #Editor #Commands

    3837 days ago

  • Linux onliner for bioinformatician https://github.com/stephenturner/oneliners #Linux #Onliner

    3626 days ago

  • Linux for bioinformatics http://rous.mit.edu/index.php/Unix_commands_applied_to_bioinformatics #Linux #Bioinformatics #Commands

    3626 days ago

  • A unique bioinformatics server http://www.biorxiv.org/collection/bioinformatics

    3609 days ago

  • rename all *.txt as *.bak: find . -name "*.txt" | sed "s/\.txt$//" | xargs -i echo mv {}.txt {}.bak | sh #Linux #Rename #Oneliner

    3585 days ago

  • Count the number of "pattern" occurrence in a file grep -o 'pattern' anc.annots.gff | wc -l #Linux #grep #Count #Number #Occurrence

    3579 days ago

  • Linux one-liner. https://wikis.utexas.edu/display/bioiteam/Scott%27s+list+of+linux+one-liners #Linux #Oneliner #NGS

    3548 days ago

  • http://www.srccodes.com/p/article/2/JSP-Hello-World-Program-using-Eclipse-IDE-and-Tomcat-web-server

    3510 days ago

  • To count number of fasta entries, I use: grep -c '^>' mySequences.fasta #Perl #Count #Number #Fasta #Linux #Grep

    3539 days ago

  • The tool automatically downloads and unpacks the selected NCBI Blast databases from NCBI ftp server http://www.dnabaser.com/download/NCBI-BLAST-downloader/ #NCBI #Database #Download

    3536 days ago