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...

    2140 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...

    2868 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-...

    2145 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

    3616 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

    3526 days ago

  • +21 more Wire posts

Bio-Scripts

Tags

  • Converting FASTQ to FASTA

    There are several ways you can convert fastq to fasta sequences. Some methods are listed below. Using SED sed can be used to selectively print the desired lines from a file, so if you print the first and 2rd line of every 4 lines, you get the sequence header and sequence need...

    Tags: fasta, fastq, convert, sed, awk, seqtk, bioawk, fastx, Emboss, fastq2fasta

    2299 days ago

Comments