![]() |
Bowtie2 Exited with a Value of 1
Hello I'm trying to align a bowtie2 index file with a fasta file. No matter what I do it ends with value of 1. How do I stop this?
http://i.imgur.com/Om0Rscm.jpg |
Try building the index for "genome.fa" first:
Code:
bowtie2-build genome.fa genome |
Quote:
http://i.imgur.com/ikTric7.png |
Presumably the fasta file is empty or non-existent then.
|
Quote:
|
Well, have a look at the file. How big is it? Does it actually exist? If it does exist and seems to have a reasonable size, is it where you're telling bowtie2?
|
Quote:
http://i.imgur.com/6kHSvFv.jpg |
Given the file names, you want "-x genome", not "-x genome.fa". The documentation on this could probably be improved.
BTW, it looks like the fasta file has serious problems. It should be MUCH larger than 1KB. |
@Milestailsprowe: That genome.fa may be a softlink for the full genome.fa file in the "WholeGenomeFasta" directory under the "Sequence" folder. Can you check to see if that file is large?
Do yourself a favor and don't use spaces in names (external drives/files/directories). It is going to get you in trouble down the road. Anytime you feel like using a space replace that with an "_". |
Quote:
http://i.imgur.com/Ce0hsOQ.jpg |
It appears that in one our your attempts to run bowtie you may have overwritten the original genome.fa file (you can see that genome.fa has a current "modified" date where as the rest of the files are dated from 2012/2013) .
If you have the original tar archive you should re-extract it to restore the original set of files/folders. If not, you will need to re-download the tar archive from iGenomes. |
Quote:
|
You should align using bowtie2 index (you only specify "basename" of the index). Option to use in your case (replace full_path_to with real value) will be
Code:
-x /full_path_to/Sequence/Bowtie2Index/genome |
Quote:
|
exit with code 1
Quote:
I am also running to the same issue. |
All times are GMT -8. The time now is 10:51 AM. |
Powered by vBulletin® Version 3.8.9
Copyright ©2000 - 2019, vBulletin Solutions, Inc.