Use SAM files in ref_map.pl
1
0
Entering edit mode
7 months ago
Hayler Edu ▴ 40

Hello everyone, today I'm trying to use ref_map.pl, but I have a problem.

On the STACKS website, I can see that ref_map.pl recognizes .SAM files, but when I try to execute the software, I get an error that says it's looking for a .bam file.

Does anyone know if I need to use a specific command to indicate to ref_map.pl to open the SAM file?

ref_map.pl • 547 views
ADD COMMENT
0
Entering edit mode

No one can help you with a random perl script that none of us can read. Post the code, or post to where you found the script.

ADD REPLY
1
Entering edit mode
7 months ago
GenoMax 142k

I get an error that says it's looking for a .bam file.

If that is the case and you have SAM files then you need to convert them into BAM format using samtools.

The help page for the program says this in first para:

The ref_map.pl program expects data to have been aligned to a reference genome, and can accept data from any aligner that can produce BAM formated files.

ADD COMMENT

Login before adding your answer.

Traffic: 2379 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6