Results for "convert"

Wire posts

  • Convert space separated data to tab separated: perl -p -i -e 's/\s+/\t/g' file.txt #Perl #Tipsoftheday #Perlonliner

    3825 days ago

  • MiraConvert http://manpages.ubuntu.com/manpages/xenial/man1/miraconvert.1.html #MIRA #Assembler #Convert

    2667 days ago

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

    2611 days ago

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

    2583 days ago

  • fastq to fasta convertor $ sed -n '1~4s/^@/>/p;2~4p' test.fastq > test.fasta #Convert #Fasta #Fastq #fa #fq

    2513 days ago

  • Convert MAF file format http://last.cbrc.jp/doc/maf-convert.html #MAF #Convert #Format

    2514 days ago

  • MAF2Synteny https://github.com/fenderglass/maf2synteny #Convert #Synteny #MAF #Ragout

    2514 days ago

  • Convert masked genome to N letters. $ perl -pe '/^[^>]/ and $_=~ s/[a-z]/N/g' genomic.fna > genomic.N-masked.fna #Genome #Masked #N #Convert

    2485 days ago

  • Fastq 2 fasta. $ sed -n '1~4s/^@/>/p;2~4p' test.fastq > test.fasta #fastq #fasta #convert

    2317 days ago

  • Convert interleaved to separate files with BBmap. $ reformat.sh in=reads.fq out1=reads_r1.fq out2=reads_r2.fq #interleave #fastq #seperate #reformat #bbmap

    2276 days ago