Tuesday, April 30, 2013

Select nucleotides from a fasta file using bedtools

module load bedtools 

bedtools getfasta -fi <file.fasta> -bed <file.gff> -fo <outputfile.fasta>

No comments:

Post a Comment