Entering edit mode
9.4 years ago
essepf
•
0
Hi
I'm trying to map colorspace files with bowtie, with follow command:
bowtie -C -S /mm9IndexColor/m_musculus_ncbi37_c.* -f R_23305011_2011_12_07_1_05_1_3m_F3.csfasta -Q R_23305011_2011_12_07_1_05_1_3m_F3.QV.qual > 3m_bowtie.sam
but constantly get this error:
Extra parameter(s) specified: "/mm9IndexColor/m_musculus_ncbi37_c.4.ebwt", "/mm9IndexColor/m_musculus_ncbi37_c.rev.1.ebwt", "/mm9IndexColor/m_musculus_ncbi37_c.rev.2.ebwt", "R_23305011_2011_12_07_1_05_1_3m_F3.csfasta"
Command: bowtie -C -S -f -Q R_23305011_2011_12_07_1_05_1_3m_F3.QV.qual /mm9IndexColor/m_musculus_ncbi37_c.1.ebwt /mm9IndexColor/m_musculus_ncbi37_c.2.ebwt /mm9IndexColor/m_musculus_ncbi37_c.3.ebwt /mm9IndexColor/m_musculus_ncbi37_c.4.ebwt /mm9IndexColor/m_musculus_ncbi37_c.rev.1.ebwt /mm9IndexColor/m_musculus_ncbi37_c.rev.2.ebwt R_23305011_2011_12_07_1_05_1_3m_F3.csfasta
Someone could give me a little help to understand why I get this error?
Thank you very much for your help
Regards
Hi
Thank you for your comment, but doesn't work:
1 OPTION:
OTHER OPTION:
Nothing should follow
_c
. It should look like this:All scripts start run, but after minutes the job finish and return a empty file
So, not get any mapping....
Check the log file. What does it say?
Just give me the information:
You don't have enough memory and that is why job is being terminated for exceeding the memory limit. How much memory you have for each node ? You can change the default memory limit to say 10 Gb by using the following directive in the hedaer:
bsub -M 10
I use:
And I get the same erro .... I don't know whats happen
I already try: