-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sqm_mapper: reuse mapped reference genome possible? #905
Comments
Hello |
You're a star! I will give that a try, much appreciated. |
Unfortunately it does not work. Sqm_mapper still demands a -r input, and then starts making a new one, but now in the folder where it was started instead of the name/temp folder where it did it previously. This was run first: And then to re-use the index: With the latter setting, it still starts indexing, but now with the name of the folder but in the place where it is initiated. Just to check, would the fna file need to be in the folder with the index files? |
Ok, I will check it. Quick fixes often don´t work :) |
No worries, really appreciate your efforts! |
I am using sqm_mapper.pl to clean up samples from host sequences, in the current case a combined human and pig genome. That works great, but every time I start a new batch of samples, the sqm_mapper.pl starts re-making the reference from the fasta file, which takes quite a bit of time for a 5.4 GB haploid sequece.
I had a look at the options with sqm_mapper.pl -h, and don't see the option to use an already generated reference. Is it possible to do that? If not, a suggestion to add that to any new version, it is a really useful tool :)
The text was updated successfully, but these errors were encountered: