Entering edit mode
6.7 years ago
michael
•
0
I use samtools only to extract the associated SAM file from BAMs I get from FTDNA. I've been doing this for about three years and have had no problem until the last couple of files received over the last two days. When running ...
samtools view -F 4 $file.bam chrY > $file.sam
I get this error:
E27: Farsi cannot be used: Not enabled at compile time.
Any ideas? I've confirmed that I have the latest release.
Thanks, Michael
It's likely that
samtools
isn't installed correctly and you're actually runningview
, which is somehow triggeringvim
(that's agvim
error that you're seeing).This should be a question, not a tool type post. Please read the descriptions when you create a post. Also, please use relevant tags.Your question was about samtools, that should have been a tag. Also, please use the use the formatting bar (especially the
code
option) to present your post better. I've done it for you this time.