Results for "sed"

Users

Blogs

  • Install ImageMagick from Unix Source

    ...te: Total 124593 (delta 94), reused 94 (delta 64), pack-reused 124452Receiving objects: 100%...ocessor... gcc -Echecking for a sed that does not truncate output...essor... g++ -Echecking for ld used by g++... /usr/bin/ld -m elf_...www/api/MagickWand/ftv2folderclosed.png /usr/local/share/doc/Imag...

    2146 days ago

Bookmarks

  • Linux command line exercises for NGS data processing

    ...ial is to introduce students to the frequently used tools for NGS analysis as wel...exercises as it is a language in itself and is used more often to manipulate NGS...d to the other command line tools such as grep, sed, perl etc. Furthermore, havin...

    2874 days ago

Files

  • Download blasr 1.3 version

    ...wa_aln_core] 70778880 sequences have been processed.[bwa_aln_core] calculate SA c...wa_aln_core] 70989574 sequences have been processed.[main] Version: 0.7.15-r1140[...G_v2.0.6/all_p_ctg.fa | cut -d ' ' -f1-5,7-12 | sed 's/ /\t/g' > FALCON-Unzip-...

    2151 days ago

Top-level pages

Wire posts

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

    3622 days ago

  • replace a word in all files in a directory: grep -lr --exclude-dir=".git" -e "oldword" . | xargs sed -i "s/oldword/newword/g" #Replace #Word #Linux

    3532 days ago

  • +21 more Wire posts

Bio-Scripts

Tags

  • #Remove all line that start with # file: $ sed '/^#/ d' filename #line #sed #linux

    Tags: Remove, line, sed, linux

    2610 days ago

  • Remove "|" from fasta header. $ sed 's,|,_,g' -i file.fa #fasta #header #sed

    Tags: fasta, header, sed

    2482 days ago

  • +9 more Tags

Comments