rajewsky-lab / mirdeep2

Discovering known and novel miRNAs from small RNA sequencing data
GNU General Public License v3.0
137 stars 49 forks source link

mapper.pl and bowtie option #59

Closed Juliix closed 4 years ago

Juliix commented 4 years ago

Hello, is it possible to modify the bowtie option in the mapper.pl ?

I would like to autorize multi mapping with these options :

bowtie -q -v 0 -S -a

Thank you !

mschilli87 commented 4 years ago

@Juliix: What exactly are you asking for? Do you want the default behaviour of miRDeep2 to change? That's not likely to happen for various reasons.

But if you know what to change and where, nobody stops you from changing your local copy of mapper.pl. :wink:

Juliix commented 4 years ago

Not specially change the default behaviour but to change the options for bowtie.

Mirdeep2 is installed on a server that i use i don't know if i can change the local copy ? and i don't know how to do it ^^

mschilli87 commented 4 years ago

Changing the options for bowtie would change the behaviour of the whole tool. You should be able to install anther copy of miRDeep2 in your own home directory of the server: https://github.com/rajewsky-lab/mirdeep2#option-1-with-the-provided-installpl-script. Then you'd simply run which mapper.pl to find the file and moidfy it yourself. If you run into problems with your changed version, please don't come back for help. MiRDeep2 is provided as-is and there is no support for additional features.

This tracker is for bugs and as far as I can tell, this is not about a bug in miRDeep2.