RefFinder: Difference between revisions

From software
Jump to navigation Jump to search
(Created page with "Small fast cprogram to extract bases from a fasta file.")
 
No edit summary
Line 1: Line 1:
Small fast cprogram to extract bases from a fasta file.
Small fast cprogram to extract bases from a fasta file.
=Example=
Generate samtools chr pos ref doing
<pre>
samtools mpileup -b smallBam.filelist -f /space/genomes/refgenomes/hg19/merged/hg19NoChr.fa |cut -f1-3 >small.sam
</pre>

Revision as of 16:50, 12 March 2014

Small fast cprogram to extract bases from a fasta file.

Example

Generate samtools chr pos ref doing

samtools mpileup -b smallBam.filelist -f /space/genomes/refgenomes/hg19/merged/hg19NoChr.fa |cut -f1-3 >small.sam