Results for "files"

Wire posts

  • Bioinformatics opportunity for AU, India students http://allduniv.ac.in/ckfinder/userfiles/files/Final%20Advt%20171117.pdf #AU #Allahabad #Opportunity

    2322 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

    2309 days ago

  • interleave fastq files https://gist.github.com/nathanhaigh/4544979 #interleave #fastq #pair #ngs #reads

    2305 days ago

  • #Extract all the files from a #directory and #sub-dir with #pattern. $ find TrimmedDir -type f | grep "L_" | xargs -i cp {} .

    2225 days ago

  • Glob multiple files in Linux with Perl. my @soundfiles = grep {/\.(wav|mid|mp3|rm|ogg)$/i} glob("*"); #Perl #Linux #Glob

    2223 days ago

  • sudo find /tmp -type f -atime +10 -delete #Delete all tmp files created within 10 days #Linux

    1964 days ago

  • Split a multi-FASTA file into individual FASTA files: awk '/^>/{s=++d".fa"} {print > s}' multi.fa #split #multifasta

    1932 days ago

  • ls -a to list all files #bash #list #ls

    1929 days ago

  • polySNP: an analysis tool for quantitative sequencing https://www.nybg.org/files/scientists/dlittle/polySNP.html #SNP #polySNP #analysis #peak #Area

    1898 days ago

  • fastq-pair: Match up paired end fastq files quickly and efficiently https://github.com/linsalrob/fastq-pair #fastq-pair #fastq

    1827 days ago