Closed GoogleCodeExporter closed 9 years ago
What version are you using? Version 2.16.2 has the behavior you want:
$ cat test.fa
>chr1
aaccttacaga
$ cat test.bed
chr1 3 6
chr2 3 6
$ bedtools getfasta -fi test.fa -bed test.bed -fo stdout
>chr1:3-6
ctt
WARNING. chromosome (chr2) was not found in the FASTA file. Skipping.
Original comment by aaronqui...@gmail.com
on 6 Jun 2012 at 3:53
oh! sorry , 2.14. I was told I have the last.
thanks a lot. The next time I will post in the group, not here.
thanks
Original comment by lorena.p...@gmail.com
on 6 Jun 2012 at 4:07
Original comment by aaronqui...@gmail.com
on 6 Jun 2012 at 4:35
Original issue reported on code.google.com by
lorena.p...@gmail.com
on 5 Jun 2012 at 11:51