Closed stkachev closed 8 years ago
Dear Sasha,
thank you for reporting the issue. Could you let me know the command line that you used to ran iRAP?
You can enable the Expression Atlas SOP by simply adding the following line to your configuration file: sop=atlas
Cheers
The line is like quite simple:
irap conf=try_quant_norm.conf -n
If I do dry run with sop=atlas option in the conf file it works. In the output however I am noticing that quant_norm_tool and quant_norm_method options are enabled. I'd be curious to use atlas SOP as a starting point and then tweak it, e.g. use STAR/rsem combination... Would that work though given the above error?
Dear Sasha,
Apologies for the long time without a reply.
iRAP will enforce the options of the SOP that you selected when you set the sop parameter. Hence the tweaking allowed by iRAP in this case is very limited.
You can always copy the parameters defined when you select the Atlas SOP (in https://github.com/nunofonseca/irap/blob/master/aux/mk/irap_defs.mk - around line 100) to you configuration file, remove the sop parameter, and then you can tweak as you like.
Cheers.
Yep, I ended up doing something similar to that. Only instead of removing sop parameter I created my own sop and within that tweaked in various ways. That time it worked!
On Nov 1, 2016, at 4:45 PM, Nuno Fonseca notifications@github.com wrote:
Dear Sasha, Apologies for the long time without a reply.
iRAP will enforce the options of the SOP that you selected when you set the sop parameter. Hence the tweaking allowed by iRAP in this case is very limited. You can always copy the parameters defined when you select the Atlas SOP (in https://github.com/nunofonseca/irap/blob/master/aux/mk/irap_defs.mk https://github.com/nunofonseca/irap/blob/master/aux/mk/irap_defs.mk - around line 100) to you configuration file, remove the sop parameter, and then you can tweak as you like. Cheers.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/nunofonseca/irap/issues/18#issuecomment-257690508, or mute the thread https://github.com/notifications/unsubscribe-auth/AQKWlfo-rJHImmQOo-PCNfhmvyF7PtiLks5q56TxgaJpZM4JxogK.
Hi,
I am trying to mimic the steps of ExpressionAtlas pipeline, of experiment E-MTAB-2836 . To try it out I came up with the following configuration file:
When I try a dry run I get the following output:
Now if I comment out quant_norm_tool and quant_norm_method lines then the pipeline starts doing something. It would be nice however to normalization of counts component... How can I enable it to make it work?
Thanks, Sasha.