ewels / clusterflow

A pipelining tool to automate and standardise bioinformatics analyses on cluster environments.
https://ewels.github.io/clusterflow/
GNU General Public License v3.0
97 stars 27 forks source link

miRNA cleanup #106

Closed ewels closed 8 years ago

ewels commented 8 years ago

Hi @s-andrews and @FelixKrueger,

Any comments on these changes?

Does this all look ok? Are these pipelines still good as the standard way to process miRNA data?

Cheers,

Phil

s-andrews commented 8 years ago

I think that's fine. We don't tend to use those pipelines much - they were set up when you wanted to map reads to mirBase samples rather than to a genome. They set somewhat lax mapping paramters and allow multiple mapping which is what you want when you're mapping to known miRNAs but gets confusing it you use them on a genome.

Simon.

ewels commented 8 years ago

Ok thanks - should I change the help text then? It currently says:

The pipeline is designed to run against miRNA database libraries, but can also be used against genomic libraries.

Maybe I could make it more obvious that it's for mirBase only?

s-andrews commented 8 years ago

It can be used on genomic libraries as long as you understand what you're getting out of it so it's not an unreasonable description. It's just not what we'd use on genomic searches by default.

ewels commented 8 years ago

Ok cool, I'll merge then 👍 Thanks!