I could install both softwares using:
cd samtools-1.x
./configure --prefix=/where/to/install
make
make install
These didn't show error messages, but, when i tried
samtools mpileup -uf ref.fa aln.bam | bcftools view -cg - | vcfutils.pl vcf2fq > cns.fq
This message appears:
El programa «vcfutils.pl» no está instalado. Puede instalarlo escribiendo: sudo apt install bcftools
El programa «bcftools» puede encontrarse en los siguientes paquetes: * bcftools * samtools Intente: sudo apt install <paquete seleccionado=""> El programa «samtools» no está instalado. Puede instalarlo escribiendo: sudo apt install samtools
What do you suggest?
What is the error message?
When I run the command sudo apt install bcftools the answer is (this is not an error message):
Why would you
sudo apt install bcftools? You've just compiled the most recent version,make install prefix=somethinginstead.Thanks Devon it works perfectly