Results for "grep"

Blogs

Bookmarks

Files

  • Download blasr 1.3 version

    ...tes of the reads using BWA aln...[Thu Jun 14 18:58:37 2018] Generate alignments of reads using bwa sampe...bwa samse -n 1 all_p_ctg.fa read.sai - | grep '\(^@\|XT:A:U\)' | /usr/local...

    2149 days ago

Pages

Top-level pages

Wire posts

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

    3614 days ago

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

    3574 days ago

  • +21 more Wire posts

Fun

Bio-Scripts

  • Genetic Algorithms demonstration with word DNA in Perl

    ...have only the fitness come through my @weights = map { $_->{fitness} } grep { $_->{survived} } @$pop...rds over $max_entry_length letters, and uppercase them @dictionary = grep { length($_) > 1 && length($...

    2369 days ago

  • BloomFilter

    ...hecking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/g...hecking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -...

    2149 days ago

  • +14 more Bio-Scripts

Tags

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

    Tags: Linux, grep, Count, Number, Occurrence

    3614 days ago

  • Extract ten lines below matched string with grep: grep -A 10 "string" filename1 ; -B for above and -C for both #grep #Linux #Tricks #Lines #Matches

    Tags: grep, Linux, Tricks, Lines, Matches

    2719 days ago

  • +7 more Tags

Comments