Question: MACS2 callpeak : MACS2_model.r not found
0
plindenbaum • 90 wrote:
Hi all, I'm trying to use MACS2 on galaxy. It was installed on our local instance via the toolshed.
When "MACS2 callpeak" is invoked, there's a call to Rscript
## run R to create pdf from model script
#if $nomodel_type.nomodel_type_selector == 'create_model' and 'pdf' in str($outputs).split(','):
&&
Rscript MACS2_model.r > MACS2_model.r.log
#end if
But I get an error from Galaxy because there is no file MACS2_model.r anywhere (find / -type f -name "MACS2_model.r"
)
Any idea ?
thanks.
ADD COMMENT
• link
•
modified 2.7 years ago
by
Bjoern Gruening ♦ 5.1k
•
written
2.7 years ago by
plindenbaum • 90
ok, as far as I can see xxx_model.r is created by MACS2... https://github.com/taoliu/MACS/blob/a3438e855d0e2824091168f03ee8586d59dbc5ae/DEBIAN/macs.man#L243