Mapping with segemehl
0
0
Entering edit mode
8.7 years ago
neha 114 • 0

Hello everyone

I am working on segemehl and this tool is new to me. I have used the list of following commands in given order, but obtaining no results for my test data (empty .bed files).

I will be highly thankful if anyone could suggest me the problem.

Here are the commands:

./segemehl.x -d ce6_eg.fa -x ce6.idx
./segemehl.x -i ce6.idx -d ce6_eg.fa -q SRR2104398_1.fastq -p SRR2104398_2.fastq > map_reads.sam

(for sorting)

samtools faidx ce6_eg.fa
samtools import ce6_eg.fa.fai map_reads.sam map_reads.bam
samtools sort map_reads.bam map_reads.sorted
samtools view -h map_reads.sorted.bam > sorted_map.sam
./testrealign.x -d ce6_eg.fa -q sorted_map.sam -n

Kindly suggest please

Assembly • 2.1k views
ADD COMMENT
0
Entering edit mode

what's in map_reads.sam? Maybe it's not even a problem with segemehl. Also, I don't see where the bed files should come from.

ADD REPLY
0
Entering edit mode

Really thanks for your reply.

The result of mapping of reads with the reference transcriptome is stored in .sam file. And after running the test realign.x command these bed files are generated.

ADD REPLY

Login before adding your answer.

Traffic: 2291 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