-
Notifications
You must be signed in to change notification settings - Fork 148
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
Add bowtie2 as choice for aligner #160
Comments
Thanks @ivokwee. I was planning on adding in such options when this pipeline is eventually ported to DSL 2. Im a bit confused as to how the pipeline worked with the command you sent though because that implies that bowtie2 worked with a bwa index? The pipeline would need to be changed in a few places to cater for multiple aligners.
|
From the benchmarking I have seen to date it appears that bwa and bowtie2 give incredibly similar results. I realise it's personal preference and mine has always been bwa but I am wondering whether it makes more sense to add other alignment options instead e.g. STAR for speed. |
1. I had a local index for Bowtie2 (from iGenomes).
2. The sample data are from
https://angus.readthedocs.io/en/2019/chip-seq.html. I don't know why the
bwa scores were so low. With the default settings there were no mapped
reads reported so I tracked down it was the T parameter.
3. I just see Bowtie2 often used. Also the default "just worked" in this
case.
4. STAR would be nice too.
Regards. Ivo.
…On Tue, Jun 9, 2020, 17:26 Harshil Patel ***@***.***> wrote:
From the benchmarking I have seen to date it appears that bwa and bowtie2
give incredibly similar results. I realise it's personal preference and
mine has always been bwa but I am wondering whether it makes more sense to
add other alignment options instead e.g. STAR for speed.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#160 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEVULWRELZJXKWVXIQQIR73RVZIBDANCNFSM4NZNBLOQ>
.
|
Hi. I succesfully tried bowtie2 as aligner by installing bowtie2 in the docker image, then replacing the aligner code in main.nf with the code below. Everything seems to work fine but of course all results are in the results/bwa folder. I wonder if it would be nice to let the user choose between BWA-mem, or Bowtie2. Ivo
The text was updated successfully, but these errors were encountered: