GMAP Output Cammand
1
0
Entering edit mode
7.4 years ago
Bioinfonext ▴ 460

Hi,

I run gmap, by using this command:

/home/yog/software/gmap-2016-11-07/src/gmap -D /home/yog/database -d genome Trinity.fasta -f samse

but how can I store gmap result in a output folder.

Thanks

RNA-Seq • 5.0k views
ADD COMMENT
2
Entering edit mode
7.4 years ago

I assume the output is printed to the terminal? In that case, you need to redirect the result to a file, e.g.:

gmap -D /home/yog/database -d genome Trinity.fasta -f samse > youroutput.sam

Furthermore, it's probably advisable to follow a (Linux) command line tutorial.

ADD COMMENT
1
Entering edit mode

@WouterDeCoster rightly said. @Nabiyogesh must read basic linux commands first before he uses any bioinformatics tools

ADD REPLY
0
Entering edit mode

Thanks

Can you please suggest how I can get mapping statistics: How many of the transcripts were mapped to draft genome and also the transcript ID list which do not show mapping to draft genome.

ADD REPLY
0
Entering edit mode

I think it's time that you start fixing things yourself without turning to us for helping you every time you encounter something new. None of us was born with "bioinformatic skills", every single one of us learned it through struggling and solving things.

We are volunteers and are happy to help everyone, but we are not supposed to do your entire project step by step.

ADD REPLY

Login before adding your answer.

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