Hi,
I'm fairly new to Unix (and bioinformatics generally!). I'm trying to open .bam files, and thought samtools might be the way forward. However, I'm struggling to get it working.
I downloaded samtools-0-1.1.7a.tar.bz2, and extracted it. In the terminal I then typed
$ make samtools
which appeared to compile it and put something called samtools in the folder which the terminal reckons is an application. However, when I try to open a .bam file with:
$ samtools view all-hg18.bam
I get
-bash: samtools: command not found
What am I doing wrong? All help gratefully received!
A
I'm fairly new to Unix (and bioinformatics generally!). I'm trying to open .bam files, and thought samtools might be the way forward. However, I'm struggling to get it working.
I downloaded samtools-0-1.1.7a.tar.bz2, and extracted it. In the terminal I then typed
$ make samtools
which appeared to compile it and put something called samtools in the folder which the terminal reckons is an application. However, when I try to open a .bam file with:
$ samtools view all-hg18.bam
I get
-bash: samtools: command not found
What am I doing wrong? All help gratefully received!
A
Comment