Results for "header"

Blogs

  • BBTools for bioinformatician !

    ...ads to the same output file but only print the headers once. I have not tried that....fq samplereadstarget=100k Changing fasta headers Remove anything after the...iles when the tag is present in the fastq read header (illumina)   Code:...

    2264 days ago

  • Install ImageMagick from Unix Source

    ...g for egrep... /bin/grep -Echecking for ANSI C header files... yeschecking for sys/...cc needs -traditional... nochecking for ANSI C header files... (cached) yeschecking...is complete... nochecking for X... libraries , headers checking for gethostbyname.....

    2139 days ago

  • +1 more Blogs

Bookmarks

Pages

Top-level pages

Wire posts

  • Delete space from FASTA header: perl -pe 's/>\S+\K.+//' < file.fasta > new_file.fasta #PerlOneLiner #Trick #Perl #Space #Fasta

    2972 days ago

  • To add something to end of all header lines: $ sed 's/>.*/&WHATEVERYOUWANT/' file.fa > outfile.fa #Add #Fasta

    2564 days ago

  • +11 more Wire posts

Bio-Scripts

Tags

  • To clean up a fasta file so only first column of the header is outputted:$ awk '{print $1}' file.fa > output.fa #Sed #Clean #Header #Fasta

    Tags: Sed, Clean, Header, Fasta

    2564 days ago

  • Perl onliner to add string to each of the fasta header. $ perl -p -e 's/^(>.*)$/$1-origin/g' in.fasta > out.fasta #String #Header #Fasta

    Tags: String, Header, Fasta

    1612 days ago

  • +10 more Tags

Comments