Results for "file"

Wire posts

  • Convert ps2pdf full size without cropping it : $ ps2pdf -dEPSCrop file.ps #Linux #Crop #PS #ps2pdf

    2664 days ago

  • Extract values : cat seeALN.xls | grep -w "scaffold_1" to #grep #exact #matching words from file seeALN.xls

    2653 days ago

  • Split the bam file by chromosome. $ bamtools split -in file.bam -reference #Split #Bam #Bamtools

    2638 days ago

  • Remove all blank lines from file. perl -i.bak -n -e "print if /\S/" ../finalSample.fa #Perl #Tricks #PerlOneliner

    2636 days ago

  • Convert a SAM file to tab-delimited alignment coordinates https://gist.github.com/sjackman/7016520 #SAM #BAM #Convert #Tab

    2635 days ago

  • Add color to vim. Open vi .vimrc and at the end of the file add "syntax on" #Vim #Syntax #Highlight #Vi #Linux

    2631 days ago

  • #Extract a #sequence from #multi-fasta file: $ perl -ne 'if(/^>(\S+)/){$c=grep{/^$1$/}qw(id1 id2)}print if $c' fasta.file

    2625 days ago

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

    2624 days ago

  • Add ">" in front of ids. sed -e 's/^/prefix/' file #Sed #Add #>

    2609 days ago

  • Sample README git file https://gist.github.com/PurpleBooth/109311bb0361f32d87a2 #Git #Readme #Create #GitHub

    2596 days ago